How to use AND , OR in IF() function of " add element by expression" in data model ?
I use IF() expression in "add element by expression" in data model
like this IF(expression, then, else)
but i can't find in doc to use AND OR operator
for instance : IF( exp1==1 AND exp2==3, 'res1','res2')
there is an error on AND
in the oracle documentation there is only the table of expressions but how use them
Best regards
Marc
like this IF(expression, then, else)
but i can't find in doc to use AND OR operator
for instance : IF( exp1==1 AND exp2==3, 'res1','res2')
there is an error on AND
in the oracle documentation there is only the table of expressions but how use them
Best regards
Marc
1