I created a filter that:
- Shows rows that match <all conditions>
- <Status> <is not one of>
values selected> (DONE, DEAD, LATER)
- <Archive> <is unchecked>
The instructions my team is getting are that they can flip tasks to DONE and DEAD, but they won't be hidden from view until our next meeting where they are then archived.
Problem is, if I check Archive for ANY row, save, and reload, the filter hides the row.
Are checkboxes unreliable? I have it set to restrict to checkbox use only, but toggling it doesn't seem to make a difference.