How to filter for field with value NULL?

Use the exists query to find field with missing values.

Create a filter using exists operator

Then negate the filter after its created by clicking exclude results.

1 Like