Question

I have two custom lists on the SharePoint website and I would like to create a list which combines/joins the two lists. Is this possible and if so what are the best methods or third party tools for achieving this?

Regards, Sharmila

Était-ce utile?

La solution

  1. You can export the lists in Excel sheets. Combine them and create another list using the combined excel sheet. This way will only allow you to combine data upto that particular point of time. i.e, its not dynamic.

  2. You can combine lists using a Data view web part creating a new linked resource. Refer this blog for details. And afterwards you can export this combined Data View web part using javascript. Find all the details here for exporting. Exporting from a Data View web part would be dynamic and real time.

Good Luck .

Autres conseils

You can use SPSiteDataQuery to combine or join multiple lists created out of same list template.

It is beautifully explained in the following link: http://www.codeproject.com/Tips/401818/SharePoint-SPSiteDataQuery-with-Example

Licencié sous: CC-BY-SA avec attribution
Non affilié à sharepoint.stackexchange
scroll top