Hi all, I would like to bring in the discussion of the topic in which title indicated. To illustrate the situation, I posted the two actions I did below:
UX currently doesn’t have the built in ability to sort hierarchical. This is just a standard sort which considers each member independently therefore ignores the hierarchy structure (just like ascending/descending sorting in perspectives). The same applies when you cross drill.
We did talk about adding hierarchical sort in the UX summit but I don’t know think there is currently an ER for it.
It’s possible. But it means the sort would need to be done via MDX as oposed to the built-in sort of the handsontable component so there would be a performance hit.
Yes! Also, MDX sort makes it more static. But you can solve the static-ness by referencing the sort basis measure to the filter selections (although it’s not as intuitive as clicking column header).