Skip to main content
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

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.