Hi,
I created a view that displays a table of users.
I want to limit the output to a specific list of usernames that the view should get as argument.
How do I do that?
Hi,
I created a view that displays a table of users.
I want to limit the output to a specific list of usernames that the view should get as argument.
How do I do that?
Comments
Comment #1
gurubert commentedHi,
I found a solution that works for me by converting usernames into user IDs and passing them as argument to the view.
The view needs an argument of type "User: Uid" which accepts multiple values.
Comment #2
merlinofchaos commentedComment #3
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.