hello,
I am having trouble getting if/then statements to work for me.
In excel it would look like this:
=IF((A1>0.001),"PASS","FAIL")
I am trying to get something like this in pcdmis:
IF((CIR1.X.MEAS>1.00),"MEASUREMENT ERROR DETECTED","MASTER VALIDATION PASSED")
Any guidance on this is appreciated
thanks!!
I am having trouble getting if/then statements to work for me.
In excel it would look like this:
=IF((A1>0.001),"PASS","FAIL")
I am trying to get something like this in pcdmis:
IF((CIR1.X.MEAS>1.00),"MEASUREMENT ERROR DETECTED","MASTER VALIDATION PASSED")
Any guidance on this is appreciated
thanks!!
Comment