Forum Discussion
IanT76
Helper I
6 years agoSort 'Months' in Matrix by chronological order
I'm trying to put some monthly data in a matrix but can't get the months to sort chronologically; I have a 'Month Number' column, which I've used succesfully to sorted my graphs (as per below) but ca...
- 6 years ago
You have to create month sort column
Month Sort = Month([Date])
For Month Year
Month Year sort = format([Date],"YYYYMM")
You have mark that as the sort column
You can also refer to the files attached
amitchandak
Super User
6 years agoYou have to create month sort column
Month Sort = Month([Date])
For Month Year
Month Year sort = format([Date],"YYYYMM")
You have mark that as the sort column
You can also refer to the files attached
IanT76
Helper I
6 years agoThanks amitchandak !