query builder: multiple "not contains"?
I'm doing a query and today< I have multiple conditions with the same Tags attribute:
Tags does not contain 'x' and Tags does not contain 'y' and Tags does not contain 'z'.
Is there any way to have a single Tags does not contain with something like x|y|z ? and have it mean Tags does not contain x nor y nor z?
Tags does not contain 'x' and Tags does not contain 'y' and Tags does not contain 'z'.
Is there any way to have a single Tags does not contain with something like x|y|z ? and have it mean Tags does not contain x nor y nor z?