Multiple arguments if else
-
I need a field to become visible when one of results take place
How to write correctly this logic:
if fieldname5==13 or 15 or 16 or 17 etc, show this fieldname6;
else if fieldname5== 18 or 19 or 20, show that fieldname7;
else show fieldname8;Please help
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Multiple arguments if else’ is closed to new replies.