Forum Discussion
ML999
8 years agoRegular Visitor
Sort x-axis by date (MM/YYYY) for three years
Hi, I am having issues with sorting my data in ascending order from 01/2015 to 09/2017. I have tried to use the "sort by column" feature but it does not work. Please see below. My ideal date form...
- 8 years ago
Add a new column with year and monthnumber (YYYYMM) to your table and use that for sorting
thomasronn
Resolver I
8 years agoAdd a new column with year and monthnumber (YYYYMM) to your table and use that for sorting
- SachinC6 years ago
Helper V
You mean like this: DateInspectedTXT = year([DateInspected])&month([DateInspected]) ?