Forum Discussion
harib
6 years agoPost Patron
Sort MonthName + Year for Multiple year
Hi , I have a requirement where I need show data like Month_name + Years in Assending/Desending , Lets say i have a Year and Month_name for 2017 to 2019. Each year having Jan to Dec, I would ...
- Anonymous6 years ago
If you want dynamic, you can format your date in new column (as I suggested previous) or new table (as lc_finance suggested). Sorting by custom format date "yyyy.MM.00" sort first in year, next month. All is dynamic and new dates goes to the right place between values.
Regards
Anonymous
6 years agoNot applicable
In visuals you can sort only by column which you use in visuals. You can add column to Tooltip, and then sort by them (at the end hide it).
Sort work only for one column, so prepare column with date in format yyyy.MM.00. Day values overwrite by 00 to clear them.