Questions tagged [content-query-web-part]
27 questions
0
votes
1 answer
Number of items to show in Javascript
I'm using Content Search Web Part on SP 2013, I'm trying to get the value for Number of items to show option in Javascript from the ctx object. I have tried ctx.ListData.ResultTables[0].RowCount but seems like this value is for the count on the…

Carlos M
- 27
- 7
0
votes
1 answer
Sharepoint Content Query webpart not showing image (intermittently)
In sharepoint I have created a content query webpart that queries a list and displays the title and the ImageURL field in 3 column grid format.
For some very strange reason, the code works most of the time and the image and title displays in a grid…

olv53
- 63
- 13
0
votes
1 answer
CQWP - displaying Author, Check Out To, etc... from multiple libraries
I have a CQWP that I created which lists the document icon, title, Author, Checked Out To, and Last Modified. Everything displays fine if I point it at a single document library but when I point it to the subsite, in order to see documents from all…

Tony Bryant
- 1
- 2
0
votes
1 answer
Show items from all sites in this site collection not returning any data in content query webpart
I am using a content query webaprt to 'Show items from all sites in this site collection'. But it returning no data. Actually the site contain many data.
Then I have tried using 'Show items from the following list:' and mention a specific list. That…

user2395176
- 195
- 1
- 1
- 11
0
votes
0 answers
Content query web part issue
I have a content query web part in sharepoint 2013, where there are two lists using the same content type.
Nevertheless, one list was initially created using sharepoint 2010 and then migrated in to 2013.
The list that was migrated cannot be added in…

yala_cat
- 309
- 4
- 21
0
votes
1 answer
SharePoint 2013 content search query web part with value from list
I am using a content search query web part in a team site (not the rootweb) in a couple of site collections. I am querying all (list) items in the web application that have a content type with a specific ID:
ContentTypeID:Some ID
I also want the…

Maarten Stelling
- 49
- 1
- 11
0
votes
0 answers
How do I Replace the Name of A Group on A SharePoint 2010 Content Query Webpart
I have a Content Query Webpart (Not a dataview) which displays a list of articles that were written that day on the home page. I need to be able to group the items by Category, however by default the Categories are Alphabetized A through B instead…

贝壳 - BeiKe
- 113
- 13
0
votes
0 answers
Sharepoint Content Query Web part selective subsite
Dear SharePoint Expert,
I want to create a Content Query web part in SharePoint 2013 called "Latest Upload":
1. i created the web-part:
2.in query source: i selected --> Show items from the following site
and all sub-sites: i chose a site.
…

Johnny Zghaib
- 518
- 1
- 12
- 30
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…

user2692406
- 1
- 4
0
votes
1 answer
How to set the rowlimit in content query webpart by code?
I need a content query web part that returns me the last 10 modified or added documents into any document library on that specific website.
How can I add the rowlimit by code?
ContentByQueryWebPart cqwp = new ContentByQueryWebPart();
…

Luis Valencia
- 32,619
- 93
- 286
- 506
0
votes
1 answer
Is it possible to display the amount of users who have rated a list item?
I'm using a list with the default SP rating columns
I'm displaying the ratings on the front end through my XSLT
SPServices is used to hover over the rating images and write back to the list item when a user clicks a start
I only have front end…

MegaTron
- 3,133
- 6
- 28
- 45
0
votes
1 answer
Content Query Webpart
I am using content query web part to display pages from pages library.
I want to configure my web part to display pages according to number of page views. most popular page (according to number of views) should be on top. Is it out of the box…

Ali
- 1,015
- 14
- 40