Questions tagged [cqwp]

The Content Query Web Part (CQWP) aggregates and displays list items within a site hierarchy using lists, libraries or sites as a data source.

The Content Query Web Part (CQWP) aggregates and displays list items within a site hierarchy using lists, libraries or sites as a data source. The generated XML is styles by XSL to create output on the web page. The query is optimized for caching and the data can be updated asynchronously.

50 questions
0
votes
2 answers

Counting top 5 most-commted posts in a SharePoint blog using XSL

I'm basically editing ItemStyle.xsl to get it to retrieve what I need and display through a CQWP (Content Query Web Part). I need it to display only the top 5 posts with the most comments. The comments can be retrieved via @NumComments. I'm not…
zen
  • 1,115
  • 3
  • 28
  • 54
0
votes
1 answer

How can I get a Content Query Web Part to show items from more than one type of list?

I am trying to use a Content Query Web Part to create a "What's New" page in Sharepoint 2010. The goal of this page is to display any documents that have been uploaded in the last 14 days. The trick is that these documents could belong to any…
Mr Miller
  • 11
  • 1
  • 1
  • 3
0
votes
3 answers

CQWP - How to force CommonViewFields to display all fields

I'm using a CQWP(Content query web part) that fetch a calendar list and I want to filter my result (customqueryoverride - usign CAML). However, some fields from the calendar list are hidden to me. I want to know all fields in my calendar list. The…
Kraz
  • 6,910
  • 6
  • 42
  • 70
0
votes
1 answer

SharePoint 2010 CQWP not rendering calendar list description field

We have a SP2010 site that we are making extensive use of the CQWP (Content Query Web Part) on. When I point the CQWP at a specific list it displays description value fine. The problem is when I point it at a hierarchy of SPWebs and configure it to…
James
  • 12,636
  • 12
  • 67
  • 104
0
votes
1 answer

SharePoint 2013 Content Query Web Part 4 Filter

I have the following Code-Snippet to Filter Blogposts in a Content Query WebPart. We need more than the 3 Filters already given in Sharepoint, so I tried it with CMAL-Query. But the filter´s don´t apply when I add the WebPart to my SP-Page. Any…
0
votes
1 answer

CQWP: Show n items per group

I have seen this asked in various places but never seen a workable solution that doesn't involve installing a new web-part (which I am unable to do). I have a document library, which contains documents with a specific doctype which includes a value…
Matt Bunce
  • 87
  • 1
  • 7
0
votes
1 answer

Using the "Additional Fields" added to an external data column in a CQWP

I have a Custom List that I have setup with a column called "Name" which uses the External Data Type. It is a simple list that returns only one item from my external SQL table which the user selects in Sharepoint via the dropdown. When I setup the…
Turn10
  • 23
  • 4
0
votes
1 answer

Removing   with XSLT

I hope someone can help me with this... I am using SharePoint 2013 and trying to render a CQWP to show the latest blog posts. The problem I have is that when displaying the 'content' from the post I get ' ' added and quotes are shown as '"'.…
0
votes
1 answer

How to group by a calculated column in a Content Query Web Part

I'm trying to build a Custom Query Web Part that pulls data from multiple lists (or I'd just do this with a List View) and I want to group the data by first letter, A-Z. Right now I have a calculated column that is using =LEFT(Title,1) to determine…
Jeff
  • 789
  • 4
  • 13
0
votes
2 answers

SharePoint Content Query Webpart, display results in two columns

Is there any good reference to change Content Query Webpart formatting. I would like to display results in two columns for a specific CQWP without changing the XSL file.
Mojgan
  • 165
  • 1
  • 2
  • 10
0
votes
1 answer

Can we use CQWP to rollup video content?

Here is my setup, and I'm in an-premise SharePoint 2013 environment: Asset Library (OOTB) "Video" Content Type Applied (OOTB) Video file uploaded and default rendition created CQWP (OOTB) Filtering by content type (Video) The CQWP query…
Markus
  • 689
  • 1
  • 7
  • 14
0
votes
0 answers

Compare Column Data in a document library and a list

Any ideas on how I can retrieve a column data in another list and compare it to a document library column, using XSLT and content query Webpart ? For example, I have a custom list called Categories. I have created a lookup column based on this…
0
votes
1 answer

How to apply custom ItemStyle.xsl to CQWP

I got a question about applying custom itemstyle.xsl to CQWP. I extracted existing CQWP, renamed it, and uploaded to webpart gallery on a site collection. The modified CQWP web part worked with no problem at all under default itemstyle.xsl After…
user218108
0
votes
1 answer

Preserving Link List order in a CQWP in Sharepoint 2010

Is there a way of preserving the order of a List of Links in a CQWP in Sharepoint 2010? I have: Created a List of Links Ordered this List using the 'Change Item Order' ribbon button Created a CQWP Added the CQWP to a page and pointed it at the…
0
votes
1 answer

SharePoint 2010 CQWP show results in batches

I'm trying to create a "Relevant Articles" area on my SharePoint website, and I am using the CQWP (Content Query Web Part) to tailor the results to the metadata we've created for each page. So far so good. Because the CQWP has an item limit and our…