Hi folks,
I'm using modelbuilder in ArcMap 10.3.1. I'm building a simple model to assign the neighborhood where a point is located. It goes like this: 1) spatial join (points and nhoods) 2) join that new layer to the original points layer 3) select only those points with null values for neighborhood 4) use field calculator to assign neighborhoods to points.
My problem is with step 3. Whenever the SQL expression for selecting a subset of the data includes IS NULL, the software crashes. If it has an = sign, then everything's fine. My problem is that I have null values and need to select them! I could just overwrite all the data every time (not making a selection before field calculate), but am trying to avoid that. Seems like a weird bug, and one that may have existed way back in the day. Is there a fix for this?