Web DB Views by User

I hope someone can be of assistance - I’ve looked for this on the previous posts, but without much luck.

I have a web based database created in domino that has forms w/ author and reader fields - i need to create a view that will only show (in the view) the documents that were created by the user currently logged in (@Username). I have tried various different ideas, but cannot get it to perform correctly. Any help will be VERY appreciated. Thanks.

Subject: Web DB Views by User

If you are using Readers and Authors fields for “real” security, then use a single-category view for convenience. Categorize on whatever you’re using as a “From” field, and RestrictToCategory on the username. If you want to hide the process, then send the user to a page that has the view embedded with @UserName (or some @Name variation on same) in the Single Category object formula.