I'm Using Panels3 to display a collection of views as panel panes.
One view is displaying data that belongs to a specific user, based on its uid that is defined as view argument.
In the same panel, I have a second view that displays a list of users (no argument is currently defined for that second view).
I want to exclude from that second view:
- The user that displays the panel page (achieved it through the use of user:current filter)
- And the uid that is allready displayed in my the first view.
Unfortunatelly, I did not find any filter that could help yo to implement this.
Any suggestion?
Comments
Comment #1
Erco commentedOk, found it myself.
For those who may be interested:
1) I setup the user:uid as argumend in my second view
2) I checked the "exclude argument" option in argument setup.
Erwan