Forum Discussion
Anonymous
5 years agoNot applicable
Sorting the Month year column
Hi I have the below table I don't have the separate date column as this data is very small. My data is based on the calendar year. I sort the month year based on month number and visual...
- Anonymous5 years ago
Anonymous you need to set the "sort by" column for your Month-Year column to "MonthNumber".
From Data view, select the "Month-Year" column and set the "Sort By" column to "MonthNumber".
EDIT - you may also want to create a column in the format YYYYMM which combines year and monthnumber, and sort by this column instead. That will enable proper sorting across calendar years.
Below is an example with a similar dataset.
Anonymous
2 years agoNot applicable
The marked solution does not work.
you need to use the following method, by multiplying the Year by 100 + number of month..
here is a video on it:
https://www.youtube.com/watch?v=Oq5WOmo94_Q&ab_channel=BILand