Skip to main content
Woohoo! Qlik Community has won “Best in Class Community” in the 2024 Khoros Kudos awards!
Announcements
Nov. 20th, Qlik Insider - Lakehouses: Driving the Future of Data & AI - PICK A SESSION
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Accumulation in QlikSense

Hi community

I´m new to QlikSense. I have a barchart which is counting various tasks per month. But now i wanna accumulate this taks over every month. In QlikView there is a checkbox to do this. But in QlikSense I´m still missing this checkbox. Is there a nice trick?

My expression looks like this:

=Count(if(Methode = 'A3',Month))

There is screesnhot of my actual barchart.

Thanks a lot!

Christian

1 Reply
Not applicable
Author

try using this expression RangeSum(Above(sum([field)])))