Describe the bug
The multiple comparison filter for the "!=" operator is not available
To Reproduce
The bug is reproduced if the following filter is applied:
ClientId != 1|2|3|4
However, the data is filtered correctly if there is only one identifier in the value:
ClientId != 1