Calendar App: display checked items in filter

I want to set up a filter to show only the items that are checked (column type: checkbox - star). I would assume the logic is to select "is not blank" but this doesn't work β it still shows every row, even the ones with blank checkboxes. Is there a different option I could select and what should I put in the "compared value" field to limit the view to checked items? I tried "contains" β "yes" and I tried "does not contain" β "null". Those did not work.
Best Answer
-
hi,
did you try this ?
it works fine by me
Answers
-
hi,
did you try this ?
it works fine by me
-
Thanks! The "has any of" menu is what did the trick β when I selected that, I was able to see the checked / unchecked options. The other menu options (like "contains") did not display the checked / unchecked options. Appreciate your help.