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
241 views
Connect to a view from a CQWP
Is it possible to point the CQWP to a list view? We have implemented 3rd level navigation using subsites and now the subsites can't read the lists in the parent unless we use a content query web part, ...
1
vote
1answer
900 views
Content Query Web Parts are not showing up in pages with the Page Layout they are set to
I'am back again with another question.
I have a Pagelayout and want to add a Content Query Webpart as Menu.
I created a Webpartzone and added a Webpart.
<WebPartPages:WebPartZone ...
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
1answer
271 views
Content Query Web Part modification issue
I am trying to display columns from 2 different lists in a site in CQWP. Most of the blogs and MSDN articles asks to modify the xslt file, ContentQueryMain.xsl and ItemStyle.xsl, for displaying ...
0
votes
1answer
88 views
Seamless upgrading of content query web parts
Is there a tool or check list for upgrading content query web parts in 2007 to 2010?
5
votes
1answer
1k views
Need help with CAML in CQWP
I tried to implement a CQWP web part that could show me all the checked-out files following this guide: ...
2
votes
1answer
422 views
SharePoint Content Query Web Part Group By, expand/contract
On my SharePoint 2007 site, I have a custom list. This list has a column "status" (with values "open" and "closed"). I can create a view on the list that groups by "status", and the view creates nice ...
0
votes
1answer
588 views
Use of custom fields in CQWP
We have a custom field in a custom page type to denote the published date. A cqwp is used to retrieve a list of pages from a pages list and we need to display this published date.
Normally this would ...
0
votes
1answer
1k views
CQWP - Get Current Web URL
I am customizing the ItemStyle.xsl in SPD2010 for a CQWP crawling a whole site collection.
I need to use the current web as a variable.
I tried multiple options:
Option #1 - use server variables in ...
0
votes
1answer
238 views
CQWP - using custom column as LinkUrl not working
I have a custom list with custom column - DetailsLink. I would like to render this link in the result of CQWP.
So, my understanding I have to modify ItemStyle.xsl
By default - it generates link to ...
2
votes
4answers
3k views
Content rotator for SharePoint lists
I'd like to build a content rotator web part for SharePoint 2010 to display list information. I'm working with the ever-popular AnythingSlider. A couple of questions:
How would I let the page author ...
1
vote
1answer
551 views
Custom CQWP itemstyle with link to library
I was wondering if it is possible to somehow create a new itemstyle which has a link to the library where the items in the content query is located?
Example:
First ListItem
Second ListItem
Third ...
2
votes
1answer
389 views
How best to create CQWP and test
I'm working in SharePoint 2010 Server and creating custom content query web parts (CQWP) that point to custom ItemStyle_myTemplates.xsl file. To do this, I've been creating the CQWP in the browser by ...
3
votes
1answer
162 views
Can you use Content By Query to retrieve items from it's parents?
I know you can use the Content By Query component to retrieve items under the current site, however, I want to do the opposite.
I'd like to look for items in the parent sites of the current site. I ...
2
votes
1answer
949 views
Strip out DIV tags around rich text fields
I've noticed that SharePoint 2010 wraps rich text fields (multiline text) with DIV tags, which can be annoying. I've got a custom XSL template for the columns being pulled by a content query web part ...
0
votes
1answer
772 views
Using page properties as web part properties
Specifically in the content query web part, can I filter by a column whose value is passed in based on a particular page property (the pages have some custom columns to aid in SEO and indexing, one of ...
1
vote
1answer
400 views
CQWP slots are not displaying
I wrote this code in itemstyle.xsl
<xsl:variable name="AssistPrinEmail">
<xsl:value-of select="substring-after(@AssistantPrincipal1Email,',')" />
</xsl:variable>
...
2
votes
1answer
592 views
Can't read Enhanced Rich Text field value from CQWP
I'm trying to read the value of a multi-line, enhanced rich text field from a content query web part using a custom ItemStyle template in SP 2010. Even though it has a value, it keeps coming back as ...
2
votes
2answers
919 views
Customize content query web part's look
I'd like to customize the way a content query web part (CQWP) displays a list on SharePoint 2010; the list is defined in the root and is going to be fetched in a subsite. Each subsite will pull one ...
4
votes
1answer
874 views
Can I use Content Query Web Parts in Foundation?
I'm looking at using a CQWP in my project, but I need to make sure it's compatible with all the SharePoint versions we'll be implementing to.
I've seen some articles seeming to say it's MOSS only:
...
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 ...
1
vote
2answers
259 views
How to use the CQWP webpart to provide data to other web parts?
This might be foolish question, but I am new to the SharePoint 2010 environment.
I want to fetch data from a SharePoint list using the CQWP web part. I then want to use this web part as the data ...
1
vote
0answers
350 views
2010 Recent sub Site Wiki Page Changes Rollup with Content Query webpart
I have a my SharePoint 2010 enterprise implementation.
I am trying to implement a Webpart in a site that shows all the latest changes from a sub site wiki libraries. Unfortunately the result set is ...
2
votes
1answer
342 views
aggregate data source and pseudo join?
Is it possible to use the aggregatedatasource to show all "parents" and theirs "children" where at least one "children" is created by the current user ?
To be more clear, imagine the following :
...
2
votes
1answer
505 views
Internal Name not working in Content Query Web Part on SPS2007
I'm trying to get and display list columns in the Content Query Web Part. Unfortunatley, some of these column names are like "WEC_ArchiveDate" or "My Categories". So I find the internal SharePoint ...
1
vote
1answer
447 views
Content Query part & blog PostCategory issue with single category
I'm using the content query webpart to query a blog list and it is working well for the most part, the issue i'm having has to do with the categories that the blog has been associated with when a blog ...
4
votes
2answers
721 views
How to open documents in browser from a ContentByQueryWebPart (SP2010)
In our current SharePoint 2010 solution, opening documents directly from the document-library works just fine, but when I click on the files through a CQWP, this doesn't work. Instead, the standard ...
4
votes
1answer
2k views
Content Query Web Part Error Message - 'ddwrt' is not defined
I'm following this web article on configuring content query web part - http://erikswenson.blogspot.com/2010/03/sharepoint-2010-content-query-for-blog.html
When I try to add this line to my xsl
...
2
votes
2answers
2k views
How can I filter a content query web part reading from a task list to include only tasks assigned to current user?
I have an intranet based on SharePoint 2010 that uses Active directory for authentication.
I have a Content Query web part that display tasks from the tasks lists. All users have access to the tasks ...
2
votes
2answers
2k views
Changing the link in a Content Query Web Part
I have added the Content Query Web Part to my page.
I've hooked it up to a custom list that I've added a Url column to.
The list is displaying on my page, but the link goes to the list item ...
3
votes
2answers
516 views
Can I change the bullet image that is used in the Content Query Web Part?
Is it possible to change the bullet image in the content query web part from within the Content Query Tool Part window that opens when you select Edit Web Part?
If not is it a good suggestion to use ...
4
votes
1answer
2k views
Content Query Web Part 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 ...
2
votes
3answers
2k views
Can I dynamically filter CQWP results using value from a Cookie?
I am able to filter the CQWP Results using the query string by using the keyword (PageQueryString) (reference: ...
10
votes
1answer
1k views
Localizing the Content Query Web Part in XSL
Has anyone managed to get the locale ID for the context of an instance of a Content Query Web Part in XSL, without extending the class?
DataViewWebParts have a Language parameter passed in, but CQWP ...
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" ...
1
vote
2answers
487 views
Link a Content Query Webpart column to a meeting workspace
I have created a CQWP which queries a Meetings calendar.
It groups the contents by month in date order and displays these columns: Meeting Date, Start Time, Meetings Title and Location.
I would ...
1
vote
0answers
108 views
CQWP and Announcements Body [closed]
I', trying to display the Body property of an Announcements List in my CQWP, but it is always blank.
In CommonViewFields I've tried to set Body type to Text, RichHTML, Note... all with no result. ...
1
vote
1answer
86 views
Sharepoint - Custom ItemStyle in a new file
how can I customize the presentation of a Content Query Web Part by modyfing the xsl it uses without touching ItemStyle.xsl but using a brand new .xsl file?
I'm using MOSS 2007.
Thanks
2
votes
1answer
417 views
Sharepoint - CQWP to point to current site
In an ONET.XML file I build a page with a CQWP. The CQWP has a WebUrl property is there a way to set this to alway be the the current web?
I tried this but it didn't work.s
...
1
vote
2answers
246 views
Sharepoint - Provisioning xsl Style Files
I'm trying to provision a .xsl file with custom styles to be applied to a Content Query Web Part in SP 2007 MOSS. I want to deploy it in a feature.
So far any attempt has failed as I cannot retrieve ...
1
vote
3answers
891 views
content query web part versus custom web part
In a publishing site, I want to create a webpart that display the result of a query with a custom display (a kind of rotator).
As the goal of the web part is to be reusable and must be quite simply ...
0
votes
3answers
761 views
How do I render a Reusable Content item from a page template?
In a SharePoint publishing site, what do I need to include in my layout file to make it render the Reusable HTML from a specific item in the Reusable Content list?
2
votes
2answers
374 views
CQWP Link to List Item
I cant seem to get my custom CQWP to link to a list item. If i look at everything exposed in the CQWP (using the showxml trick) the only thing close is the LinkURL which takes the format ...
2
votes
2answers
483 views
Content query webpart between different web applications
I am looking to present content across different Document Libraries from different Web applications. Is there a custom Content Query Web part existing?
0
votes
1answer
659 views
No New WebPart Properties when Extending the CQWP!
I'm adding some functionality to the ContentQueryWebPart by inheriting from ContentByQueryWebPart... but when I try and add a new WebPart Property, the actual field does not show up when I edit the ...
0
votes
1answer
2k views
OOB Content Query Web Part Paging
How can I implement paging (no code and probably using XSLT) in the OOB CQWP?
1
vote
2answers
394 views
When to (and how to) use CQWP, DVWP with sensitive documents
We have a certain need. In a SharePoint site, sensitive documents are collected as attachments to lists that contain business task data. A group needs to see what the disposition of those documents is ...
0
votes
1answer
213 views
text /content search in Share point 2010 documents
I have to make my search text enabled with inside of documents, I mean search "abc" which is written in a "XYZ.docx" of document library.
Please let me know How can we achieve that ?
1
vote
1answer
141 views
How to package a CQWP With its required XSL files as a SP feature?
Is there a simple way to package a CQWP with its required XSL and CSS ( and maybe js) files as a feature?
The scenario I have is that i have some components in a WCM page that are implemented as OOTB ...
0
votes
0answers
477 views
Add webparts inside a webpart containing a asp:MultiView [closed]
I need to create something on the right side of the page which contains 3 tabs and inside the body of the tab there's a (custom) CQWP which shows some items from predefined lists.
My idea was to ...