Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
paulyeo11
Master
Master

QS does not support Full Accumulation

Hi All

Below code work fine in QV with Full Accumulation turn on.

count(distinct(if(inv>'800000' and  inv<'899999' and year,inv)))

But in QS , it does not have Accumulation.

May i know how to modify the script above ?

Paul

3 Replies
robert_mika
Master III
Master III

Look at RangeSum function if in doubt post your qvf file.

Something like:

RangeSum(Above(Count(inv),0,RowNo()))


http://help.qlik.com/sense/2.1/en-US/online/#../Subsystems/Hub/Content/ChartFunctions/RangeFunctions...


paulyeo11
Master
Master
Author

Hi Robert

Thank you for give me the link , i will try out myself by read the post , in case i still unable to make it , i will post my doc here.

Paul

robert_mika
Master III
Master III

Ok Good luck and let us know the result.