View Selection Question

Dear Friend,

Under View Selection

I write the following statement :

SELECT ((Form = “NProject”)) & (D_Archive =“”)& @Name([CN];D_LastEditor) = @Name([CN];@UserName) Please feel free to advise

Seem cannot filter record by user name. Please feel free to advise How to make it work.

Subject: View Selection Question

if the db is on a server then @username is the server’s name.

Using @username in a view selection formula isn’t a good idea most of the time. You should use it only in private (on first use) views.

Use single category views, or use folders, …

search this forum, as it’s discussed many times before.