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

Announcements
Q&A with Qlik - Qlik Cloud Migration: Questions about migrating to Qlik Cloud? Catch the latest replay!
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

Labels (1)
1 Reply
Not applicable
Author

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