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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Help needed to sort a Cyclic chart

I am trying to sort out the sorting of a cyclic chart but with no luck. The chart starts with month and then category then product which all works marvelously. My issue is the sorting. I want the Month to obviously be sorted in month order, which I have, but then on the products and categories I want it sorted by value (descending). Any ideas on how to achieve this? Attached is a sample file

1 Solution

Accepted Solutions
swuehl
MVP
MVP

Try a sort expression like

=If(GetCurrentField( "New Group" )='Date', Date, -sum(Value))

View solution in original post

3 Replies
swuehl
MVP
MVP

Try a sort expression like

=If(GetCurrentField( "New Group" )='Date', Date, -sum(Value))

sunny_talwar

Check the attached

Capture.PNG

Not applicable
Author

Both scenarios worked beautifully,  thanks guys much appreciated