I'm trying to use "Not In" Filter, but always I have this message: "You can't use the not-in operators in OR queries". The point is that I'm not using "OR". It is a single condition filter:
Value members is a list of users id that I need to exclude from my query.
That's it. I cannot undesrtand why the filter "Not In" not working properly