Need help on finding a way to hide a completed task

Hello guys, I’m trying to find an alternative for the way that I use to hide completed tasks, which was by filtering the data = “status is not checked” (i’ve created a status column - boolean). Although it works very good, the filtering data option is not very flexible for edition in completed tasks, for example.

What I’m trying to find here is a way to use an in-app filter that allows me to see both completed and undone tasks together, or just the undone (default). Is that possible?

Assuming that I understand correctly, what you can do is create an if-then-else column:

  • If Status is checked, then Done
  • Else Not Done

And then use that column as your In-App filter.

1 Like