For one role (slave) The view right now uses the user:uid argument to return the same value as the user that is logged in. So the user will see a list of options depending on the content they have created.
We have another role (master) that should see a list of options for this selection depending on a different set of rules. Their list of options should contain all of the created options - without the user:uid argument.
The content type of the node is profile, and the field is a nodereference. Is there a way to permit the master account to see all of the nodes as a selectable option, and the other to only see the nodes that they have created?