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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
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)))