Skip to main content
Announcements
Qlik Community Office Hours, March 20th. Former Talend Community users, ask your questions live. SIGN UP
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.