Hi there,
how do I apply the grid filter syntax for the grid button filter drop down box if I want to filter for all items that do NOT match the criteria?
example:
I want to apply grid column filter to filter out all items that contain "test"
I tried:
is not "test"
not like "test"
not "test"
not test
not like test
is not test
etc.....
Thank you!
Best regards, Thorsten
Comments
MyTextFieldNameHere NOT like "*test*"
Item NOT like "*test*"
The filter should not show any items which contain a certain string. I only manage to do the opposite, showing all items which match the criteria...
On this issue, it would be great if items listed in column filters could have checkmarks (left side) and users could select multiple ones (and automatically be OR'ed). Excel does this and it is a nice UI way of doing