vote up 4 vote down star
2

I had defined a custom content type, and I am trying to define a filtered lookup column. I can select the list from where to pick up the column I need, but I can't find any example of the needed format of query string. I can filter the list manually by appending "?FilterField1=columnName&FilterValue1=myValue" to the list URL.

Where can I find some examples of query strings for filtering the lookup column?

FilteredLookUp.jpg

flag

Hmm... If I correctly understand, you have a lookup column (to another table) that is really a "dropdown" where you can choose the desired value among the range of values of the original data. Where would you like to add a filter? – Aidenn Sep 23 '08 at 18:09
The lookup column contains all the values from the list, but I would like to filter the available values based on another column (e.g. Active=Yes). – alexandrul Sep 25 '08 at 18:07

3 Answers

vote up 2 vote down

Have a look, I don't know if this could help you: Filtered Lookup Lists in SharePoint

link|flag
Unfortunately, my particular list will grow bigger and bigger, with few new elements added periodically which will become inactive in short time. So, in short term, the solution from the article is working fine, but in long term I must find another alternative. – alexandrul Oct 9 '08 at 16:46
vote up 0 vote down

I'm looking to build the same thing. This article seems to be helpful. I will try to implement this and I will report back when I get a chance.

link|flag
It would be nice if that solution will work, but I hope to find a solution which doesn't require Sharepoint Designer. – alexandrul Dec 9 '08 at 18:44
vote up 0 vote down

Take a look at this post discussing Sharepoint Cascaded Lookup.

link|flag
It seems ok, but I want to find some documentation about the sharepoint's native filtered lookup column. – alexandrul Mar 4 at 11:33

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.