Working with QGIS Zanzibar. I have a data set where many values are NULL (or blank), I wish to filter the data to show only those with NULL. In the query builder I use "FieldName" = NULL, but this removes ALL the data... Why. The data I'm trying to filter on is a date.
Asked
Active
Viewed 52 times
1
"FieldName" IS NULL– Taras Nov 07 '19 at 07:37"FieldName" IS NOT NULL. It's because NULL is a state not a value. – TeddyTedTed Nov 07 '19 at 09:15