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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
nihhalmca
Specialist II
Specialist II

Accumulative Vs Cumulative

Hi All,

Can any body share knowledge on Accumulative Vs Cumulative with example.

Thank you.

Regards,

Nihhal.

1 Solution

Accepted Solutions
MK_QSL
MVP
MVP

Both are same...

But I think in pivot Table, you don't have option of accumulation which is available in Straight Table. You need to use

RangeSum(Before(SUM(Sales),0,RowNo()))

View solution in original post

6 Replies
krishna20
Specialist II
Specialist II

Hi,

Pls find here

Accumulative Sums

jagan
Partner - Champion III
Partner - Champion III

Hi Nihhal,

Both are same, I think they are synonyms.

Regards,

Jagan.

nihhalmca
Specialist II
Specialist II
Author

Hi Jagan,

Thank for reply.

There is option for Accumulative in chart properties, however i have seen some posts for cumulative writing below script what is difference here.

ex: Rangesum(above(sum(sales),0,rowno()) as expression

Regards,

Nihhal.

MK_QSL
MVP
MVP

Both are same...

But I think in pivot Table, you don't have option of accumulation which is available in Straight Table. You need to use

RangeSum(Before(SUM(Sales),0,RowNo()))

jagan
Partner - Champion III
Partner - Champion III

Both are same but doing in script sometimes for specific purposes.

nihhalmca
Specialist II
Specialist II
Author

Thanks Manish.