Forum Discussion

IanT76's avatar
IanT76
Helper I
6 years ago
Solved

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...
  • amitchandak's avatar
    6 years ago

    IanT76 

    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