Forum Discussion
sorting treemap
How can we control the sort order on a tree map visualization?
No but they generally follow this pattern - largest values (on the right) to smallest values (on the left)
9 Replies
- SeanCommunity Champion
No but they generally follow this pattern - largest values (on the right) to smallest values (on the left)
- fiveoneHelper II
OK. At least I have some sort of explanation to provide to the users :-)
- avinash726Frequent Visitor
Hi,
I am looking for the same solution. Do you get any resolution for the same requirement?
Thanks.
- TonyVitesNew Member
Thanks Sean, Yes, this is the easiest (or only?) way to do this. So basically, just reverse the meaning of the values to size the heatmap (sorry Treemap).
- JessicaKnielingNew Member
I'm missing this possibility, too as we use the treemap as kind of traffic light. To show the status of sales vs target.
- JChourisHelper I
I had this issue. I created a column called steps to order the steps in my procedure 1-14. Then used the steps column in the values section the treemap. This ordered the items according to my steps list. Not sure if this will work for you but it was the only work around i was able to see for fixing my issue. Hope this helps.