Ok, I know I’m missing something simple here. I’m having trouble getting my “Show Single Category” document to populate on the view when viewing from the web/client. When I view it from the client, it says “Category Not Found” in the message bar. I’m simply using @UserName as the single category, and all the docs were created by me. What could I be missing when trying to displaying these docs? The view displays all docs fine when I take out the single category, so I know its not view selection.
Subject: Show single category - web
How is the view categorized? Remember that @UserName will return something that looks like:
CN=John Smith/OU=Sales/O=ACME
You may need to use @Name([Abbreviate];@UserName) or @Name([CN];@UserName).
Subject: RE: Show single category - web
Interesting. I made the view/embedded view consistent with what you said, and now the documents display, but they display for others, as well. I know in another App I use this, and I can only see the docs with my name. Any ideas?
Subject: Show single category - web - RESOLVED
Got it. Basically, I had @Name([CN];@UserName)in both the view & embedded view selection. I needed to have the view selection showing the name of the person I’m looking for (@Name([CN];Name)), while doing the restriction in the embedded view (@Name([CN];@UserName).