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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Full Accumulation

How is a measure accumulated in a QlikSense  Line chart ?

FullAccumulation.PNG.png


1 Solution

Accepted Solutions
Not applicable
Author

Hi Urban,

I think this option is not yet available in the beta version but you can try a full accumulation within the expression:

rangesum(above(Sum(Field),1,rowno()))

View solution in original post

2 Replies
Not applicable
Author

Hi Urban,

I think this option is not yet available in the beta version but you can try a full accumulation within the expression:

rangesum(above(Sum(Field),1,rowno()))

rubenmarin
MVP
MVP

Hi Urban,

I don't see that option in QlikSense. Use RangeSum and Above can help you?

Example:

RangeSum(Above(expression), 0, RowNo())

Hope this helps.