Forum Discussion
Nazar
10 years agoHelper I
Sort a columns by the rows
How to sort columns in column chart the same way like rows in table are situated http://take.ms/pWh6T In order to be in such way http://take.ms/i9huS b/c now it sorts columns by Alphabetic order ht...
- 10 years ago
Create a Method Order Column - giving each Method its custom order number (you may have to use 01, 02... for first 9)
then concatenate the 2
Method Sort = [Method Order]&". "&[Method]
And use that column in the Chart
- 10 years ago
Don't Load the Data - click Edit
Then in the Query Editor - BEFORE you load - change the Data Type - the zeros should show up
Hopefully this takes care of it.