Hi community,
I’m trying to create a grid view with groups like the below, based on an ‘Event Date’ field:
Year Formula:
IF({Event Date}=BLANK(),"Date Missing",DATETIME_FORMAT({Event Date},'YYYY'))
Month Formula
IF({Event Date}=BLANK(),"Date Missing",DATETIME_FORMAT({Event Date},'MMMM'))
Why is April coming before March? How do I fix this so that months are sorted in sequential order (eg March -> April -> May)?
Many thanks in advance! Let me know if you need any other information from me on this.