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.