Expression for null fields
-
I’m trying to create a logical algorithm using null value, e.g., IF(fieldname2 IS NULL,0,fieldname2*2). I’ve also tried IF(fieldname2=””,0,fieldname2*2)and
IF(fieldname2=NULL,0,fieldname2*2). What’s the correct expression to use?
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Expression for null fields’ is closed to new replies.