Gridify icon indicating copy to clipboard operation
Gridify copied to clipboard

NOT operator for logical condition

Open moxplod opened this issue 4 months ago • 0 comments

Details

The use case is that I have in instances some advanced logic in filters. And I want to create an inverse filter and a list of records from that.

It would be great to have a NOT operator that can be applied.

Example filter that a user of mine created:

Company.NumberOfEmployees>=50,(Title=*Manager|Title=*Director|Title=*VP|Title=*President|Title=*Chief|Title=*CEO|Title=*CFO|Title=*COO|Title=*Head)

Now they also wanted to create an inverse list to see what was filtered out easily.

moxplod avatar Sep 24 '24 15:09 moxplod