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

link|improve this question

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
feedback

3 Answers

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

link|improve this answer
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
feedback

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|improve this answer
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
feedback

Take a look at this post discussing Sharepoint Cascaded Lookup.

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

Your Answer

 
or
required, but never shown

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