Nicholas Boyer Posted November 15, 2021 Share Posted November 15, 2021 How do you account for null or missing values in a Defines If Statment. I tried doing the following to no avail: IF Mosaic Household EQ null THEN null I am using InfoAssist version 8207.23 Link to comment Share on other sites More sharing options...
David Beagan Posted November 15, 2021 Share Posted November 15, 2021 The keyword MISSING is used for NULL. IF "Mosaic Houshold" EQ MISSING THEN MISSING Link to comment Share on other sites More sharing options...
Warren Hinchliffe Posted November 15, 2021 Share Posted November 15, 2021 I think also you should use IS instead of EQ IF "Mosaic Houshold" IS MISSING THEN MISSING Link to comment Share on other sites More sharing options...
Nicholas Boyer Posted November 16, 2021 Author Share Posted November 16, 2021 That helped, thank you! Link to comment Share on other sites More sharing options...
Nicholas Boyer Posted November 16, 2021 Author Share Posted November 16, 2021 That helped, thanks! Link to comment Share on other sites More sharing options...
Michelle Adams Posted November 16, 2021 Share Posted November 16, 2021 ORIf you are using a parameter use IF &mosaic_houshold EQ _FOC_NULL THEN Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now