Fetch Data From Multiple SharePoint Lists
Today, we have a very interesting Topic that is "Fetch Data From Multiple SharePoint Lists" to discussion. there are many ideas by which it can be happened. here we have three methods which are following-
1- By using CQWP- this is totally depends on search service application. it can be implemented by SharePoint administrator by using User interface. you only needed a query to fetch data from search.
here search service application is playing a important role so it also has an impact on your CQWP which is added in web part zone on .aspx page.
2- By using Linked Data Source- This can be done by using SharePoint Designer. Linked data source is configured for multiple SharePoint lists through SharePoint designer. after Configuration of linked data source, Just create Data view by using linked data source. this has an advantage of not depending on search service application.
By this method, only two operation can be performed that is Merge with same column definition and join without column definition. This has not much flexibility in term of operation . this is Main Drawback of this method.
3- By Using SP Site Data Query Class- This class represent a query that can fetch data from multiple lists of multiple sub site with in a site collection.so it a a limitation of a site collection and list template will be same of all lists from which data is fetched. your need programming skill to implement same.
4- By using Join operator with Caml Query- Generally this is not preferred method to fetch data from lists.
1 and 2 method can be implemented by a SharePoint Administrator but 3 & 4 method is required a development skill.
Today, we have a very interesting Topic that is "Fetch Data From Multiple SharePoint Lists" to discussion. there are many ideas by which it can be happened. here we have three methods which are following-
1- By using CQWP- this is totally depends on search service application. it can be implemented by SharePoint administrator by using User interface. you only needed a query to fetch data from search.
here search service application is playing a important role so it also has an impact on your CQWP which is added in web part zone on .aspx page.
2- By using Linked Data Source- This can be done by using SharePoint Designer. Linked data source is configured for multiple SharePoint lists through SharePoint designer. after Configuration of linked data source, Just create Data view by using linked data source. this has an advantage of not depending on search service application.
By this method, only two operation can be performed that is Merge with same column definition and join without column definition. This has not much flexibility in term of operation . this is Main Drawback of this method.
3- By Using SP Site Data Query Class- This class represent a query that can fetch data from multiple lists of multiple sub site with in a site collection.so it a a limitation of a site collection and list template will be same of all lists from which data is fetched. your need programming skill to implement same.
4- By using Join operator with Caml Query- Generally this is not preferred method to fetch data from lists.
1 and 2 method can be implemented by a SharePoint Administrator but 3 & 4 method is required a development skill.
Comments
Post a Comment