5
votes

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 http://asimilatorul.com/media/so/FilteredLookUp.jpg

1
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
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

1 Answers

2
votes

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