W
Wolfgang Gary
I want to make following IF-Statement:
IF (PMTest_Ergebnis>=71 AND PMTest_Ergebnis<75 AND FallBsp_Ergebnis>=80)
THEN "OK" ELSE "Not passed"
I havnt found a solution with {if ..} Statements which will work.
thanks for your support & any tipp
best regards
Wolfgang
IF (PMTest_Ergebnis>=71 AND PMTest_Ergebnis<75 AND FallBsp_Ergebnis>=80)
THEN "OK" ELSE "Not passed"
I havnt found a solution with {if ..} Statements which will work.
thanks for your support & any tipp
best regards
Wolfgang