Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
please suggest the solution?
this needs to be done using chart expresssions.
thanks for help
Try this expression:
=If(Prod = 'All', Sum(TOTAL Value), Sum(TOTAL Value)-RangeSum(Above(Sum(Value), 0, RowNo()-1)))
Try this expression:
=If(Prod = 'All', Sum(TOTAL Value), Sum(TOTAL Value)-RangeSum(Above(Sum(Value), 0, RowNo()-1)))
Quite close, it worked.
Thanks