Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
8 years ago
Solved

Month sort for multiple years data

Hello,   I have a requirement where I need to create a visualization by month in calendarized order   ( Jan, Feb, Mar etc) and grouped by year ( 2016, 2017).  This seems simple to me in the begini...
  • GeraSanz11's avatar
    8 years ago

    Hi! i don't get very well what you want or whats the problem, im guessing it's the month sorting in the first chart?

     

    if that the case i recomend you adding a colun with a secuential from 1 to 12, something like the last 2 digits from the [Month YYYYMM] column

     

    You will end up with something like this:

     

    after that in the canvas just select the column month and then in the modeling tab select SortBy and chose the id_month just created as reference 

     

     

    with this the months will be sorted by the ids or the number of the month instead of A-Z sort of the names

     

    Hopes this helps