SPRINT 3 Override Amount
HI. What am I doing wrong in the exam? It wont accept my formula.
IF 'INV01 Inventory Ordering'.Submit Purchase Order Request? AND 'INV01 Inventory Ordering'.Override Amount <> 0 THEN TRUE ELSE FALSE
Tagged:
0
Answers
-
Hi - thanks for responding - AD02 'Override Amount - Write?'
0 -
You do not need to use an IF statement for a simple boolean.
Just state what a true result would be any other result will return a FALSE.
1