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

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to do Cumulative Sum in pivot table

I have one pivot table i need to do the cumulative sum for nly few rows. and i ve few filters as well in dashboard. the filters should be affecting the pivot table... pls look the attached file to get a clear view. can u pls help me out with this.

1 Reply
marcus_sommer

You could cumulate in pivot-tables with expressions like this : rangesum(sum(%), above(total sum(%), 1, rowno(total))) - have a look on the attachment. But this won't work with your mixed structure from absolutely and relatively values. Generally I would suggest to separate this in two columns.

- Marcus