View criteria and nulls

View criteria and nulls

I have two views of the same data with different criteria.
The first is
((Status ==  "Active"))
The other is
((Status !=  "Active"))

I imported data with no value for the Status field. The data did not show in either view. Does the criteria ignore records that contain nulls?


Herb Wexler
www.PreventingMediocrity.com