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...