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: 
rogeriobarbosa
Contributor II
Contributor II

expression accumulated by date

Hello,
I need an expression for a bar chart that accumulates values ​​from January 2012 eg if dimension I have in my January, February, March and April, I accumulated returns in January + February + January + February March, April + February + March + April.

1 Reply
Jason_Michaelides
Partner - Master II
Partner - Master II

If checking the "Full Accumulation" box isn't sufficient, then try:

RangeSum(Above(Sum(Sales),0,RowNo())) where Month is your chart dimension.

Hope this helps,

Jason