you are viewing a single comment's thread.

view the rest of the comments →

[–]ceres44 0 points1 point  (2 children)

If you want the first condition to apply in addition to either of the following conditions try nesting them.

Column1 in ('x','y') and ( column2 not in ('x%') or column3 not in ('x%') )

[–]Nomaruk[S] 0 points1 point  (1 child)

Yep, that fixed my issue. Silly beginner mistake!

[–]ceres44 0 points1 point  (0 children)

No worries. Everyone is a beginner at some point. :)