Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
How do i plot a cumulative percentage line graph?
i cant find any pre-built functions within qlik sense
= rangesum(above(YourExpression,0,rowno()))
If what Kush provided did not work, would you be able to provide a sample? Also if you have two dimensions and the idea is to get fully accumulated chart, then you might need to add TOTAL at two places:
RangeSum(Above(TOTAL YourExpression, 0, RowNo(TOTAL)))