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

Announcements
Now accepting applications for the Qlik Luminary and Partner Ambassador Programs: Apply by July 6!
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))