Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
kishorj1982
Creator II
Creator II

Cumulative sum not working

Hi all,

I have created the cumulative sum but for sales order column it is not working.

Please suggest.

thanks

2 Replies
PrashantSangle

Hi,

Instead of using RangeSum() you can try with full accumulation.

Regards,

Prashant Sangle

Great dreamer's dreams never fulfilled, they are always transcended.
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂
PrashantSangle

Also, Your Rangesum() expression is working You need to use

rangesum(Above(sum(SalesOrder ),0,RowNo(Total)))

instead of

rangesum(Above(sum(ThirdPartySales),0,RowNo(Total)))

Great dreamer's dreams never fulfilled, they are always transcended.
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂