Skip to main content
Announcements
Live today at 11 AM ET. Get your questions about Qlik Connect answered, or just listen in. SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Accumulation for Pivot Table

Hi,

There is an option to do the accumulation in the QlikView using straight table.

Similarly is there is any option to do the accumulation for Pivot Table.


Thanks,
Sijo Joseph

1 Solution

Accepted Solutions
Not applicable
Author

hi

for accumulation try this

rangesum(above(sum(Amount), 0 , RowNo())))

View solution in original post

4 Replies
Not applicable
Author

hi

for accumulation try this

rangesum(above(sum(Amount), 0 , RowNo())))

Gysbert_Wassenaar

No, you'll have to do it in the expressions using rangeXXX functions and the above (or below) functions.


talk is cheap, supply exceeds demand
Not applicable
Author

Thanks it worked.. I will do some more testing with it

Not applicable
Author

Thanks..