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: 
Not applicable

Store end amount of accumulation graph as a variable.

Hi community,  I have an line graph with full accumulation that has an ending value.  I put the same set analysis in a variable and for some reason it's slightly off.  All I want is the accumulation value with current selections stored as a variable.  Is there anayway to do this?

1 Solution

Accepted Solutions
Jason_Michaelides
Partner - Master II
Partner - Master II

Assuming your chart dimension is something like Month, and your chart expression is Sum(Sales), try:

=Max(Aggr(RangeSum(Above(Sum(Sales),0,RowNo())),Month))

Hope this helps,

Jason

View solution in original post

1 Reply
Jason_Michaelides
Partner - Master II
Partner - Master II

Assuming your chart dimension is something like Month, and your chart expression is Sum(Sales), try:

=Max(Aggr(RangeSum(Above(Sum(Sales),0,RowNo())),Month))

Hope this helps,

Jason