Hi There,
I am encountering some issues with this formula:
IF [Old Goal] IN("1","2","3") and [New Goal] >= 8 THEN "Yes" ELSE "No" ENDIF
I keep getting this error: Parse Error at char(0): IN(...) Parameter #1 has a type mismatch.
But i have checked the data type of the input using the select tool and it is double.
This is consistent with the datatype i used in the formula.
Please help.
Thank you.