Multiple Results
-
Is it possible to have different IF statements, and the one that fits the user input will be shown?
For example:
IF(fieldname4==0.154,fieldname18/12384,0);
IF(fieldname4==0.218,fieldname18/8988,0);Meaning: if fieldname4 is 0.154( its a dropdown choice) then result is fieldname18/12384; if fieldname4 is 0.218 then result is fieldname18/8988.
I tried with the two IFs shown above as my equation but it wont work. Is this even possible? Or is my syntax wrong?
Thanks!
https://www.ads-software.com/plugins/calculated-fields-form/
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Multiple Results’ is closed to new replies.