I write the fomula @name([cn]:@username) in the col of the view. The right acceessed people can be got in the Client/server, but can not get the right accessed people and always show the server name.what is matter? Mayber @name([cn]:@username) can be used in the view
Subject: Not in a view
In a view, @username will always return the server name as the server is the user who has built the view.
You could may the view a Private view, which would work. Or have a field in each document that stores the username of the creator.