Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi!
Can anyone explain why I get 0 instead of -1?
Script:
=If(FIELD1 <= FIELD2 , FIELD3 = '-1', FIELD3)
Instead of -1 it shows 0 as a result.
BR,
Uri
FIELD3='-1' is a comparison , not an assignment.
FIELD3='-1' is a comparison , not an assignment.