How to filter a list to NOT contain several elements

Hi all,

I am trying to get all elements in view, except for a couple elements i filtered earlier on.


I figure i should use cross product to find all true values but if i do that i end up with multiple lists, which i cant enter in "Filter by boolmask"node.

There probably is a very easy solution for this that i am not yet aware of…

@MVE1112 Try this

2 Likes

Awesome! That works great, thanks!

1 Like