Select formula problems

Hello everyone,

Right now I have two views, one is a manager view which shows all the entries that have been made and the other is a personal view thats purpose is to only show the entries the signed in user has created.

Here is my formula…

SELECT (Submittedby=@Name([CN];@UserName))

I have also tried

SELECT @Contains(Submittedby; @Name([CN];@UserName))

This is my first attempt at a select formula and I am getting horrible results. Is my formula wrong? Or am I missing something simple.

Any help would be greatly appreciated!

-David

Subject: Select formula problems

Did you read the designer help file?

Subject: Select formula problems

What about using an embedded view with ‘show single category’ computed to the current user name for the the personal view?

Subject: Select formula problems

Read this thread, from this post downwards:http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatweb/2d00a0bedfda6c2c85256fab00749501?OpenDocument

Subject: RE: Select formula problems

Thanks Mika,

Set up a “Shared, Private on first use” view to solve the problem.

Subject: RE: Select formula problems

You do realize the potential downside of this approach right?