Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Filtered Lookups? 1

Status
Not open for further replies.

Wootoid

Technical User
Jul 26, 2008
28
0
0
US
I am trying to create a few lookup columns that only display data from an associated view, not the entire list. Basically I want the lookup to drop down only values associated with the current user when the user creates a new item.

Does anyone know if this is possible, or am I stuck with viewing all items?

Thanks in advance.

Aren
 
>>Does anyone know if this is possible, or am I stuck with viewing all items?

yes you are stuck :D if you want to stay with default MOSS UI.

you do have the following workarounds (in order of preference):
a. Derived / Calculated Columns - See if you can create a dervied column in your lookup list based on created by. If you can you can set this as the lookup field in the referring list.

b. Create a custom UI for your form - Complete control over UI :D

c. JavaScript - You have to write custom JS that can be used to manipulate UI elements (such as removing values from a dropdown etc).




Known is handfull, Unknown is worldfull
 
It is definitely possible, yet you need to code it or add some third party tools like SharePoint Cascaded Lookup.

If you want to get your hand dirty, I hihgly recommend you to take a look at MSDN and search BUILDING PARENT CHILD RELATIONSHIP LOOKUP COLUMN, there are lot of such discussions if my memoory serves me well.
Hope this helps you a bit!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top