Forum Discussion
CNC987654
7 years agoHelper I
Sorting labels in a chart
I create another table called Sort_Data and assign:
AAA = 1
BB = 2
BBB = 3
I add this SortID to tooltip . SortID shows up the Sort, but it doesn't work. Please advise.
1 Reply
- MFelixSuper User
Hi CNC987654 ,
If you want to sort the columns by the order it show in the table you need to follow this steps:
- Sort the Text column by the ID column
- Relate the sorted table with the data table based on the text column
- Use the columns on the sorted table for your x-axis
Regards,
MFelix