Forum Discussion
BJE
6 years agoHelper I
Sorting a visual using text-based ranges
I have a table that I has a column recording the FTE for each company in the list. I have created an additional column that has created FTE ranges, i.e.: 0-4 5-9 10-24 25-49 50-99 100-149 150-...
- Anonymous6 years ago
or better could use " " (2 blanks or 1 blank depending the number of digits) instead "0"
Greg_Deckler
6 years agoCommunity Champion
BJE - Use a separate colum with numeric sort values. Use the Sort By feature to sort your text column by your numeric column.
BJE
6 years agoHelper I
Thanks. Have tried that - not changing my visual.
- Anonymous6 years agoNot applicable
if it is not acceptable for aesthetic reasons, try somethonk like this
- Anonymous6 years agoNot applicable
or better could use " " (2 blanks or 1 blank depending the number of digits) instead "0"
- BJE6 years agoHelper I
Thanks - this worked for me