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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

special sum in pivot table

I want pivot table to show result like this

sum1   sum2

5         5

6         11

7          18

Sum2 always shows the total of all values of sum1

how it is possible?

thanks

Lavi

1 Reply
Not applicable
Author

Try something like rangesum(sum1,above(sum1))

Or use a straight table and use the function accumulate.