Inverse table filter

matsg's profile image matsg posted 1 week ago in Feature discussion Permalink

Is it possible to build a negative filter into the little table filter box? We have a ton of _Audit tables, or Historic for SQL Server temporal tables that pollute the space. Seems like it would be an easy thing to just check for !Audit or ~Audit in the filter and invert the function?

Thanks Mats

matsg's profile image matsg posted 1 week ago Permalink

Hmm, markdown syntax messed that up... I meant *_Audit and Historic* tables

ansgar's profile image ansgar posted 7 days ago Permalink

You want to generate something like that?

col1 NOT LIKE ... OR col2 NOT LIKE ...

Note the "or" would render it useless then.

I also don't know where to put such an option as a checkbox or something visual.

Please login to leave a reply, or register at first.