Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
How can we solve the problem in the attached document?
Thanks...
I quite did not understood your question, but I assumed you are trying to filter the records whose sub totals are greater than 0. Please use the below expression in your chart
if(aggr(sum(Sales),LIFNR) < 0, sum(Sales), null())
hi,
I've tried. did not work. ![]()

I made the change to the below chart

try it
sum(aggr(if(sum(TOTAL<LIFNR> Sales) < 0, sum(TOTAL<LIFNR> Sales) ),LIFNR))
Thanks Diego..
But,
1 LIFNR - 2 WAERS >>>>>> In the case where. did not work. ![]()
see it
Thanks a lot!... Diego