I’m having another issue…
I have my default view with a SELECT form != “Interest Profile” & From = @UserName inside…
I’m sending this discussion DB attachments via SMTP, and wanting the users to be able to view only their documents. Problem is, it doesn’t recognize the @UserName when they view it in Notes due to the additional @xyz at the end of the hierarchial name.
What do I need to change on my view selection to make the J T Hunt/CPM/XYZ@XYZ match my hierarchial @username?
Subject: View’s formula Language
@Username can only be used in “Personal on first use views”. You’re better off finding another way to do what you want. Look at @SetViewInfo.
Subject: RE: View’s formula Language
JY forget private views.
use one of the following:
1- a for with an embedded view categorized by the username
2- readers field, but if a user needs to see more then just their own docs then this might not be a solution.
the reason you can’t use @usernae is cause once the index is built all other users opening the view will same the same documents (i.e, the first person that opened the view).
Therefore @username does work but not for what you intended to use it for. Same goes for anythign other function that change dynamically like @today etc…
ST