Skip to main content
Announcements
See why Qlik is a Leader in the 2024 Gartner® Magic Quadrant™ for Analytics & BI Platforms. Download Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Problem with full accumulation and filter

Hi, I have a problem - after select filter the accumulation is not full.
Without filter :

before.PNG.png

With filter :

after.PNG.png

As you can see it start to accumulate from 0 without considering previous days.

To calculate expression i use simple count. Any idea how to solve this ?

Thanks in advance.

1 Reply
Not applicable
Author

Hi Jackub,

its happening because when we use a filter then it will disregard the value because those are become zero.

So you can try the following

Rangesum(sum(amount), 0, count({1} total dimension))

in your expression.

Hope it helps

With regards

Harshita Gaur