i have af 2.6 and am trying to compare two numerical values and then return a string using the formula type
This is my formula
IF (A < 90 AND B < .5) THEN "SLOW ORE" ELSE "OPTIMAL SCENARIO"
If i try to evaluate this i get a syntax error, if i change the strings to 0 and 1 it evaluates...is there something i am missing with strings?