Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
Can I write a conditional expression without if statement.
I have some dimensions and expressions in a straight table.
I want to display two expressions (Suppose, X,Y) only when dimension (suppose A) A = 1.
if A=1 show all expressions including X and Y.
if A other than 1 show all expressions except X and Y.
Can I simply write A=1 in the conditional statement of those two expressions (without any if statement)?
You absolutely can. In fact, that's a nice way of writing such conditional expression.
You absolutely can. In fact, that's a nice way of writing such conditional expression.
Thanks