Forum Discussion
Sort Column Header in Matrix Table
- 8 years ago
Anonymous
Just 2 days ago i wrote a quick post on Custom Sorting
Hope it will be useful
- Anonymous8 years ago
Thanks Zubiar...
got half way their missed the last steps out.....excellent aritcle
as the field type is text it sorts alphabetically
you can either:
1) use custom sort (you would need to create numeric rank column first)
2) reformat the data so alphabetical order would meet your needs, e.g. changing format number to 01, 02, ... , 10, 11 etc.
Hi
How would you create a numeric rank column...happy to learn...i tried adding an index column did not work??
- Zubair_Muhammad8 years ago
Community Champion
Anonymous
Just 2 days ago i wrote a quick post on Custom Sorting
Hope it will be useful
- Anonymous8 years agoNot applicable
Thanks Zubiar...
got half way their missed the last steps out.....excellent aritcle
- Anonymous8 years agoNot applicable
Hi Zubair
Can we un do the acceptance...i clicked the wrong button, your solution was prefect.
- Anonymous7 years agoNot applicable
Hello,
For some reason this link is not working. Can you please re-send?
Thanks!
- Anonymous7 years agoNot applicable
I have a Matrix that I am trying to sort the column headers in.
I would like to put the column headers in this order:
- Quote
- Open
- Pending
- Business Office
- Sold
- Posted
I tried creating a new column and called it Deal Status Column and used the following:
Deal Status Column = IF('Vehicle Sales'[Sales Status] = "Quote", 1, IF('Vehicle Sales'[Sales Status] = "Open", 2, IF('Vehicle Sales'[Sales Status] = "Pending", 3, IF('Vehicle Sales'[Sales Status] = "Business Office", 4, IF('Vehicle Sales'[Sales Status] = "Sold", 5, IF('Vehicle Sales'[Sales Status] = "Posted", 6))))))I then clicked on the original Deal Status in the Fields list and clicked Sort by Column and selected teh Deal Status Column and I get the following pop up:I'm not sure where to go from here. Any suggestions?