The Community will be undergoing maintenance from Friday February 21 - Friday, February 29 and will be "read only" during this time. To learn more, check out our Announcements blog post.
I want to swap the Carrier column (with all data) with the Pickup Date (with all data) column. Is there a solution? The Carrier column is the primary field.
I have a formula that groups together transactions within each month.
Formula is:
DATETIME_FORMAT({Pickup Date}, ‘MMMM’)
I need to sort the months in chronological order instead of alphabetical. Is there a concatenation or formula that will return t...