Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
I have created the cumulative sum but for sales order column it is not working.
Please suggest.
thanks
Hi,
Instead of using RangeSum() you can try with full accumulation.
Regards,
Prashant Sangle
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)))