Web view displays incorrectly

Hi All,

I have created a survey form “Price”.

I have a computed field named “User” with the code - @Name([CN];@UserName)

I have a view with a view selection - SELECT Form=“Price”&User=@Name([CN];@UserName)&Draft!=“Yes”, the view should only show my documents when I preview it using a browser but it shows all other users documents as well.

Anyone know how I get get around this? I know private views cannot be used on the web.

Thanks

Subject: Web view displays incorrectly

You can’t use @username in a shared/public view. It only works for private views. Try using a single category view instead that is categorized on your “User” field.