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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Cumulative Sum with two dimensions (Qlik Sense)?

Hi I have used the following formula to do cumulative sum on one dimension on a line chart:

/accum = ,0,RowNo(Total)))

accum = Rangesum(Above(

when I wrap my measure with these like $accum(Sales)$(/accum) it works ok. But this works with only one dimension (Month_Number) in my chart. On a new line chart i need two dimensions: Month_Number and Region with Month_Number on the x axis. How can I fix or tweak my formula above? Thanks!

1 Reply
Not applicable
Author

Never mind. I was able to solve it with help from previous posts. Thanks