Add nested 'if' statement into expressions in LW.net
P
Philip Coles
started a topic
over 5 years ago
Can you please add a nested 'if' statement into the expressions in LW.net imports/exports? Currently, the 'if' functionality works if there are only 2 'if' clauses:
iif[c, a, b] - where 'c' is the condition and must evaluate to a Boolean. The value 'a' is returned if 'c' is true, otherwise, the value 'b' is returned.
However, if we have more than 2 conditions, we are not able to use this function. We tried to nest an 'if' condition into 'b' but LW.net can't evaluate it since it's surrounded with double quotes and count it as a string.
1 person likes this idea
Mark Aldous
said
over 5 years ago
It can already be done. You have to use variables to achieve this.
Philip Coles
iif[c, a, b] - where 'c' is the condition and must evaluate to a Boolean. The value 'a' is returned if 'c' is true, otherwise, the value 'b' is returned.
However, if we have more than 2 conditions, we are not able to use this function. We tried to nest an 'if' condition into 'b' but LW.net can't evaluate it since it's surrounded with double quotes and count it as a string.
1 person likes this idea