remove where clause when table is filtered
I have a table and the basic query for the table has a filter condition of
is_complete = 0
. I want to have a filter that basically says, "Show completed", and when the user adds the filter, it removes the condition and just displays all the records. This seems like it would be easy, but I can't seem to get it to behave correctly.
It's sort of the opposite of a filter honestly...I dunno. I don't love it, but I don't know of a better solution.0 Replies