<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Report Rapport in MOSS 2007</title><link>http://blogs.msdn.com/ecm/archive/2006/11/15/report-rapport.aspx</link><description>Many of you have probably used the Content and Structure Reports tool to generate reports on content in your site. These reports allow you to query on all the pages and documents in your site collection in a specific way; for example, one report we include</description><dc:language>en</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Report Rapport in MOSS 2007 </title><link>http://blogs.msdn.com/ecm/archive/2006/11/15/report-rapport.aspx#1087998</link><pubDate>Thu, 16 Nov 2006 21:37:53 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1087998</guid><dc:creator>SharePointKicks.com</dc:creator><description>&lt;p&gt;You've been kicked (a good thing) - Trackback from SharePointKicks.com&lt;/p&gt;
</description></item><item><title>re: Report Rapport in MOSS 2007</title><link>http://blogs.msdn.com/ecm/archive/2006/11/15/report-rapport.aspx#1207974</link><pubDate>Tue, 05 Dec 2006 02:08:01 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1207974</guid><dc:creator>George Karkalis</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Is there a web part or another way to include a report's result in any page. I just want to get the &amp;quot;My Tasks&amp;quot; report on the home page for any user because the &amp;quot;User Tasks&amp;quot; web part only displays tasks assigned to the user and not to groups the user has membership.&lt;/p&gt;
&lt;p&gt;thanx&lt;/p&gt;</description></item><item><title>How to get a view of all documents and pages that are checked out to me, and more...</title><link>http://blogs.msdn.com/ecm/archive/2006/11/15/report-rapport.aspx#1330407</link><pubDate>Wed, 20 Dec 2006 14:05:17 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1330407</guid><dc:creator>Renee Hulsman on MOSS 2007</dc:creator><description>&lt;p&gt;Use Report Rapport in MOSS 2007 Standard reports are: Checked Out To Me Last Modified By Me Pending Approval My Tasks All Draft Documents Going Live Within Next Seven Days Expiring Within Next Seven Days&lt;/p&gt;
</description></item><item><title>re: Report Rapport in MOSS 2007</title><link>http://blogs.msdn.com/ecm/archive/2006/11/15/report-rapport.aspx#1450099</link><pubDate>Thu, 11 Jan 2007 13:17:17 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1450099</guid><dc:creator>Jane Brassington</dc:creator><description>&lt;p&gt;Hi, &lt;/p&gt;
&lt;p&gt;I am having trouble getting these reports to look any further into the site than the first level. My site structure is very similar to yours with site collections and sites, but the reports do not seem to gather data from any of the collections or sites within them. &lt;/p&gt;
&lt;p&gt;Am I missing something?&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;</description></item><item><title>re: Report Rapport in MOSS 2007</title><link>http://blogs.msdn.com/ecm/archive/2006/11/15/report-rapport.aspx#1473080</link><pubDate>Tue, 16 Jan 2007 00:52:53 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1473080</guid><dc:creator>ecmblog</dc:creator><description>&lt;p&gt;George - &lt;/p&gt;
&lt;p&gt;You can use a Content Query web part to display the results of any CAML query if you so choose. &amp;nbsp;To do this, we have to bypass the standard UI for customizing this Web Part, export a .webpart file for the web part, insert our query in the appropriate location, and import our customized .webpart file. &amp;nbsp;Here are the specific steps you need to take to do this:&lt;/p&gt;
&lt;p&gt;1. &amp;nbsp;Insert a Content Query Web Part into a web part zone on your page.&lt;/p&gt;
&lt;p&gt;2. &amp;nbsp;Export the web part (in the web part pane, click edit -&amp;gt; Export, and pick a location to save the file).&lt;/p&gt;
&lt;p&gt;3. &amp;nbsp;Get the CAML markup for the query you want to display. &amp;nbsp;You mentioned you want to display the results of the out of the box &amp;quot;My Tasks&amp;quot; report, so go into the Content and Structure Reports List in Site Manager and find the query (Site Actions -&amp;gt; Manage Site Content and Structure -&amp;gt; Content and Structure Reports, and copy the contents of the CAML Query column for the desired report).&lt;/p&gt;
&lt;p&gt;4. &amp;nbsp;Open the .webpart file you exported in step 2, and find the &amp;lt;property name=&amp;quot;QueryOverride&amp;quot; type=&amp;quot;string&amp;quot;&amp;gt; tag.&lt;/p&gt;
&lt;p&gt;5. &amp;nbsp;Paste the query you copied in step 3 into this tag, for example:&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;property name=&amp;quot;QueryOverride&amp;quot; type=&amp;quot;string&amp;quot;&amp;gt;&amp;lt;![CDATA[&amp;lt;Where&amp;gt;&amp;lt;Or&amp;gt;&amp;lt;Eq&amp;gt;&amp;lt;FieldRef Name=&amp;quot;AssignedTo&amp;quot; LookupId=&amp;quot;TRUE&amp;quot;/&amp;gt;&amp;lt;Value Type=&amp;quot;int&amp;quot;&amp;gt;&amp;lt;UserID /&amp;gt;&amp;lt;/Value&amp;gt;&amp;lt;/Eq&amp;gt;&amp;lt;Membership Type=&amp;quot;CurrentUserGroups&amp;quot;&amp;gt;&amp;lt;FieldRef Name=&amp;quot;AssignedTo&amp;quot;/&amp;gt;&amp;lt;/Membership&amp;gt;&amp;lt;/Or&amp;gt;&amp;lt;/Where&amp;gt;&amp;lt;OrderBy&amp;gt;&amp;lt;FieldRef Name=&amp;quot;DueDate&amp;quot;/&amp;gt;&amp;lt;/OrderBy&amp;gt;]]&amp;gt;&amp;lt;/property&amp;gt;&lt;/p&gt;
&lt;p&gt;IMPORTANT: &amp;nbsp;Don't forget the &amp;lt;![CDATA[ ]]&amp;gt; tags, and make sure the CAML markup doesn't have any extraneous spaces between tags.&lt;/p&gt;
&lt;p&gt;6. &amp;nbsp;Repeat steps 2 - 5, only this time, copy the contents of the &amp;quot;CAML List Type&amp;quot; column, and paste them inside the &amp;lt;property name=&amp;quot;ListsOverride&amp;quot; type=&amp;quot;string&amp;quot; /&amp;gt; tag in the .webpart file. &amp;nbsp;This property will then look like this:&lt;/p&gt;
&lt;p&gt;&amp;lt;property name=&amp;quot;ListsOverride&amp;quot; type=&amp;quot;string&amp;quot;&amp;gt;&amp;lt;![CDATA[&amp;lt;Lists ServerTemplate=&amp;quot;107&amp;quot;/&amp;gt;]]&amp;gt;&amp;lt;/property&amp;gt;&lt;/p&gt;
&lt;p&gt;7. &amp;nbsp;Import the .webpart file back into your page: &amp;nbsp;click &amp;quot;Add a Web Part&amp;quot; in the web part zone, click &amp;quot;Advanced web part gallery and options&amp;quot;, then &amp;quot;Browse&amp;quot;, &amp;quot;Import&amp;quot;, and finally select your modified .webpart file.&lt;/p&gt;
&lt;p&gt;8. &amp;nbsp;An icon for the web part you just uploaded appears - drag it into your web part zone.&lt;/p&gt;
&lt;p&gt;You can see this SDK article for more information on customizing Content Query Web Part properties:&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://msdn2.microsoft.com/en-us/library/aa981241.aspx"&gt;http://msdn2.microsoft.com/en-us/library/aa981241.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Lincoln&lt;/p&gt;
</description></item><item><title>re: Report Rapport in MOSS 2007</title><link>http://blogs.msdn.com/ecm/archive/2006/11/15/report-rapport.aspx#1552941</link><pubDate>Mon, 29 Jan 2007 23:56:40 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1552941</guid><dc:creator>mkelly</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Is there an issue with the &amp;quot;User Tasks&amp;quot; web part? It only displays tasks assigned to the user on the current site. &amp;nbsp;I thought this web part is supposed to show tasks assigned to the user across the portal.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Mindy&lt;/p&gt;
</description></item><item><title>re: Report Rapport in MOSS 2007</title><link>http://blogs.msdn.com/ecm/archive/2006/11/15/report-rapport.aspx#1748339</link><pubDate>Fri, 23 Feb 2007 20:43:13 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1748339</guid><dc:creator>Alex</dc:creator><description>&lt;p&gt;Argh! Why did I not find this post earlier?&lt;/p&gt;
&lt;p&gt;I was so frustrated at having only three filter criteria available and not being able to nest my queries that I ended up building complex xsl:if and xsl:choose scenarios in my Itemstyles.&lt;/p&gt;
&lt;p&gt;Thank you for pointing out the QueryOverride feature. That makes much more sense!!! &lt;/p&gt;
&lt;p&gt;Thank you again. that msdn article is grrreat. Shame it was not around 8 Months ago.&lt;/p&gt;</description></item><item><title>re: Report Rapport in MOSS 2007</title><link>http://blogs.msdn.com/ecm/archive/2006/11/15/report-rapport.aspx#1761478</link><pubDate>Mon, 26 Feb 2007 10:48:10 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1761478</guid><dc:creator>...</dc:creator><description>&lt;p&gt;The information I found here was rather helpful. Thank you for this.&lt;/p&gt;</description></item><item><title>re: Report Rapport in MOSS 2007</title><link>http://blogs.msdn.com/ecm/archive/2006/11/15/report-rapport.aspx#1878902</link><pubDate>Wed, 14 Mar 2007 10:41:55 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1878902</guid><dc:creator>scholar</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;This is really a great feature of MOSS. &amp;nbsp;Can you help me with the report rapport feature as I cannot see it on my application? &amp;nbsp;Is there still a need to setup on the sharepoint administration page or on the created top level site to be able to have this feature? &amp;nbsp;Is this feature available for standard or enterprise edition of moss 2007?&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Scholar&lt;/p&gt;</description></item><item><title>re: Report Rapport in MOSS 2007</title><link>http://blogs.msdn.com/ecm/archive/2006/11/15/report-rapport.aspx#2025923</link><pubDate>Wed, 04 Apr 2007 18:28:24 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2025923</guid><dc:creator>Sharepoint Slave</dc:creator><description>&lt;p&gt;Thank god you guys published this article.&lt;/p&gt;
&lt;p&gt;and thanks for the links to the toosl that will make it easier for the non-porgramming types like me.&lt;/p&gt;</description></item><item><title>re: Report Rapport in MOSS 2007</title><link>http://blogs.msdn.com/ecm/archive/2006/11/15/report-rapport.aspx#3460278</link><pubDate>Fri, 22 Jun 2007 15:27:44 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:3460278</guid><dc:creator>Alex de cph</dc:creator><description>&lt;p&gt;When I click to any element of the list reports it redirects to the same page. Any solution to this problem??&lt;/p&gt;</description></item><item><title>WSS 3.0 &amp; MOSS: Recopilación de enlaces interesantes (IV)</title><link>http://blogs.msdn.com/ecm/archive/2006/11/15/report-rapport.aspx#4027695</link><pubDate>Tue, 24 Jul 2007 15:17:59 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4027695</guid><dc:creator>Blog del CIIN</dc:creator><description>&lt;p&gt;Siguiendo con la recopilaci&amp;#243;n peri&amp;#243;dica de recursos sobre WSS 3.0 &amp;amp;amp; MOSS, esta semana en el n&amp;#250;mero&lt;/p&gt;
</description></item><item><title>re: Report Rapport in MOSS 2007</title><link>http://blogs.msdn.com/ecm/archive/2006/11/15/report-rapport.aspx#7352797</link><pubDate>Thu, 31 Jan 2008 18:51:24 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7352797</guid><dc:creator>dattard</dc:creator><description>&lt;p&gt;This looks like a nice way to quickly and easily query ad hoc list information.&lt;/p&gt;</description></item><item><title>re: Report Rapport in MOSS 2007</title><link>http://blogs.msdn.com/ecm/archive/2006/11/15/report-rapport.aspx#7810141</link><pubDate>Wed, 20 Feb 2008 07:26:35 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7810141</guid><dc:creator>aditya</dc:creator><description>&lt;p&gt;Hi i want to generate reports like ,loggedin user,logintime,logouttime,site usage number,ie;how many times the site was used.&lt;/p&gt;
&lt;p&gt;With the concept of CAML Query can i design them.&lt;/p&gt;
&lt;p&gt;I don't have any knowledge of how to develop reports.I am a beginner,learning self.&lt;/p&gt;
&lt;p&gt;Please help me.&lt;/p&gt;</description></item><item><title>re: Report Rapport in MOSS 2007</title><link>http://blogs.msdn.com/ecm/archive/2006/11/15/report-rapport.aspx#8458878</link><pubDate>Mon, 05 May 2008 01:57:42 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8458878</guid><dc:creator>Rajesh</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;This article help me a lot for creating content reports for the administrator. I am having couple of question.&lt;/p&gt;
&lt;p&gt;1) Is it possible I can call this in my custom webpart? If yes Please guide me how to.&lt;/p&gt;
&lt;p&gt;2) How I pass dynamic PARAMETER to the query? For example instead of ARTICLE PAGE choice I want to pass some other value which User will give as input.&lt;/p&gt;
&lt;p&gt;Thanks and Regards&lt;/p&gt;
&lt;p&gt;Rajesh&lt;/p&gt;</description></item><item><title>re: Report Rapport in MOSS 2007</title><link>http://blogs.msdn.com/ecm/archive/2006/11/15/report-rapport.aspx#8468860</link><pubDate>Thu, 08 May 2008 07:38:51 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8468860</guid><dc:creator>kathie</dc:creator><description>&lt;p&gt;The information here was VERY helpful - thank you!&lt;/p&gt;
&lt;p&gt;One question - the links to tasks in meeting workspaces from the modified CQWB are broken and do not work. &amp;nbsp;When the task is listed using the default Sharepoint &amp;quot;My Tasks&amp;quot; report, the links do work.&lt;/p&gt;
&lt;p&gt;Is there a way to get the CQWB to use the same links as the default Sharepoint &amp;quot;My Tasks&amp;quot; report?&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;</description></item><item><title>re: Report Rapport in MOSS 2007</title><link>http://blogs.msdn.com/ecm/archive/2006/11/15/report-rapport.aspx#8521359</link><pubDate>Tue, 20 May 2008 07:48:50 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8521359</guid><dc:creator>amitnkshirsagar</dc:creator><description>&lt;p&gt;Hi everybody,&lt;/p&gt;
&lt;p&gt;I am developing one business application using MOSS.&lt;/p&gt;
&lt;p&gt;I am having two options for storing business data:&lt;/p&gt;
&lt;p&gt;1) MOSS custom list&lt;/p&gt;
&lt;p&gt;2) SQL server 2005 tables&lt;/p&gt;
&lt;p&gt;If I use MOSS custom list,it will break data integrity of business data tables as I can not use Primary key and foreign key relationship on custom list.&lt;/p&gt;
&lt;p&gt;If I use SQL server 2005 tables for storing business data,I can not use in build MOSS functionality like Work flows,custom list etc.&lt;/p&gt;
&lt;p&gt;Is there any other better way of doig this?&lt;/p&gt;
&lt;p&gt;Thanks in advance.&lt;/p&gt;
</description></item><item><title>re: Report Rapport in MOSS 2007</title><link>http://blogs.msdn.com/ecm/archive/2006/11/15/report-rapport.aspx#8660290</link><pubDate>Fri, 27 Jun 2008 09:29:41 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8660290</guid><dc:creator>amitnkshirsagar</dc:creator><description>&lt;p&gt;Has anyone implemented Multi Tenant architecture in MOSS 2007 ?&lt;/p&gt;
</description></item><item><title>re: Report Rapport in MOSS 2007</title><link>http://blogs.msdn.com/ecm/archive/2006/11/15/report-rapport.aspx#8769996</link><pubDate>Thu, 24 Jul 2008 23:13:48 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8769996</guid><dc:creator>Shashi</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;This article is great, but it queries only at the location where you are. &lt;/p&gt;
&lt;p&gt;I am trying to generate a report which can actually query and all checked out pages from top level and sub sites in a published site. But for some reason when I applied the &amp;quot;All Items Checked out&amp;quot; query, it retrieves only from one site which I have selected. Any response to get this query to loop over all the sites and subsites to retrieve the results would be appreciated.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Shashi&lt;/p&gt;</description></item><item><title>re: Report Rapport in MOSS 2007</title><link>http://blogs.msdn.com/ecm/archive/2006/11/15/report-rapport.aspx#8888155</link><pubDate>Fri, 22 Aug 2008 19:24:28 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8888155</guid><dc:creator>Owen</dc:creator><description>&lt;p&gt;I, too, am trying to get a report to see items in lists that belong to sub-sites in the site collection. I am the sole approver of content on a site collection, so I need to see all items that have an Approval Status of 'Pending'. When I write the query, it only pulls content that is on the site selected, and not the sub-site lists like it ought to.&lt;/p&gt;
&lt;p&gt;I have a partial workaround, but it falls apart easily. I can edit the CAML list type to include several list type integers, but that only allows me to add three types. It does look into the subsites, however. Why does the report feature not work as shown in the screenshots? Is there a wildcard operator I can put in the List Type line?&lt;/p&gt;</description></item><item><title>Reporting on all checked out pages within a SharePoint WCM Site Collection</title><link>http://blogs.msdn.com/ecm/archive/2006/11/15/report-rapport.aspx#9608779</link><pubDate>Wed, 13 May 2009 06:38:01 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9608779</guid><dc:creator>Confluence: SharePoint Development Wiki</dc:creator><description>&lt;p&gt;Picture this scenario...you have put the new Internet into Production for authors to go and enter their content. And it's close to golive and you notice that pages are not showing up in the navigation....&lt;/p&gt;
</description></item></channel></rss>