Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
How is a measure accumulated in a QlikSense Line chart ?
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()))
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()))
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.