Simplify filter with the same condition

Hi @TylonHH ,

You could use this:
image

First, you define an array with all your values to exclude (with add function).
Then test if this array doesn’t contain your variable.

Hope this helps.

Philippe

5 Likes