I am trying to write an if-then-else statement in FRx that displays a word as the result. This is what I am currently working with:
IF @600 <= .9 THEN "YES" ELSE "NO"
I am also writing one that displays a number as a result
IF @720 < 0 THEN 0 ELSE @720
Unfortunately both of these formulas do not work properly. The error message that pops up is:
"There is only one special format mask allowed in a intRow and it should be the last data entered"
Any ideas how to fix this?
IF @600 <= .9 THEN "YES" ELSE "NO"
I am also writing one that displays a number as a result
IF @720 < 0 THEN 0 ELSE @720
Unfortunately both of these formulas do not work properly. The error message that pops up is:
"There is only one special format mask allowed in a intRow and it should be the last data entered"
Any ideas how to fix this?