IIF - 2or+ conditions
Posted: Tue Jun 23, 2020 12:56 am
Hi,
How can I do to use IIF with more than one condition. for example, if I want to test the values, A, B, C = x,
{IIF(xxxxx=="A" <-- how can I use OR for B, and C
IIF(xxxxx=="A" || xxxxx=="B" || xxxx="C", "x", .......
Do I use || as OR, but how would be the syntax?
thank you.
How can I do to use IIF with more than one condition. for example, if I want to test the values, A, B, C = x,
{IIF(xxxxx=="A" <-- how can I use OR for B, and C
IIF(xxxxx=="A" || xxxxx=="B" || xxxx="C", "x", .......
Do I use || as OR, but how would be the syntax?
thank you.