Help with View

I want to create a View for users that displays their own document and other users cannot see the document

Selection Formula:

SELECT (Form = “form”) & @IsMember(field;@Name([CN];@UserName))

My problem is when multiple users access the view and the selection formula is replaced thus the view does not reflect the users’ own form

is there are way or concept to solve this?

Thank you very much

Subject: Creating personal views for users

Better than the “desktop private on first use” view, is a categorized view – categorized by username – that when you open it, the postopen event adjusts the view to show only the current user’s documents. I just posted a blog entry on how to do this. If it’s not there yet, wait an hour or two for it to replicate out.

  • Andre Guirard, IBM/Lotus Development

Useful blog: Best Practice Makes Perfect

Subject: Thanks

Thanks you for the help and tips :smiley:

Subject: Look at private on first use views in the help.