Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Stop accumulation at a particular value

Hello All,

I have used full accumulation on my expression. However, I want the accumulation to stop at the month of Dec 2016 which is not the case. Is there someway to stop the accumulation or hide the values of 2017 using background colours or any other such option.

1 Reply
antoniotiman
Master III
Master III

Hi Joshua,

try this

RangeSum(Above(Sum({<Date={"<=01/01/2017"}>} Value),0,Rowno()))

Regards,

Antonio