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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
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

1 Reply
Not applicable
Author

Got it working.

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