Hello and thank you in advance for your time.
I'm running a simple IF Statement
IF [Days 1]<='30' Then 'Pass'
Else 'Fail' ENDIF
But in the results its showing 7 , 9 days etc., as a fail. Then in some cases it's retuning the correct result and all the fails are returning the correct results.
any ideas what I'm doing wrong?
Thanks again