<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Richard Knudson&#039;s Dynamics CRM Trick Bag &#187; Reports</title>
	<atom:link href="http://www.dynamicscrmtrickbag.com/tag/reports/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dynamicscrmtrickbag.com</link>
	<description>Building business value on Dynamics CRM</description>
	<lastBuildDate>Fri, 27 Jan 2012 14:42:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Ten-Minute Tips &#8211; Report Writer, Part 2</title>
		<link>http://www.dynamicscrmtrickbag.com/2009/04/30/charts-part-2/</link>
		<comments>http://www.dynamicscrmtrickbag.com/2009/04/30/charts-part-2/#comments</comments>
		<pubDate>Thu, 30 Apr 2009 11:24:56 +0000</pubDate>
		<dc:creator>Richard Knudson</dc:creator>
				<category><![CDATA[Customization]]></category>
		<category><![CDATA[Tips, Tricks, Q&A]]></category>
		<category><![CDATA[Reports]]></category>

		<guid isPermaLink="false">http://www.dynamicscrmtrickbag.com/?p=884</guid>
		<description><![CDATA[In part 1 of this 2-part series, I demonstrated how to use the CRM 4.0 Report Writer to create charts that illustrate how your data are distributed across categories. It&#8217;s relatively straightforward when you&#8217;ve got numeric data that can be &#8220;summarized&#8221;, but a little less obvious when you don&#8217;t.
For example, what if you want a [...]]]></description>
			<content:encoded><![CDATA[<p>In <a href="http://www.dynamicscrmtrickbag.com/2009/04/25/charts_part1/" target="_self">part 1</a> of this 2-part series, I demonstrated how to use the CRM 4.0 Report Writer to create charts that illustrate how your data are distributed across categories. It&#8217;s relatively straightforward when you&#8217;ve got numeric data that can be &#8220;summarized&#8221;, but a little less obvious when you don&#8217;t.</p>
<p>For example, what if you want a count rather than a sum? Here are some of the more frequent examples I see of this requirement:</p>
<ul>
<li>Contacts by sales rep</li>
<li>Cases by case type or category</li>
<li>Accounts by industry or territory</li>
</ul>
<p>The built-in Report Writer doesn&#8217;t have a &#8220;count&#8221; function, so you need something you can sum up. I do this with a custom attribute. Here&#8217;s a heuristic step-by-step approach (using the Account by Territory example), that I demonstrate in the video below:</p>
<ol>
<li>Create a custom attribute on Account, call it &#8220;counter&#8221;.</li>
<li>Give it a type of &#8220;int&#8221;, max and min values of 1.</li>
<li>Create an automatic workflow on the create trigger to set the value to 1 for new account records going forward.</li>
<li>Figure out the best way to populate that value into already existing records (I use a workflow in the video)</li>
<li>Then create the report, using the same steps I showed in part 1. This figure shows the most important step of the Report Wizard, the &#8220;Lay Out Fields&#8221; dialog:</li>
</ol>
<p><img class="alignnone size-full wp-image-887" title="reportwriter2" src="http://www.dynamicscrmtrickbag.com/wp-content/uploads/2009/04/reportwriter2.png" alt="reportwriter2" width="485" height="350" /></p>
<p>Here&#8217;s the video. Enjoy!<br />
<object width="425" height="344" data="http://www.youtube.com/v/ATPGi_C_Ew8&amp;hl=en&amp;fs=1" type="application/x-shockwave-flash"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/ATPGi_C_Ew8&amp;hl=en&amp;fs=1" /><param name="allowfullscreen" value="true" /></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dynamicscrmtrickbag.com/2009/04/30/charts-part-2/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Ten-Minute Tips &#8211; Report Writer Part 1</title>
		<link>http://www.dynamicscrmtrickbag.com/2009/04/25/charts_part1/</link>
		<comments>http://www.dynamicscrmtrickbag.com/2009/04/25/charts_part1/#comments</comments>
		<pubDate>Sat, 25 Apr 2009 13:30:55 +0000</pubDate>
		<dc:creator>Richard Knudson</dc:creator>
				<category><![CDATA[Customization]]></category>
		<category><![CDATA[Tips, Tricks, Q&A]]></category>
		<category><![CDATA[Reports]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://www.dynamicscrmtrickbag.com/?p=839</guid>
		<description><![CDATA[Charting CRM Data Across Categories
You can use the CRM 4.0 Report Writer to easily build graphical summaries of your Dynamics CRM data across categories: accounts by owner or territory, sales by product or pipeline stage, etc.
In my case, however, this only seemed &#8220;easy&#8221; once I understood how the report writer works! (funny how often it works like [...]]]></description>
			<content:encoded><![CDATA[<h2>Charting CRM Data Across Categories</h2>
<p>You can use the CRM 4.0 Report Writer to easily build graphical summaries of your Dynamics CRM data across categories: accounts by owner or territory, sales by product or pipeline stage, etc.</p>
<p>In my case, however, this only seemed &#8220;easy&#8221; once I understood how the report writer works! (funny how often it works like that)</p>
<p>In this new &#8220;Ten-Minute Tips&#8221; format, I&#8217;m going to depart from my usual detailed (a.k.a. long!) step by step explanations and try to boil it down to a single key step of the process.</p>
<p>So, assuming you understand the basics of how to create and save reports, if you want to build charts, you need to understand the innocently-named &#8220;Lay Out Fields&#8221; step of the Report Wizard. I&#8217;ll illustrate with a report that displays a bar chart of estimated revenue (using the Opportunity entity). I want to see a &#8220;sales pipeline&#8221;, and in the example I use the built-in &#8220;Status Reason&#8221; attribute for the stages of a sales process.  </p>
<p>The notes in this figure summarize this as pithily as I&#8217;m capable of:</p>
<p><img class="alignnone size-full wp-image-841" title="layoutfields" src="http://www.dynamicscrmtrickbag.com/wp-content/uploads/2009/04/layoutfields.png" alt="layoutfields" width="533" height="399" /></p>
<p>For more detail&#8230;</p>
<h2>Here&#8217;s the Video</h2>
<p>My son thinks this ten-minute video is the third-geekiest ever posted to YouTube, but if you need to create charts like this, you might find it useful:<br />
<object width="425" height="344" data="http://www.youtube.com/v/-ZtXZAqpnsg&amp;hl=en&amp;fs=1" type="application/x-shockwave-flash"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/-ZtXZAqpnsg&amp;hl=en&amp;fs=1" /><param name="allowfullscreen" value="true" /></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dynamicscrmtrickbag.com/2009/04/25/charts_part1/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

