Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How do i plot a cumulative percentage line graph?

How do i plot a cumulative percentage line graph?

i cant find any pre-built functions within qlik sense

2 Replies
Kushal_Chawda

= rangesum(above(YourExpression,0,rowno()))

sunny_talwar

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)))