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: 
Not applicable

Cumulative value in dimension

Hi Team,

How can we sort cumulative value in dimension, I have to find cumulative value of total sales by each salesman and make pie with two levels, one for less than 90 and other for more than 90.

I am using aggr((rangesum(above... but since sales is not sorted at salesman level, I am not able to get correct value, can we sort data in aggr function or some other way?

Regards,

NavdeeP

Labels (1)
1 Reply
sunny_talwar
MVP
MVP

Would you be able to share some sample data?

Update: Since you are looking to sort, the only way you can sort a aggr() function is by sorting it in the script because Aggr() function is sorted by the load order.