I want to have a view that does its selection based on the user name.
I know I’m supposed to do this with a “Private, shared on first use” view (or something like that anyway), but this doesn’t seem to work when opening the view on the browser.
Any ideas on how to get my web view to show only the documents for the current user? Thanks.
I think what you’re looking for is a Single Category view.
Create your view with the first column = appropriate user name field, categorized.
Then embed it and use the Single Category option.
Make sure the names match (maybe run @Name([Abbreviate]…) in the view column and in the Category selection formula.
I think this can also be done with an HTML tag, but I don’t know the exact syntax. Something like ViewCategory=“blah blah blah” and that can be computed as well. You’ll have to search this forum for the exact syntax, but I think I’m pretty close