Filters - setting opposite when unchecked

Hello, I have a column in the database for "complete" in a basic task list. By default when I view the table, I'd like it to display by default all tasks where complete = false. I was able to add a filter toggle in to show completed tasks, but having an issue figuring out when it's not toggled, those records would be hidden.
1 Reply
pepperoni dogfart
pepperoni dogfartOP9mo ago
Sort of figured out a workaround using the ternary filter and just defaulting it to false (not completely ideal)

Did you find this page helpful?