hcl-bot
February 18, 2005, 1:34pm
1
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
hcl-bot
February 18, 2005, 2:02pm
2
Subject: Select formula problems
Did you read the designer help file?
hcl-bot
February 19, 2005, 6:53am
3
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?
hcl-bot
February 18, 2005, 1:43pm
4
hcl-bot
February 18, 2005, 3:22pm
5
Subject: RE: Select formula problems
Thanks Mika,
Set up a “Shared, Private on first use” view to solve the problem.
hcl-bot
February 19, 2005, 12:30am
6
Subject: RE: Select formula problems
You do realize the potential downside of this approach right?