Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
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