Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I am trying the following expression
sum(if(sum(aggr(sum(EBIDTA),[Customer Group Descr]))<'0',Revenue))
but its giving me a nested aggregation not allowed error.
Can i achieve this in some other way in expression editor
Hi,
Try this.
sum(if(aggr(sum(EBIDTA),[Customer Group Descr])<'0',Revenue))
Regards,
Kaushik Solanki