Answered by:
Cross site collection lookup column in SharePoint 2013?

Question
-
I need to set look up column that uses another column in another site collection. Is this feature available in SharePoint 2013?Tuesday, August 18, 2015 7:39 PM
Answers
-
Hi,
According to your post, my understanding is that you wanted to get lookup values from another site collection.
I recommend to use rest service to get the values form the other site collections, and then set the values to the lookup column.
Here is a similar blog for your reference:
http://www.hamishking.com/2010/07/16/referencing-lists-from-external-site-collections-cross-site-collection-lookup-with-rest-and-the-dvwp/In addition, you can do a cross site collection look up and populate it as a dropdown control in your SharePoint application using JQuery.
For more information, you can refer to:
http://www.sharepointfix.com/2010/11/cross-site-collection-dropdown-look-up.htmlMore information:
Cross-site Lookup Column for SharePoint 2013 and SharePoint Online in Office 365 - CodeProjectBest Regards,
Wendy
TechNet Community Support
Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact tnmff@microsoft.com.- Proposed as answer by Victoria Xia Monday, August 31, 2015 11:21 AM
- Marked as answer by Victoria Xia Wednesday, September 2, 2015 7:06 AM
Wednesday, August 19, 2015 5:59 AM
All replies
-
No, SharePoint doesn't do lookup columns in a different site collection, at least not out of the box.Tuesday, August 18, 2015 8:44 PM
-
Hi,
According to your post, my understanding is that you wanted to get lookup values from another site collection.
I recommend to use rest service to get the values form the other site collections, and then set the values to the lookup column.
Here is a similar blog for your reference:
http://www.hamishking.com/2010/07/16/referencing-lists-from-external-site-collections-cross-site-collection-lookup-with-rest-and-the-dvwp/In addition, you can do a cross site collection look up and populate it as a dropdown control in your SharePoint application using JQuery.
For more information, you can refer to:
http://www.sharepointfix.com/2010/11/cross-site-collection-dropdown-look-up.htmlMore information:
Cross-site Lookup Column for SharePoint 2013 and SharePoint Online in Office 365 - CodeProjectBest Regards,
Wendy
TechNet Community Support
Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact tnmff@microsoft.com.- Proposed as answer by Victoria Xia Monday, August 31, 2015 11:21 AM
- Marked as answer by Victoria Xia Wednesday, September 2, 2015 7:06 AM
Wednesday, August 19, 2015 5:59 AM -
REST service is enabled in my environment. Now how do I get this dataview WP to used in a column to lookup values in the external site collection list?Wednesday, September 2, 2015 6:08 PM