Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
hi
for accumulation try this
rangesum(above(sum(Amount), 0 , RowNo())))
hi
for accumulation try this
rangesum(above(sum(Amount), 0 , RowNo())))
No, you'll have to do it in the expressions using rangeXXX functions and the above (or below) functions.
Thanks it worked.. I will do some more testing with it
Thanks..