I have a view "news" which is listing nodes from "news" content type. This content type contains a field "countries" which is multiple.
So, my news "Test 1" will have a field countries like this one : France, United Kingdom, Spain
My users have a field "Country".
What I want to do is to add a filter criteria in my view meaning : News.countries = Users.country
At this moment, when I try to do it, I cannot set a "must be equal to" to News.countries, certainly because it is multiple.
Can you explain to me how should i do ?