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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Rangesum works for Pivot/Flat table not Line Chart

I have been successful in using combination of rangesum/above in an expression to calculate cumulative percentages based on two dimensions (Month and Year). However, this expression only works correctly in a Pivot Table and Table format. When fast changing to a Line Chart, the expression calculates a different result.

The expression is: = rangesum(sum(Cost), above(sum(Cost),1,rowno())) / rangesum(sum(Revenue), above(sum(Revenue),1,rowno()))

Attached is a copy of the qvw with the desired line graph layout.

Anyone have any suggestions as to where I have gone wrong in relation to the line graph?

0 Replies