I want to show to the users who are accessing the view the documents which are under him or her.
For example: If I have a field named "Name". There are 23 documents in the view and of all those documents, but only five of them have my name under "Names" field. I want to show in the view all those documents under me which would be five documents.
Could you please help me? I appreciate it a lot.
Create a Page with an embedded view.
Categorize view by field
Name
.Put into embedded view's property "Show single category" the formula
@UserName
or@Name([CN]; @UserName)
depending on how your fieldName
is formatted.Show the Page instead of the view.
This way you avoid trouble with "Shared, private on first use" views or similar approaches and users see exactly their own documents only.