Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Vidit
Creator
Creator

Chart help?

Hi

please suggest the solution?

offset.jpg

this needs to be done using chart expresssions.

thanks for help

1 Solution

Accepted Solutions
sunny_talwar

Try this expression:

=If(Prod = 'All', Sum(TOTAL Value), Sum(TOTAL Value)-RangeSum(Above(Sum(Value), 0, RowNo()-1)))


Capture.PNG

View solution in original post

2 Replies
sunny_talwar

Try this expression:

=If(Prod = 'All', Sum(TOTAL Value), Sum(TOTAL Value)-RangeSum(Above(Sum(Value), 0, RowNo()-1)))


Capture.PNG

Vidit
Creator
Creator
Author

Quite close, it worked.

Thanks