Thanks for the reply I don’t fully understand what to filter for. In my scenario I want to do a quick filter at the top of the Contacts grid. I have a boolean field (1/0/null values), and I only want to return contacts with null values when I filter. How would I do this? How do I look for empty values in the top filter? I’ve tried every combination I can think of (even doing where not 0 and not 1, you would think that would return the empty values but it doesn’t).
It might just be the syntax for that filter that I’m missing, but I don’t know how to tell it to search for empty. I tried opted_in:null, opted_in:empty, opted_in: with a space after as well as all the combinations in my post above. None of these return the corresponding 4 contacts who have not selected yes or no yet for the opted_in field.
Note: This is the filter on the top right of the main contacts page where I’m trying to add these values.