Forum Discussion
IanT76
6 years agoHelper I
Sort '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
6 years agoSuper User
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
IanT76
6 years agoHelper I
Thanks amitchandak !