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: 
Anonymous
Not applicable

Running partial sums

Colleagues, good day!

Anyone knows, how to apply accumulative format to the Partial sums in pivot table?

2017-10-05_113628.jpg

so in the second column i need to get not 54 but 6779+54=6833.

and the same to the last column..

Thanks.

1 Solution

Accepted Solutions
techvarun
Specialist II
Specialist II

Try this '

=RangeSum(Before(TOTAL Sum(Sales), 0, ColumnNo(TOTAL)))

View solution in original post

3 Replies
techvarun
Specialist II
Specialist II

Try this '

=RangeSum(Before(TOTAL Sum(Sales), 0, ColumnNo(TOTAL)))

techvarun
Specialist II
Specialist II

I think it is not possible to alter the partial sum values alone.

Anonymous
Not applicable
Author

perfect!

thanks.