You should use an advanced filter by comparing this user’s role levels count to the (custom state) selected role levels count and get the ones that have the same count as selected role levels count. Comparing means intersecting. It should be something like this: This User’s role_levels_candidate intersect with (Wherever the custom state is)'s selected_role_levels : count is selected_role_levels : count
No, I mean, I want to show all the users that have at least one of the selected roles. If role Junior and role Senior are selected, I want to show all the users that have role junior and role Senior. It doesn’t matter if the users have both roles or only one.