core.noscript.text
E.g. [Field] IN (1,2,3) works
[Field] OUT (1,2,3) does not
[Field] !IN (1,2,3) does not
Solved! Go to Solution.
@mb1824
[Field] NOT IN (1,2,3)
Thanks! I didn't think of that