SharePoint list that lists from other lists

can someone point me aside how I will do the following:

I want to create a list that displays (top 3) positions from other lists (more than one) and displays them in one consolidated list. Is it possible? If yes, please indicate to me how I can do this, thanks.

+5
source share
4 answers

Oliver, As long as all your listings are in the same site collection, the Content Query web part should do what you want ( cite ). You will need experience in XSLT to display the top three lists of elements ( example ). There's a lot that CQWP doesn't do, which seems common sense, and this is one of them.

+2
source

If you have MOSS then you need the Content Query web part.

+1
source

, , : ( ) . , , , .

+1

Without using custom code, you will have to use several web pages to request data or content and change their xslt to display as a single integrated display.

Personally, I would create a user control hosted by a web part that runs multiple CAML requests and displays the top results of each request.

0
source

All Articles