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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
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