Forum Discussion
SuchCT
3 years agoHelper II
X- axis date sorting
Hello I currently have a column with dates corresponding to the first day of the week. This numbers might be repeated as there are multiple orders per week. When I try to show this dates in a graph, ...
- 3 years ago
I actually just had to sort that date by another column. I created a column with the same date as a number and just sorted by htat one
SuchCT
3 years agoHelper II
To clarify I don't really care if the data has to be Date or Text type, it currently is date but that can be changed.
And I can“t do a sort by column on an auxiliary column because if they drill down the data that method would break, as not every item appears every week.