Forum Discussion
Tani4ka
Helper II
5 years agoSorting column chart by year & month
Hi there,
How do I get all months of the same year to follow in calendar orders rather than as it's shown in the chart below?
Many thanks
T
I found a solution elswhere:
Column = FORMAT([Date], "YYYY-MM")
Thanks,
T
4 Replies
- Tani4ka
Helper II
I found a solution elswhere:
Column = FORMAT([Date], "YYYY-MM")
Thanks,
T
- negi007
Community Champion
- Tani4ka
Helper II
This will not work, unfortunately. What I have in the chart is this:
Do I need to create a column (perhaps concat months7 Year) to make it work for me or there;s an easier way of solving this? Thanks