Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Cumulative Percentage to Target

Hi Everyone,

Please have a look at the attached graph  and data.I am trying to calculate Cumulative % to target based on this data, I have tried using' Full Accumulation' option but it's not correct.


1 Solution

Accepted Solutions
sunny_talwar

What are your expressions here? Assuming you have Sum(Sales), try this

RangeSum(Above(Sum(Sales), 0, RowNo()))/Sum(TOTAL Sales)

View solution in original post

1 Reply
sunny_talwar

What are your expressions here? Assuming you have Sum(Sales), try this

RangeSum(Above(Sum(Sales), 0, RowNo()))/Sum(TOTAL Sales)