Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
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
MVP
MVP

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
MVP
MVP

Ok Good luck and let us know the result.