Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
Can you please suggest how to optimize the below expression,
Sum(if(Value=1 OR Value=2,[Amount]))
Thanks
Sum({<Value={1}>+<Value={2}>} Amount)
or
Sum({<Value={1,2}>} Amount)