Content Query is a Web Part that displays a dynamic set of items based on a query that you build by using a Web browser. You use the query to specify which items are displayed, and you can set presentation options to determine how those items are displayed on the finished page.
0
votes
1answer
452 views
Content Query Web Part - Custom fields
I have created a Site Collection with a number of Sites that were created using the same Site template have therefore have an instance of the same List type (Issue Tracking) - 'Tasks'. I simply want ...
1
vote
0answers
16 views
Update list content using a web part
I'm currently displaying content from a list using a webpart, is it possible to update the content of this list using the webpart ?
I would prefer to use an 'out of the box' web part. How can I ...
2
votes
1answer
669 views
SP2010: Strange Content Query Web Part Behavior - Inconsistent results between users
I'm experiencing some very strange behavior with a content query web part.
The web part uses no customised XSL, and is a simple query of "All sites in this site collection, from a Document Library, ...
1
vote
1answer
447 views
content query web part with multi value lookup column
I am trying to work out how I can query a content type with a multi value lookup field using the content query web part.
I know that natively this is not possible with ootb sharepoint 2010 however I ...
1
vote
1answer
16 views
Get Day of Week in Content Query Web Part
I am trying to create a CQWP of a Calendar List and trying to show the "Day of the Week" like "Monday", Tuesday, ect. from the "EventDate" (which is the Start Date). I'm having trouble with the xslt ...
1
vote
1answer
21 views
When a CQWP returns no results, zones are shifted
On my main landing page of SharePoint, I'm using a few CQWPs and the Blank Web Parts Page layout. One will show your upcoming tasks, one will show the projects you're a member or lead of, etc. I have ...
2
votes
1answer
34 views
Self Referencing Related Documents Library Through Lookup Column
I am trying to create a single document library that links to documents in the same library in SharePoint 2010 Server. I've created a multi-value lookup column that references the same library to ...
0
votes
2answers
468 views
CQWP or default list view webpart
I have bunch of document libraries for Sales site collection. These doc libs are by Year. These are going to be read only records. By default the list view displays everything. No filter needs to be ...
1
vote
1answer
59 views
CQWP Multiple Value People Field Filter
I'm on SP2013. I have a content type called Projects with a multi-valued People field called Project Members and two single-valued People field called Project Lead and Client Sponsor. I'm trying to ...
3
votes
3answers
103 views
How to alter result of a CQWP query?
On the site I'm maintaining, alle the news pages has a Note Board webpart for commenting on a newspage. On the news summary page resides a standard CQWP, displaying the most recently posted news.
...
1
vote
1answer
32 views
Show new item notification on Content Query Web Part
I have a Content Query Web Part in the home page of my site root that points to a announcement list in a sub site.
Is it possible to also show the new item notification image as the announcement ...
1
vote
1answer
758 views
Help xsl formatting help needed
I am creating this http://demo.webdeveloperplus.com/featured-content-slider/, image rotator in where data will be pulled automatically from a custom list.
Need help with markup, as current markup ...
0
votes
1answer
465 views
jQuery - How would you display / hide content with a radio button based on a date?
I current have a list of items being pulled through in a Content Query Web Part.
Onload, I would like to display the items from today onwards, and for this to be a radio button selected onload.
The ...
1
vote
1answer
434 views
List view web part to display all item from document folder in subsites (SharePoint 2010)
How can I achieve that I can display all the documents from the document libraries from all the site collections sub sites? (Actually I only need to show the onces that where changed lately.)
It ...
1
vote
1answer
708 views
Content Query Web Part: Lookup Column Value and XSL
There is a List with Lookup field. And there is a CQWP web part which uses this list as a Source and uses custom XSL style added to Itemstyle.xsl.
And there is a problem how to render this field as a ...
0
votes
2answers
6k views
How to format the date column in itemstyle.xsl
I'm editing the itemstyle.xsl to produce my own styling for a Content Query Web Part (CQWP) as follows: (NB - 2 laternative lines of code are shown as (A) and (B)
<xsl:template name="MyNewStyle" ...
2
votes
2answers
115 views
In a ContentByQueryWebPart, how to generate a link to the item's display form?
I'm building a custom Xsl to customize the rendering of a ContentByQueryWebPart. This webpart is targeting pictures
In the results, I would like to generate a link to the corresponding dispform.aspx, ...
0
votes
2answers
711 views
how do I link to more items at bottom of content query web part?
I have two content query web parts each linked to a different announcements list.
I'm showing the most recent five announcments and would like to have a 'View all' link at the bottom.
I've found a ...
0
votes
0answers
28 views
How to use the OuterTemplate.CallPresenceStatusIconTemplate template properly?
I'm customizing a ContentByQueryWebPar instance by creating a custom itemstyle.xsl file.
In this file, I defined a custom template, with one slot :
<xsl:if test="@DisplayedAuthor != ...
0
votes
1answer
50 views
Possible to add XSLT to CQWP through UI?
Using C#, I am inserting web parts into web part zones programmatically and styling them. More specifically, I'm inserting CQWP's and assigning XSLT files to them.
I'm now wanting to allow users to ...
2
votes
0answers
52 views
CQWP rating control not working
I have got CQWP to display the rating control for items in a video library. I used fldtypes_Ratings.xsl to call the template in my custom Itemstyle.xsl. I managed to show the starts but its not ...
2
votes
1answer
35 views
Splitting ItemChildCount
Does anyone know how to just return the # of replies value from the built in SP field ItemChildCount? It seems to store the values as a delimited string with the ID of the item associated as a reply ...
1
vote
1answer
47 views
How Do I OrderBy ItemChildCount in a ContentQueryWebPart
I'm trying to order items in a content query web part from a discussion board by the number of replies to each item (ItemChildCount). Is there an easy way to go about this? Any help would be greatly ...
1
vote
2answers
749 views
How to display document approval status in a content query web part?
I have this XSLT to display document title and approval status
<xsl:template name="DocumentStatus" match="Row[@Style='DocumentStatus']" mode="itemstyle">
<xsl:variable ...
1
vote
0answers
26 views
Linking publishing's xsl files?
I'm working on customization of some ContentByQueryWebPart.
This customization consists in defining custom contentquerymain.xsl and itemstyle.xsl file.
However, from one customization to another, ...
0
votes
1answer
60 views
How can i use PageFieldValue as a parameter in Content Query WebPart 2010?
i can't get my content query webpart to save when i put a dynamic filter in it.
1) create a docset and customize the Welcome Page
2) add Content Query Web Part and set it up as per this image:
3) ...
1
vote
1answer
272 views
Displaying Custom List Items in Content Editor or Content Query Webpart
How to Display my custom list items in Content Editor or Content Query Webpart. In this Webpart how to make data as " scroll= up" for Eg: News Scrolling in Home Page.aspx. If any one of the news is ...
1
vote
2answers
94 views
Remove duplicates in Content Query web part
I'm looking to use the Content Query web part in Sharepoint 2010 to return items from a list. What I'm trying to do is return a list of categories available from all the items available. This is ...
0
votes
1answer
19 views
SP 2007- using CQWP
I am trying to use CQWP (content Query Web Part- SP 2007)using a custom list (Risk Management list). I use this list on all the sub sites which I need to roll up in a single view. Can this be ...
0
votes
1answer
132 views
How to display only future events in Content Query Web Part?
I have content query web part for displaying the future events. But the web part is displaying the past events as well. For example, I had two events in March and 3 in April. It shows all five event. ...
2
votes
2answers
764 views
Content Query Web Part additional filters
I've been working on a SharePoint intranet implementation and have been trying to use the CQWP to aggregate a number of announcement lists throughout our site on the homepage. I've been using the ...
0
votes
1answer
39 views
How to enable scrolling in Custom Query Web Part as well as library web parts?
I am using several custom query web parts in the front page of the SharePoint site to show data from a sub-site. They are document libraries and blog posts. How can I enable paging or scrolling for ...
3
votes
3answers
2k views
Taxonomy field doesnt always show up in CQWP filter
I am using two new features in CQWP to list "related items" in a web part:
Taxonomy field filtering is used to match the current pages taxonomy value given dynamically by ...
0
votes
2answers
62 views
What are some alternatives to the Content Query Web Part for displaying list data in a custom layout?
I have some very specific requirements for displaying data from a List of Announcements. The Content Query Web Part can do almost what I need but does not seem like a very effecient solution. ...
0
votes
1answer
1k views
content query webpart itemstyle wrapped by group style in XSLT
I have the following markup:
<ul id="slider">
<!-- slider item -->
<li>
...
</li>
<!-- end of slider item -->
</ul>
and I have ...
0
votes
1answer
91 views
Issue checking for contains in CQWP, comparing against Managed Metadata field
I have a unique scenario where I need to compare values for conditional formatting of my Content Query Web Part. In most circumstances this is pretty easy, and we thought this was working for the most ...
0
votes
2answers
45 views
Set max number of items returned via Content Query or list
Any ideas if this can be done?
I want to restrict the number of items returned to 5. Not sure if I can do this somehow at the CQWP or list level?
0
votes
0answers
31 views
How to aggregate content based on a URL with SPServices rather than a Content Query Web Part
I hope the below makes sense.
I have in the past used this approach:
List of links presented on a page
Each link would connect to the same page which consists of content query web parts ...
0
votes
1answer
93 views
How to dynamically pass values such as images and multiline texts to a wiki page which needs to be rendered in XSLT
I have a requirement where I have a list which contains 4 columns named
1.Title 2.Image 3.Short Description 4.Full Description.
Now my requirement is that I need to display this list in a ...
0
votes
1answer
69 views
CQWP Get Author Information
I've got a content query web part displaying items from a list which includes an author column. I've managed to get the author's name and picture displaying, but I don't know how to get their ...
2
votes
4answers
434 views
Use custom columns with Content Query Web Part
I'm trying to use custom metadata columns with the Content Query Web Part. I finally figured out that I apparently needed to export the .webpart xml file, edit it and then import it as a new web part.
...
0
votes
1answer
2k views
how to query a list inside a xslt file used by content query web part?
I am trying to understand xslt and how it is used in a content query web part. What I want to achieve is getting 5 last items added into a sharepoint list and display them in a special format. The ...
2
votes
1answer
118 views
Content By Query filtered by managed metadata, unfiltered view = all items?
this might be an easy peasy question, but I cant seem to find an answer.
(turns out: Yes it was. Apparently it just works now, I must have missed something. This question can be closed. The CQWP will ...
0
votes
1answer
52 views
Variable Content Query Webpart in Sandbox Solutions
I'm stuck with the following problem.
I have a Sharepoint Sandbox Solutions project. On the main page there's
a list "Artists" with URLs that direct to the proper Artist Page. Those artist pages are ...
0
votes
6answers
5k views
SharePoint 2010 CQWP and Managed Metada columns
I am trying to use a content query web part on SharePoint 2010 Server and filter on site columns of type "Managed Metadata". These columns do not show up int the available columns drop down in the ...
0
votes
0answers
44 views
Using a xsl:key inside a xsl:template
I need to create a visualization like the example below for a SharePoint ContentQuery WebPart style:
[+] Group A1 (a div that enables the collapsible behaviour of the table below)
Column A | ...
0
votes
0answers
92 views
Filter a CQWP on a Lookup Column
I'm creating a custom page layout that contains a CQWP that I'd like to display documents related to the page. The document library has a lookup column that relates to the page title in the Pages ...
0
votes
2answers
270 views
Use Managed metadata with the Content Query Web Part?
I'm trying out the Content Query Web Part in Office 365. However, I want to use Managed metadata as a criterion to filter on, but I don't see any of the Managed metadata columns I have created in ...
1
vote
1answer
146 views
ContentByQueryWebPart, how to render a user with its presence?
In a custom Xsl file, used in a ContentByQueryWebPart, I would like to display some user fields with the presence indicator.
If I put <xsl:value-of select="@Author"/>, I get only the display ...
1
vote
2answers
197 views
OOB CQWP messes up dropdowns background in IE9
Create a new publishing site
Drop a CQWP onto a page, you dont even need to configure it
Click SiteActions menu
Problem: The background for the menu becomes transparent!
I only have this issue in ...



