Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello all,
I have a problem on an expression today.
I try to chart data where I want the sum of C when field A or B = 1.
I tried the following :
Sum({$<A={1} or B={1}>}C)
But it always tells me there is an error...
Any idea ?
Sum({$<A={1}>*<B={1}>}C)
Regards
Try this
Sum({<A = {1}>+<B = {1}>} C)
thanks a lot for your help but it seems this expression sends me a result when A AND B are equal to 1.
Nevertheless thanks a lot 🙂
Within set analysis
* = AND
+ = OR