Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Stack bar sorting issues

Hi, find out sometime we can not sort thing as we want.

Screen Shot 2017-11-02 at 14.17.21.png

here I try to put 'Sum(Sales)' as top sorting criteria but i can not.

Any suggestion How could I sort the stacked bar in term of the total stack sales? (each bar belong to 1 category, could i rank them first from High to Low Sum(Sales))?

Thank you!

1 Solution

Accepted Solutions
OmarBenSalem
Partner - Champion II
Partner - Champion II

If you can't put sum(Sales) above categroy, in category try to sort by expression; an as expression; sum(sales):descending

View solution in original post

2 Replies
OmarBenSalem
Partner - Champion II
Partner - Champion II

If you can't put sum(Sales) above categroy, in category try to sort by expression; an as expression; sum(sales):descending

MK9885
Master II
Master II

Maybe try below in your sorting?

aggr(Sum(Sales), KATEGORINAMN)