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

Set Analysis and RangeSum

I am using the expression below to show cummulative sales on a chart the has monthly sales also.

rangesum(top(Sales , 1, RowNo() -0))

The problem I am having is I need to add a set analysis expression:

{$<RSM =-{10}>}

I can get it to work.

Help

Thanks,

Stephen

Labels (1)
1 Reply
Not applicable
Author

Got it working.

rangesum(top(sum({$<RSM =-{10}>} Sales), 1, RowNo() -0))