Page 1 of 1

Multiple IF Condistions (&&)

Posted: Thu Sep 01, 2022 9:06 pm
by David334
Im trying to make a variable based on two other variables. Both variables are boolean.

Trying to make the variable use Expression.
I tried
Variable1 && Variable2 ? true : false

I tried
Variabl1 == true && Variable2 == true ? true : false

I tried
IIF(Variable1 && Variable2, true, false)
IIF(Variabe1 == true && Variable2 == true, true, false)

Nothing seems to work other than ugly nested IF conditions that are hard to read and write.

Does this software not allow && and || in expressions?

Re: Multiple IF Condistions (&&)

Posted: Fri Sep 02, 2022 1:29 pm
by Max Shamanov
Hello,

We could't reproduce the issue.
Please clarify which product and version are you use?

Thank you.

Re: Multiple IF Condistions (&&)

Posted: Mon Sep 05, 2022 5:45 pm
by David334
I ended up getting my result using multiple text boxes and using conditions to enable or disable them. I'm not sure why my IF conditions were not working, but I suspect there is something else going on I am not aware of.
I appreciate you taking the time to look into it though.

Re: Multiple IF Condistions (&&)

Posted: Tue Sep 06, 2022 6:03 am
by Max Shamanov
Hello,

Hello, you are welcome.
Let us know if you need any additional help.

Thank you.