Forum Discussion
Balkrishnan
8 years agoHelper II
Bar chart - Month not sorted
I have created simple bar chart and trying to sort by month . I have created conditional column NC and sorted it also, but no change in order.
- Anonymous8 years ago
Balkrishnan In your table if you have a date column which is DD/MM/YYYY then you can sort it with that.
Or else if you have only month name, then write a conditional column ,(query editor --> add column tab --> conditonal column)
and then specify the sequence that you want.After that, you can soft it by that sequence column.
Anonymous
8 years agoNot applicable
Balkrishnan In your table if you have a date column which is DD/MM/YYYY then you can sort it with that.
Or else if you have only month name, then write a conditional column ,(query editor --> add column tab --> conditonal column)
and then specify the sequence that you want.
After that, you can soft it by that sequence column.
- Balkrishnan8 years agoHelper II
Thanks Mohan