SharePoint - How to enable 'Connection' property of Content Query Web Part

Asked By Somes
10-Mar-07 09:14 AM
I have a CQWP configured to display content from two different lists.However
the CQWP has ‘Connection’ method grayed out saying that “The Web Part you are
connecting from does not allow authoring of connections”.  What can I do
enable this property ? (Note: I already have ‘Allow Connections‘feature
enabled in the CQWP)

The reason i need the 'Connection' attribute enabled is to push data from
CQWP to a list on the same page so that i can obtain a calendar for the data.
Is there any other way i can obtain a calendar view of CQWP data besides
pushing data to a List? Any suggestion on this would be appreciated.

Thanks
Somesh Chandra
CQWP
(1)
ListsOverride
(1)
MSFT
(1)
ChandraHi
(1)
Somesh
(1)
Display
(1)
Property
(1)
Connections
(1)
  AdriVerlaanMSF replied...
10-Mar-07 03:19 PM
Hi Somesh,

The CQWP does not support connections, which is why it is grayed out.

Adri
--
This posting is provided "AS IS" with no warranties, and confers no rights.
  Somes replied...
11-Mar-07 02:08 AM
I am confused here.

The CQWP has 'Allow Connections' property under Advanced settngs..rite?
whats the purpose of that property?

Are you suggesting that we cannot connect another List to a CQWP or vice
versa?
  AdriVerlaanMSF replied...
16-Mar-07 03:05 PM
You cannot connect other webpart to the CQWP.

Adri
--
This posting is provided "AS IS" with no warranties, and confers no rights.
  kev replied...
09-Apr-07 06:32 PM
Hi Somesh,
Can you tell me how can you use CQWP to display data from 2 lists
simultaneously. I thought we can only display data from one list at a time.
Also, can you display all the fields for the 2 lists?
  AdriVerlaanMSF replied...
17-Apr-07 05:22 PM
Hi kevz,

You can display items from multiple list using the ListsOverride property.
http://msdn2.microsoft.com/en-us/library/aa981241.aspx

Adri Verlaan [MSFT]
--
This posting is provided "AS IS" with no warranties, and confers no rights.
Create New Account
help
type inherit from the same base list type. You can set this attribute in the ListsOverride property of the Content Query Web Part. http: / / msdn2.microsoft.com / en-us / library / aa981241 aspx http: / / msdn2.microsoft.com / en-us / library / microsoft.sharepoint.spsitedataquery.lists.aspx Adri Verlaan [MSFT] - - This posting is provided "AS IS" with no warranties, and confers no rights. Hi Boss the multiple columns that you got displayed is dynamically selected ? -kevz Hi Boss & kevz, The ListsOverride web part property of the CQWP might be of interest. From there you can request items from the same base list aspx http: / / msdn2.microsoft.com / en-us / library / microsoft.sharepoint.spsitedataquery.lists.aspx Adri Verlaan [MSFT] Hi Adri, I have also been working with SPSiteDataQuery but there seems to be some
Set filter CQWP with URL parameters SharePoint Hi, I want to set the filter in the CQWP based on parameters given in the URL. Is this at all possible? Because I cannot connect any standard filter webparts with the CQWP. Any idea's? Greetz SharePoint Portal Server Discussions PaulGalvinsSharepointSpace (1) Conchango (1) Bartski (1) Greetz 1) Dec (1) Webparts (1) ECQWP (1) CQWP (1) I don't believe that CQWP can be filtered. There is a codeplex project for "Enhanced CQWP" that may enable this feature. http: / / www.codeplex.com / ECQWP - -Paul Galvin, Conchango RSS @ http feeds.feedburner.com / PaulGalvinsSharepointSpace Web site @ http: / / paulgalvin.spaces.live.com keywords: Set, filter, CQWP, with, URL, parameters description: Hi, I want to set the filter in the CQWP based on parameters given in the URL. Is this at all possible Because I cannot
CQWP filtering content by using the same page metadata SharePoint Hi there, Anyone has some info about dynamic filtering in CQWP? My scenario: i've create a content type, then a page layout based on it. I've included a CQWP in order to show related content on my sitre collection, filtered by this same page visitors and those who collabotate will edit content published but wont be able to edit CQWP Workaround like using filter web part guess it wont be ok, and using search result associate the content type to a custom page layout in which i'd add a CQWP, so once someone publish an Internal Procedure, it'll show content related: so the query page library in a site called Destination I'd like to create page layouts with CQWP that could show - In the Destination page, some Cruise & Hotel info: filter should be like with Data Views, using querystring parameters, al filtering DVWP with those param values, but now CQWP offers multiple data sources Sample 1: I had the same requirement and i created an ASCX control, i wrote a CAML query (same functionality as CQWP) to filter based on associated content type of layout. In my case i had 5