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

Accumulation - Pivot Chart

Hi

I need to have a column that accumulates sales by Customer and not just a rolling full accumulation! Please see the picture attached so you can see what I need to achieve... Any help would be greatly appreciated

Accumulation.png

1 Solution

Accepted Solutions
swuehl
MVP
MVP

If you've got Customer and OrderNo as dimensions, try

=rangesum(above(sum(Sales),0,RowNo()))

View solution in original post

3 Replies
swuehl
MVP
MVP

If you've got Customer and OrderNo as dimensions, try

=rangesum(above(sum(Sales),0,RowNo()))

Not applicable
Author

Swuehl, that doesn't appear to work! That is what I had tried before...

swuehl
MVP
MVP

If you have two dimensions in a pivot table, both dimensions not pivoted to the top, or a straight table with dimension values sorted appropriately, I think it should work. See attached.