Sharepoint Filtered Lookup is not on the list
-
22 มิถุนายน 2555 14:32we have Sahrepoint setup on our server, and I want to select the Filtered Lookup as the type of a new colomn that I want to create but this type in not on the list for selection. Why?
ตอบทั้งหมด
-
22 มิถุนายน 2555 18:50
-
23 มิถุนายน 2555 4:19
What version of SharePoint are you working with? SharePoint 2007 has "Lookup" type column that you can create. It will be able to look up column from another list/library. However, out of the box this feature doesn't offer "Filtered Lookup".
Can you explain more on the problem?
-
23 มิถุนายน 2555 19:53we have a Sharepoint 2007 where I can create "Lookup" type column to look up column from another list/library. but there is no "Filtered Lookup" selection that I saw on a online training video on the web. This is how I noticed about the Filtered Lookup column .
-
24 มิถุนายน 2555 4:16
As I mentioned, out of the box you won't get to filter the look up column. You can develop/buy third party feature/field type for SharePoint and then use it. Take a look at the following javascript library. It's free and has a lot of useful functions.
http://spservices.codeplex.com/
And, here's the function from above mentioned library that will allow you to filter values from an out of the box look up column.
http://spservices.codeplex.com/wikipage?title=%24%28%29.SPServices.SPFilterDropdown
Hope that helps...
- ทำเครื่องหมายเป็นคำตอบโดย Daniel YangMicrosoft, Moderator 2 กรกฎาคม 2555 2:08
-
24 มิถุนายน 2555 9:43thanks a lot.. for the very useful reply