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: 
dhananjay_capge
Partner - Contributor III
Partner - Contributor III

Cummulative total sum in pivot

Test

1 Solution

Accepted Solutions
sunny_talwar

Try this:

=Sum(TOTAL Sales) - RangeSum(Above(Sum(Sales), 1, RowNo()))

Capture.PNG

View solution in original post

2 Replies
sunny_talwar

Try this:

=Sum(TOTAL Sales) - RangeSum(Above(Sum(Sales), 1, RowNo()))

Capture.PNG

Anonymous
Not applicable

May be something like