Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello everybody,
based on the following table
Shop Partner Sales
a 100
a b 50
a c 30
b 500
b a 200
b c 250
c a 150
i'd like to show the sum of the sales but internal sales should be eliminated, based on the selection of shops. That means if shop a and b are selected, just the external sales (without partner) and the sales with partner (shop) c should be displayed.
I tried Sum({$<Partner=E({1<Shop={}>}Partner)>}Sales) but it doesn't work.
Any Idea?
Regards
Mario
Can't anyone help me?
Roberto,
Looked at your solution. Yes, logicaly it is exactly the same, I'm just using a "shorter" expression.
Regards,
Michael