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

Rangesum on dimension values

Hi,

I have a table in which I want to accumulate the values. if it was some basic accumulation it would not be a problem, But..

i dont want to accumulate it on the cell above, i want to accumulate it with the cell above that has the same dimension value.

WeekClassAmountCumulative
2110+99
2120+66
2130+1212
2210+817
2220+713
2230+1325
2310+522
2320+825
2330+1641

personally i think i am close to the solution but it needs that last little tweak that I can't figure out.

my expression right now is:

=rangesum(above(sum(Amount),0,rowno(TOTAL<Class>)))

when using the <Class> after TOTAL, the expression fails. but without the <Class> it behaves like normal rangesum which i don't like

3 Replies
marcus_sommer

I'm not sure if it could even work but you should rather try to use total and/or set analysis within sum(Amount). I personally would rather choose another chart-design to show the results ...

- Marcus

dickelsa
Creator
Creator

Hello,

I am also looking for the same solution with a similar situation.

Has anyone got an idea?

regards,

Dick

Not applicable
Author

I suppose it is not how you normally use the Cumulative function. But i see great potential for end users if this could be realized in some way.