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

Unwanted accumlation in Chart

Hi ALL,

I am using Full Accumlation feature  for two expression working fine.

problem it show extended line when there is no value for that month is present.

i do not want this extended accumlation in line chart.  attaching a example document.

Regards,

anant  

1 Solution

Accepted Solutions
Sokkorn
Master
Master

Hi anant,

Trt this IF(values='' OR IsNull(values),Null(),rangesum(above(Sum(values), 0, Rowno()))) and uncheck full accumulation.

Regards,

Sokkorn

View solution in original post

2 Replies
Sokkorn
Master
Master

Hi anant,

Trt this IF(values='' OR IsNull(values),Null(),rangesum(above(Sum(values), 0, Rowno()))) and uncheck full accumulation.

Regards,

Sokkorn

Anonymous
Not applicable
Author

Hi Sokkorn,

That works !!

Thanks

Anant