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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
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

Labels (1)
1 Solution

Accepted Solutions
sunny_talwar
MVP
MVP

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

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