Private and Shared View yield different result with same View Selection

Is it possible or am I getting some kind of faulty results.

My View selection is

SELECT (BnftRqstStatus = “D”

& Section1ApprovalStatusTX = “”

& @Contains(Form;“RET”)

& @Name([CN]; @UserName) = AssignedTo)

The problem seems to be with the last condition.

…it seems to yield correct result in the private view and inconsistent results in the shared view.

Is there something in the private view that makes run-time selection work differently.

Subject: @UserName – Private and Shared View yield different result with same View Selection

The problem is using @UserName in a view. What is the name of the user who indexes the view? It is the server. The server builds the view and shows it to everyone.

Subject: Private and Shared View yield different result with same View Selection

http://www-12.lotus.com/ldd/doc/domino_notes/Rnext/help6_designer.nsf/f4b82fbb75e942a6852566ac0037f284/5e5dea1630b55dc485256c54004b7381?OpenDocument