Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi, I have the following problem.
I want to use an or-connection in my application.
If I select BMW and the colour blue, I get an amount of 10, but I would like to get the amount of all BMW and all cars with the colour blue.
Is this possible, maybe in script or as a function?
Thanks for support
=Sum({$<Colour=>+$<Car=>}Amount)
=Sum({$<Colour=>+$<Car=>}Amount)
You can use set analysis for that, for the above example
=sum({<Colour,Car=Car>+<Car,Colour=Colour>} Amount)
sorry, but this is not working
For Code, See Attached.
Your reply is not very helpfull in resolving this, what is not working?? Not at all, other value then expected? What value do you expect?
See attached, for me working, example
like this?
hope this helps
regards
Marco
Yes, that's what i am looking for, thank you.
But does it also works with another field? for example, Sales_Person?
any other solution, for more than two fields?