Skip to main content
9 answers
Loading
  1. Nov 8, 2017, 11:53 AM
    If you are looking for mulitple blank fields use equals "" as suggested above but you might want to use a filter as well e.g. (1 OR 2 OR 3) if you were looking for records that had 1 or more blank fields out of 3 fields. Otherwise your criteria will be 1 AND 2 AND 3 and will only return records where all fields you specify are null.
0/9000