<?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>Dashboards, Reporting &#38; Business Intelligence</title>
	<atom:link href="http://www.appsbi.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.appsbi.com</link>
	<description></description>
	<lastBuildDate>Thu, 19 Aug 2010 21:57:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Create Dials and Speedometer Scorecard</title>
		<link>http://www.appsbi.com/create-dials-and-speedometer-scorecard</link>
		<comments>http://www.appsbi.com/create-dials-and-speedometer-scorecard#comments</comments>
		<pubDate>Thu, 19 Aug 2010 21:57:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Dashboard]]></category>
		<category><![CDATA[InfoCaptor]]></category>

		<guid isPermaLink="false">http://www.appsbi.com/create-dials-and-speedometer-scorecard</guid>
		<description><![CDATA[In this article we will take an Excel source containing scorecard information and convert into dials and speedometer charts.
We will also create few bar trending charts.
Consider the below sample data
Source File: You can download the excel file here

&#160;
&#160;
&#160;
&#160;
The above excel file tracks few metrics such as safety, quality and revenue. This is just a sample [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "Create Dials and Speedometer Scorecard", url: "http://www.appsbi.com/create-dials-and-speedometer-scorecard" });</script>]]></description>
			<content:encoded><![CDATA[<p>In this article we will take an Excel source containing scorecard information and convert into dials and speedometer charts.</p>
<p>We will also create few bar trending charts.</p>
<p>Consider the below sample data</p>
<p><strong>Source File: You can download the excel</strong> file <a href="http://www.infocaptor.com/files/scorecard.xls">here</a></p>
<p><a href="http://www.appsbi.com/wp-content/uploads/2010/08/image-392.jpg"><img height="113" alt="Image" src="http://www.appsbi.com/wp-content/uploads/2010/08/image-392-small.jpg" width="450" align="left" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>The above excel file tracks few metrics such as safety, quality and revenue. This is just a sample data and may not make sense in actual world but just imagine a manufacturing company that wants to track its overall safety and quality score and also track its total revenue. Now the company may use its own method at deriving the individual safety and quality scores.</p>
<p>They may have a dedicated team to collect safety violations and product defects and then use some formulae to convert those data into final score for any given month. We are not concerned with any of the methods on how those scores are generated. You are the <a href="http://www.infocaptor.com"  class="alinks_links" onclick="return alinks_click(this);" title=""  style="padding-right: 13px; background: url(http://www.appsbi.com/wp-content/plugins/alinks/images/external.png) center right no-repeat;" rel="external">dashboard</a> person and the company has provided you the metrics by each month and now your job is produce a nice dashboard that shows relevant charts for the given data.</p>
<p>Since the data is tracked for each month, it makes sense to show a line or bar chart trending for the metrics.</p>
<p>Dials and Speedometers are relevant when we need to show performance of a single value. So in this case, since we have 12 month data, how do we show single value on the meter chart?</p>
<p>One solution is to show an &#8216;Average&#8217; value for the safety and Quality metrics or we could show a dial that shows the current month values.</p>
<p>So the GOAL for this exercise is: Show bar chart for Safety trending 12 months and show average and current month value on the dial chart.</p>
<p><strong>Dial chart requirement:</strong> For the dial chart, we are measuring the performance, whether we are on track or missed the goal. In order to achieve that, we create three new columns for safety such as &#8217;safety_bad&#8217;, &#8217;safety_ok&#8217;, safety_good&#8217;. These values need to be decided by the company management. If you are not sure, then look at previous year data and decide what should be good and bad values. The dials are used to guide the company to perform better or atleast improve that portion of the company operation represented by the metric.</p>
<p><img height="232" alt="Image" src="http://www.appsbi.com/wp-content/uploads/2010/08/image-394.jpg" width="473" align="left" /></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>First let us create the date hierarchy columns from the Period column. <strong>You need to make sure that the Period column is an actual Excel date column, else the hierarchy will not be generated<img height="293" alt="Image" src="http://www.appsbi.com/wp-content/uploads/2010/08/image-395.jpg" width="429" align="left" /></strong></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Right click on the period column, select Create -&gt; Add Year, Quarter, Month columns</p>
<p><img height="317" alt="Image" src="http://www.appsbi.com/wp-content/uploads/2010/08/image-396.jpg" width="645" align="left" /></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>As you see we added the year and month columns. We may not use all of the above columns but having them ready gives us the option during the chart building.</p>
<p>Now right click on the &#8220;Name&#8221; and select &#8216;Create Chart&#8221;</p>
<p><img height="255" alt="Image" src="http://www.appsbi.com/wp-content/uploads/2010/08/image-397.jpg" width="328" align="left" /></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><img height="302" alt="Image" src="http://www.appsbi.com/wp-content/uploads/2010/08/image-398.jpg" width="625" align="left" /></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>We selected the &#8216;Bar&#8217; chart type</p>
<p>For the x-axis we select the month column and for the y &#8211; axis we select the Safety metric</p>
<p>Next, we click on the &#8220;Create Chart&#8221; button</p>
<p>This action takes us to the below dialog</p>
<p><img height="543" alt="Image" src="http://www.appsbi.com/wp-content/uploads/2010/08/image-399.jpg" width="316" align="left" /></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>We rename the chart to &#8216;Safety&#8217; and then click on &#8216;Fully Apply&#8217;</p>
<p>This action create the below chart (You may need to move the screens and dialog around to see the chart behind)</p>
<p><img height="330" alt="Image" src="http://www.appsbi.com/wp-content/uploads/2010/08/image-400.jpg" width="455" align="left" /></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Now having the chart wizard open, we change the selection to &#8216;Dial&#8217; chart</p>
<p>Check the Dial chart options below</p>
<p><img height="295" alt="Image" src="http://www.appsbi.com/wp-content/uploads/2010/08/image-402.jpg" width="614" align="left" /></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>We modify the options as below</p>
<ul>
<li>You can type the low and high range values for each range on the dial.</li>
<li>In our case, we have defined the safety bad, ok and good values in our spreadsheet so when our goals change, we just change the spreadsheet and the dials will automatically take care. Also, what if we needed different goals for each month so rather than hard coding the range in the chart, we get them from the excel file</li>
</ul>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><img height="301" alt="Image" src="http://www.appsbi.com/wp-content/uploads/2010/08/image-401.jpg" width="620" align="left" /></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>We first change the label sequence for the &#8220;Region Name&#8221; from &#8220;Bad&#8221; -&gt; &#8220;Warning&#8221; -&gt; to &#8220;Good&#8221;. For the dial chart the labels are not used so make sure that the colors are selected appropriately.</p>
<p><img height="452" alt="Image" src="http://www.appsbi.com/wp-content/uploads/2010/08/image-403.jpg" width="585" align="left" /></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>You may click on the color icon to change the colors of your choice</p>
<p>Next, we select the range boundary values</p>
<p><img height="122" alt="Image" src="http://www.appsbi.com/wp-content/uploads/2010/08/image-407.jpg" width="290" align="left" /></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>The safety_bad value from our spreadsheet represents the lower boundary of our bad region, &#8220;safety_ok&#8221; represents the upper boundary of our bad region, similarly &#8217;safety_ok&#8217; is the lower bound for our &#8216;ok&#8217; region and so on. For the &#8216;Good&#8217; upper bound we simply typed a value but as general practice we should have one more column for the upper bound of the final region. In our case the final region is &#8216;Safety Good&#8217;.</p>
<p>Next, for the pointer value, select the column that you want to show on the dial chart. In our case we select &#8216;Safety&#8217; and aggregation as &#8216;Avg&#8217;</p>
<p><img height="179" alt="Image" src="http://www.appsbi.com/wp-content/uploads/2010/08/image-404.jpg" width="168" align="left" /></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Next, we click on &#8220;Create chart&#8221;. This action shows the dialog below</p>
<p><img height="678" alt="Image" src="http://www.appsbi.com/wp-content/uploads/2010/08/image-408.jpg" width="483" align="left" /></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>We change the chart title to &#8216;Average Safety&#8217;</p>
<p>NOTE: remove the double quotes in the SQL statement for the group by. This will cause an error.</p>
<p>Click on &#8216;Fully Apply&#8217;</p>
<p>Here is our final Dial Chart</p>
<p><img height="161" alt="Image" src="http://www.appsbi.com/wp-content/uploads/2010/08/image-409.jpg" width="215" align="left" /></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Next, create a dial chart to show current month value</p>
<p>We will change some conditions on the main Qlet. Right click on the &#8220;Name&#8221; and select &#8216;Duplicate&#8217;</p>
<p><img height="256" alt="Image" src="http://www.appsbi.com/wp-content/uploads/2010/08/image-410.jpg" width="305" align="left" /></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>It creates an exact copy of the qlet table. We change the name to &#8216;Current Month&#8217;</p>
<p><img height="146" alt="Image" src="http://www.appsbi.com/wp-content/uploads/2010/08/image-411.jpg" width="200" align="left" /></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Right click on the &#8216;Period&#8217; column and select &#8216;Create&#8217; -&gt; Create Date Filter</p>
<p><img height="315" alt="Image" src="http://www.appsbi.com/wp-content/uploads/2010/08/image-412.jpg" width="387" align="left" /></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>This action shows a dialog as shown below</p>
<p><img height="232" alt="Image" src="http://www.appsbi.com/wp-content/uploads/2010/08/image-413.jpg" width="535" align="left" /></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>First change the operator to &#8216;Between&#8217;</p>
<p>Next select &#8216;First Day of Month&#8217; for the from and &#8216;Last Day of Month&#8217; for the To val.</p>
<p>Click on &#8216;Use This Filter&#8217;</p>
<p>This action applies the filter to the Qlet and it shows only currrent month row</p>
<p><img height="355" alt="Image" src="http://www.appsbi.com/wp-content/uploads/2010/08/image-414.jpg" width="571" align="left" /></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Next, right click on &#8216;Current Month&#8217; and select &#8216;Create Chart&#8217;</p>
<p>All of the settings remain the same except the &#8216;Aggregation&#8217;, make sure to select &#8216;NONE&#8217;</p>
<p><img height="299" alt="Image" src="http://www.appsbi.com/wp-content/uploads/2010/08/image-415.jpg" width="623" align="left" /></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><img height="159" alt="Image" src="http://www.appsbi.com/wp-content/uploads/2010/08/image-416.jpg" width="224" align="left" /></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Once all the three charts are done, we arrange them as below</p>
<p><img height="255" alt="Image" src="http://www.appsbi.com/wp-content/uploads/2010/08/image-417.jpg" width="1021" align="left" /></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Similarly, you may create the charts for &#8220;Quality&#8221; and &#8220;Revenue&#8221;</p>
<p><a href="http://sharethis.com/item?&wp=2.8.4&amp;publisher=fd1024e0-9173-4e13-852a-86e0cf94962f&amp;title=Create+Dials+and+Speedometer+Scorecard&amp;url=http%3A%2F%2Fwww.appsbi.com%2Fcreate-dials-and-speedometer-scorecard">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.appsbi.com/create-dials-and-speedometer-scorecard/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>5 Simple Dashboard Practices</title>
		<link>http://www.appsbi.com/5-simple-dashboard-practices</link>
		<comments>http://www.appsbi.com/5-simple-dashboard-practices#comments</comments>
		<pubDate>Tue, 09 Mar 2010 16:18:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Dashboard]]></category>

		<guid isPermaLink="false">http://www.appsbi.com/5-simple-dashboard-practices</guid>
		<description><![CDATA[No Clutter
Don’t clutter your dashboard with unnecessary visual elements and data. If it looks too busy, then it will fail to communicate the data effectively.  Don’t include every bit of data in a dashboard. Seperate them into separate dashboard Tabs.
Single Page &#8211; No Horizontal scrolling
Do not put objects on the far right so that [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "5 Simple Dashboard Practices", url: "http://www.appsbi.com/5-simple-dashboard-practices" });</script>]]></description>
			<content:encoded><![CDATA[<p><strong>No Clutter</strong></p>
<p>Don’t clutter your <a href="http://www.infocaptor.com"  class="alinks_links" onclick="return alinks_click(this);" title=""  style="padding-right: 13px; background: url(http://www.appsbi.com/wp-content/plugins/alinks/images/external.png) center right no-repeat;" rel="external">dashboard</a> with unnecessary visual elements and data. If it looks too busy, then it will fail to communicate the data effectively.  Don’t include every bit of data in a dashboard. Seperate them into separate dashboard Tabs.</p>
<p><strong>Single Page &#8211; No Horizontal scrolling</strong></p>
<p>Do not put objects on the far right so that the user has to scroll horizontally. It is easy to scroll only one direction which is vertical as that is the default website browsing behavior.</p>
<p><strong>Do not print your Dashboard</strong></p>
<p>Encourage users to export dashboard to PDF and stay on the &#8220;Green&#8221; side</p>
<p><strong>Add interactivity</strong></p>
<p>Adding extra interactivity to your dashboard, such as being able to select a certain region or being able to drill down can make a huge difference in the perceived usability.</p>
<p><strong>Keep it simple</strong></p>
<p>Show trend by periods</p>
<p>Show pie charts by categories or dimensions</p>
<p>Show tabular data with exception formatting</p>
<p>&nbsp;</p>
<p>At the end, ask yourself, &#8220;Does this provide any value?&#8221; If so, what is it?</p>
<p><a href="http://sharethis.com/item?&wp=2.8.4&amp;publisher=fd1024e0-9173-4e13-852a-86e0cf94962f&amp;title=5+Simple+Dashboard+Practices&amp;url=http%3A%2F%2Fwww.appsbi.com%2F5-simple-dashboard-practices">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.appsbi.com/5-simple-dashboard-practices/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to build Excel Dashboards &#8211; 12</title>
		<link>http://www.appsbi.com/how-to-build-excel-dashboards-12</link>
		<comments>http://www.appsbi.com/how-to-build-excel-dashboards-12#comments</comments>
		<pubDate>Thu, 04 Mar 2010 21:26:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Dashboard]]></category>
		<category><![CDATA[InfoCaptor]]></category>

		<guid isPermaLink="false">http://www.appsbi.com/how-to-build-excel-dashboards-12</guid>
		<description><![CDATA[Previous &#8211; Excel Dashboard Tutorial  &#8211; 11
How do you share your Excel Dashboard with users?
Now that you have built the dashboard, you can share the dashboard in multiple ways.

&#8221; Create a PDF output of the dashboard and send as email attachment.
Click on the PDF icon on the toolbar as shown below and it will [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "How to build Excel Dashboards &#8211; 12", url: "http://www.appsbi.com/how-to-build-excel-dashboards-12" });</script>]]></description>
			<content:encoded><![CDATA[<p>Previous &#8211; <a href="http://www.exceldashboard.org/how-to-build-excel-dashboards-11">Excel Dashboard Tutorial </a> &#8211; 11</p>
<p><strong>How do you share your Excel <a href="http://www.infocaptor.com"  class="alinks_links" onclick="return alinks_click(this);" title=""  style="padding-right: 13px; background: url(http://www.appsbi.com/wp-content/plugins/alinks/images/external.png) center right no-repeat;" rel="external">Dashboard</a> with users?</strong></p>
<p>Now that you have built the dashboard, you can share the dashboard in multiple ways.</p>
<p>
&#8221; <strong>Create a PDF output of the dashboard and send as email attachment</strong>.</p>
<p>Click on the PDF icon on the toolbar as shown below and it will instantly create a PDF output<br />
<img height="194" alt="Image" src="http://www.appsbi.com/wp-content/uploads/2010/03/dashboardaspdf.jpg" width="689" /></p>
<p>&nbsp;</p>
<p>PDF output</p>
<p><img height="391" alt="Image" src="http://www.appsbi.com/wp-content/uploads/2010/03/dashboard_pdf_output.jpg" width="665" /></p>
<p>&nbsp;</p>
<p>&#8221; Create Static HTML output. Click on the HTML icon on the toolbar. This option creates a static html page that you can put in on the web. Users cannot interact with the dashboard. It is just a snapshot image of the dashboard at the time the output was generated. It does not refresh automatically. You will need to regerate the output again when the data is refreshed.</p>
<p>
&#8221; Desktop Sharing. You can put the dashboard definition file (icv) on a file share directory and other users can view the dashboard through the Dashboard viewer. You may need separate license for dashboard viewers for desktop.</p>
<p><img height="244" alt="Image" src="http://www.appsbi.com/wp-content/uploads/2010/03/image-79.jpg" width="292" /></p>
<p>Go to Menu Create &#8216; Publish to web and it will generate a file that you can put it where the dashboard web server is and it will render the output. The look and feel is different with this option</p>
<p><a href="http://www.appsbi.com/wp-content/uploads/2010/03/image-80.jpg"><img height="274" alt="Image" src="http://www.appsbi.com/wp-content/uploads/2010/03/image-80-small.jpg" width="450" /></a></p>
<p>The web version is using a flash charting engine to the desktop Java chart engine.<br />
Details of converting the desktop to web version are not covered in the document. Please refer online at any of our websites for more details</p>
<p>
You can download the <a href="https://s3.amazonaws.com/infocaptor/Dashboard_Tutorial.pdf">complete tutorial as PDF</a><br />
&#8221; Web Sharing: In this option, you can publish the dashboard to web and the dashboard is available real time with all the dashboard parameters and refresh actions</p>
<p><a href="http://sharethis.com/item?&wp=2.8.4&amp;publisher=fd1024e0-9173-4e13-852a-86e0cf94962f&amp;title=How+to+build+Excel+Dashboards+%26%238211%3B+12&amp;url=http%3A%2F%2Fwww.appsbi.com%2Fhow-to-build-excel-dashboards-12">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.appsbi.com/how-to-build-excel-dashboards-12/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to build Excel Dashboards &#8211; 11</title>
		<link>http://www.appsbi.com/how-to-build-excel-dashboards-11</link>
		<comments>http://www.appsbi.com/how-to-build-excel-dashboards-11#comments</comments>
		<pubDate>Thu, 04 Mar 2010 20:25:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Dashboard]]></category>
		<category><![CDATA[InfoCaptor]]></category>

		<guid isPermaLink="false">http://www.appsbi.com/how-to-build-excel-dashboards-11</guid>
		<description><![CDATA[Previous &#8211; Excel Dashboard Tutorial

Summary
We built the above dashboard completely from scratch.

We defined Calculations
We defined date hierarchies
We built Date Filters
We built Date Parameters
We built Bar Charts
We built Pie Charts
We cleaned the dashboard layout

Next &#8211; Share Excel Dashboard with other Users 
<script type="text/javascript">SHARETHIS.addEntry({ title: "How to build Excel Dashboards &#8211; 11", url: "http://www.appsbi.com/how-to-build-excel-dashboards-11" });</script>]]></description>
			<content:encoded><![CDATA[<p>Previous &#8211; <a href="http://www.exceldashboard.org/how-to-build-excel-dashboards-10">Excel Dashboard Tutorial</a></p>
<p><a href="http://www.appsbi.com/wp-content/uploads/2010/03/ordermanagementexceldashboard.jpg"><img height="531" alt="Sales Dashboard using Excel" src="http://www.appsbi.com/wp-content/uploads/2010/03/ordermanagementexceldashboard-small.jpg" width="450" /></a></p>
<p>Summary</p>
<p>We built the above <a href="http://www.infocaptor.com"  class="alinks_links" onclick="return alinks_click(this);" title=""  style="padding-right: 13px; background: url(http://www.appsbi.com/wp-content/plugins/alinks/images/external.png) center right no-repeat;" rel="external">dashboard</a> completely from scratch.</p>
<ul>
<li>We defined Calculations</li>
<li>We defined date hierarchies</li>
<li>We built Date Filters</li>
<li>We built Date Parameters</li>
<li>We built Bar Charts</li>
<li>We built Pie Charts</li>
<li>We cleaned the dashboard layout</li>
</ul>
<p>Next &#8211; <a href="http://www.exceldashboard.org/how-to-build-excel-dashboards-12">Share Excel Dashboard with other Users</a> </p>
<p><a href="http://sharethis.com/item?&wp=2.8.4&amp;publisher=fd1024e0-9173-4e13-852a-86e0cf94962f&amp;title=How+to+build+Excel+Dashboards+%26%238211%3B+11&amp;url=http%3A%2F%2Fwww.appsbi.com%2Fhow-to-build-excel-dashboards-11">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.appsbi.com/how-to-build-excel-dashboards-11/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to build Excel Dashboards &#8211; 10</title>
		<link>http://www.appsbi.com/how-to-build-excel-dashboards-10</link>
		<comments>http://www.appsbi.com/how-to-build-excel-dashboards-10#comments</comments>
		<pubDate>Thu, 04 Mar 2010 20:17:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Dashboard]]></category>
		<category><![CDATA[InfoCaptor]]></category>

		<guid isPermaLink="false">http://www.appsbi.com/how-to-build-excel-dashboards-10</guid>
		<description><![CDATA[Previous &#8211; Excel Dashboard Tutorial &#8211; 9
Cleanup &#8211; Resize and Organize
Give appropriate names to each portlet.
During the chart creation if we did not provide names, now is the time to provide them.
Right click on each title and click on &#8220;Edit&#8221;


&#160;
Scale down the Size

&#160;
Note, you can drag the corners of each portlet to resize the frames [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "How to build Excel Dashboards &#8211; 10", url: "http://www.appsbi.com/how-to-build-excel-dashboards-10" });</script>]]></description>
			<content:encoded><![CDATA[<p>Previous &#8211; <a href="http://www.exceldashboard.org/how-to-build-excel-dashboards-9">Excel Dashboard Tutorial</a> &#8211; 9</p>
<p><strong>Cleanup &#8211; Resize and Organize</strong></p>
<p>Give appropriate names to each portlet.<br />
During the chart creation if we did not provide names, now is the time to provide them.<br />
Right click on each title and click on &#8220;Edit&#8221;</p>
<p>
<img height="224" alt="Image" src="http://www.appsbi.com/wp-content/uploads/2010/03/image-72.jpg" width="659" /></p>
<p>&nbsp;</p>
<p><strong>Scale down the Size</strong></p>
<p><img height="800" alt="Image" src="http://www.appsbi.com/wp-content/uploads/2010/03/image-73.jpg" width="1280" /></p>
<p>&nbsp;</p>
<p>Note, you can drag the corners of each portlet to resize the frames and drag the title name to place them on the canvas</p>
<p>
<strong>Screen real-estate</strong> is very important when designing any <a href="http://www.infocaptor.com"  class="alinks_links" onclick="return alinks_click(this);" title=""  style="padding-right: 13px; background: url(http://www.appsbi.com/wp-content/plugins/alinks/images/external.png) center right no-repeat;" rel="external">dashboard</a> or web application. For better space utilization, we will convert the standard pie to a 3D view</p>
<p><img height="282" alt="Image" src="http://www.appsbi.com/wp-content/uploads/2010/03/image-74.jpg" width="583" /></p>
<p>Also, while arranging the objects, keep the most important charts on the top and left area. Put all the detailed portlets at the bottom.</p>
<p><strong><u>Avoid horizontal scrolling</u></strong></p>
<p>Remember, do not put any objects on the right side of the scroll bar. Always, keep the scrolling to vertical as it is convienient for viewing.</p>
<p><img height="397" alt="Image" src="http://www.appsbi.com/wp-content/uploads/2010/03/image-75.jpg" width="266" /></p>
<p>The above layout will cause for horizontal scrolling and is not a good practice.<br />
Once you do the basic layout of placing the portlets so that they are distinctly visible, it becomes easy to use the resizing options within the tool.</p>
<p>
Navigate to Edit &#8216; Resize Mode</p>
<p><img height="225" alt="Image" src="http://www.appsbi.com/wp-content/uploads/2010/03/image-76.jpg" width="650" /></p>
<p>Once in the resize mode, you can select each object and they are enabled for group resize and placement</p>
<p>Select all the parameters on the top and we will align the top edges with respect to the first one.</p>
<p><img height="196" alt="Image" src="http://www.appsbi.com/wp-content/uploads/2010/03/image-77.jpg" width="542" /></p>
<p>As you see, each plet is shown in red with a bar on top indicating it is selected for alignment<br />
One more, thing, you can also turn the Grid mode to see a guide for your alignment and placement</p>
<p>Goto Edit &#8216; Show Grid</p>
<p>
<img height="324" alt="Image" src="http://www.appsbi.com/wp-content/uploads/2010/03/image-78.jpg" width="564" /></p>
<p>Note: Once you are done with resize and align with one set of objects, make sure to deselect them before working on the next set of objects</p>
<blockquote>
<p>It is best practice to first resize all the objects. All objects on the same horizontal line should have the same height. Select the optimum height of any object on that particular horizontal line and then right click on the title and resize the height of all the selected ones. Then apply the alignment -&gt; Top , deselect the objects and start with the objects in the next horizontal line.</p>
</blockquote>
<p>This completes our basic dashboard which is dynamic and extremely informative.<br />
If you need to further customize the look and feel please refer to our online tutorial and reference section<br />
<a href="http://www.infocaptor.com/user_help/bi-dashboard-help.htm">http://www.infocaptor.com/user_help/bi-dashboard-help.htm</a></p>
<p>
Next &#8211; <a href="http://www.exceldashboard.org/how-to-build-excel-dashboards-11">Excel Dashboard &#8211; Complete Order Management Dashboard</a></p>
<p><a href="http://sharethis.com/item?&wp=2.8.4&amp;publisher=fd1024e0-9173-4e13-852a-86e0cf94962f&amp;title=How+to+build+Excel+Dashboards+%26%238211%3B+10&amp;url=http%3A%2F%2Fwww.appsbi.com%2Fhow-to-build-excel-dashboards-10">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.appsbi.com/how-to-build-excel-dashboards-10/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to build Excel Dashboards &#8211; 9</title>
		<link>http://www.appsbi.com/how-to-build-excel-dashboards-9</link>
		<comments>http://www.appsbi.com/how-to-build-excel-dashboards-9#comments</comments>
		<pubDate>Thu, 04 Mar 2010 20:04:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Dashboard]]></category>
		<category><![CDATA[InfoCaptor]]></category>

		<guid isPermaLink="false">http://www.appsbi.com/how-to-build-excel-dashboards-9</guid>
		<description><![CDATA[Previous &#8211; Excel Dashboard Tutorial  &#8211; 8
Finish the Dashboard Design and Development
By now, your dashboard is quite chaotic. You have objects all around your dashboard canvas with different sizes. We will start the process of finishing our design.

&#160;
Before proceeding, we save a copy of the dashboard.

Navigate to menu File &#8216; Save As


&#160;
Give a name [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "How to build Excel Dashboards &#8211; 9", url: "http://www.appsbi.com/how-to-build-excel-dashboards-9" });</script>]]></description>
			<content:encoded><![CDATA[<p>Previous &#8211; <a href="http://www.exceldashboard.org/how-to-build-excel-dashboards-8">Excel Dashboard Tutorial </a> &#8211; 8</p>
<p><strong>Finish the <a href="http://www.infocaptor.com"  class="alinks_links" onclick="return alinks_click(this);" title=""  style="padding-right: 13px; background: url(http://www.appsbi.com/wp-content/plugins/alinks/images/external.png) center right no-repeat;" rel="external">Dashboard</a> Design and Development</strong></p>
<p>By now, your dashboard is quite chaotic. You have objects all around your dashboard canvas with different sizes. We will start the process of finishing our design.</p>
<p><img height="432" alt="Image" src="http://www.appsbi.com/wp-content/uploads/2010/03/image-64.jpg" width="844" /></p>
<p>&nbsp;</p>
<p>Before proceeding, we save a copy of the dashboard.</p>
<p>
Navigate to menu File &#8216; Save As</p>
<p>
<img height="363" alt="Image" src="http://www.appsbi.com/wp-content/uploads/2010/03/image-65.jpg" width="508" /></p>
<p>&nbsp;</p>
<p>Give a name to the file so that you can identify the raw dashboard definition file.</p>
<p>
Click on Save.</p>
<p>
Next, go to menu File =&gt; Close All</p>
<p><img height="306" alt="Image" src="http://www.appsbi.com/wp-content/uploads/2010/03/image-66.jpg" width="212" /></p>
<p><img height="422" alt="Image" src="http://www.appsbi.com/wp-content/uploads/2010/03/image-67.jpg" width="747" /></p>
<p>Note that there are no <a href="http://www.infocaptor.com/"  class="alinks_links" onclick="return alinks_click(this);" title=""  style="padding-right: 13px; background: url(http://www.appsbi.com/wp-content/plugins/alinks/images/external.png) center right no-repeat;" rel="external">dashboards</a> to view.</p>
<p>
If you need more backup copies to be created or create different versions of the same dashboard definition, then go to the File Explorer, select the file and type &#8211; Ctrl-C, and then Ctrl-V</p>
<p>
<img height="73" alt="Image" src="http://www.appsbi.com/wp-content/uploads/2010/03/image-68.jpg" width="437" /></p>
<p>Now, Click on the File &#8216; Open<br />
Select the file &#8220;Order Management Analytics.icv&#8221;<br />
<img height="367" alt="Image" src="http://www.appsbi.com/wp-content/uploads/2010/03/image-69.jpg" width="623" /></p>
<p>Note that we are not touching the &#8211; Initial Copy file.<br />
Click on Open</p>
<p>
<strong>Get rid of objects you don&#8217;t need</strong><br />
We don&#8217;t need the initial table portlet, so we will delete that.</p>
<p>
Select the &#8220;Name&#8221; portlet and then click on the &#8220;Scissor&#8217; icon on the toolbar</p>
<p><img height="265" alt="Image" src="http://www.appsbi.com/wp-content/uploads/2010/03/image-70.jpg" width="489" /></p>
<p><img height="121" alt="Image" src="http://www.appsbi.com/wp-content/uploads/2010/03/image-71.jpg" width="657" /></p>
<p>&nbsp;</p>
<p>Click &#8220;Yes&#8221; to confirm.</p>
<p>
Note, we created the backup copy of the dashboard so don&#8217;t worry if you mess up the dashboard. You can always go back to the original and start again.</p>
<p>
Similarly remove all objects that you don&#8217;t need it.</p>
<p>Next &#8211; <a href="http://www.exceldashboard.org/how-to-build-excel-dashboards-10">Excel Dashboard Tutorial </a> &#8211; Arrange objects in sizing and alignment</p>
<p><a href="http://sharethis.com/item?&wp=2.8.4&amp;publisher=fd1024e0-9173-4e13-852a-86e0cf94962f&amp;title=How+to+build+Excel+Dashboards+%26%238211%3B+9&amp;url=http%3A%2F%2Fwww.appsbi.com%2Fhow-to-build-excel-dashboards-9">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.appsbi.com/how-to-build-excel-dashboards-9/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to build Excel Dashboards &#8211; 8</title>
		<link>http://www.appsbi.com/how-to-build-excel-dashboards-8</link>
		<comments>http://www.appsbi.com/how-to-build-excel-dashboards-8#comments</comments>
		<pubDate>Thu, 04 Mar 2010 16:56:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Dashboard]]></category>
		<category><![CDATA[InfoCaptor]]></category>

		<guid isPermaLink="false">http://www.appsbi.com/how-to-build-excel-dashboards-8</guid>
		<description><![CDATA[Previous &#8211; Excel Dashboard Tutorial &#8211; 7
Create Pie Chart
We will now create a pie chart by product name

&#160;

&#160;
It is nice to know that the revenue distribution is not dominated by a single product.

We can now change the &#8220;Category name parameter&#8221; to see the product distribution for other category

By Category = Beverages

Summary of steps so far
&#8221; [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "How to build Excel Dashboards &#8211; 8", url: "http://www.appsbi.com/how-to-build-excel-dashboards-8" });</script>]]></description>
			<content:encoded><![CDATA[<p>Previous &#8211; <a href="http://www.exceldashboard.org/how-to-build-excel-dashboards-7">Excel Dashboard Tutorial</a> &#8211; 7</p>
<p><strong>Create Pie Chart</strong></p>
<p>We will now create a pie chart by product name</p>
<p><img height="292" alt="Image" src="http://www.appsbi.com/wp-content/uploads/2010/03/image-60.jpg" width="705" /></p>
<p>&nbsp;</p>
<p><img height="416" alt="Image" src="http://www.appsbi.com/wp-content/uploads/2010/03/image-61.jpg" width="663" /></p>
<p>&nbsp;</p>
<p>It is nice to know that the revenue distribution is not dominated by a single product.</p>
<p>
We can now change the &#8220;Category name parameter&#8221; to see the product distribution for other category</p>
<p><img height="466" alt="Image" src="http://www.appsbi.com/wp-content/uploads/2010/03/image-62.jpg" width="662" /></p>
<p>By Category = Beverages</p>
<p><img height="463" alt="Image" src="http://www.appsbi.com/wp-content/uploads/2010/03/image-63.jpg" width="663" /></p>
<p><strong>Summary of steps so far</strong><br />
&#8221; Create a foundation table portlet (Qlet)<br />
&#8221; Add Calculations and any derived columns<br />
&#8221; Add Date hierarchy columns as needed<br />
&#8221; Create Date parameters if needed<br />
&#8221; Create drop down list of values as parameters<br />
&#8221; Create charts using the base Qlet<br />
&#8221; Delete the foundation portlet when not needed and you are done with the <a href="http://www.infocaptor.com"  class="alinks_links" onclick="return alinks_click(this);" title=""  style="padding-right: 13px; background: url(http://www.appsbi.com/wp-content/plugins/alinks/images/external.png) center right no-repeat;" rel="external">dashboard</a> design<br />
&#8221; Arrange the remaining portlets in desired format.</p>
<p>
Once you are done with all the Qlets (query/table portlet)  and Glets (graphic portlets), it is advisable to save the dashboard file, copy the file and work on the new file for finishing and polishing the dashboard.</p>
<p>Next &#8211; <a href="http://www.exceldashboard.org/how-to-build-excel-dashboards-9">Excel Dashboard Tutorial</a> &#8211; 9</p>
<p><a href="http://sharethis.com/item?&wp=2.8.4&amp;publisher=fd1024e0-9173-4e13-852a-86e0cf94962f&amp;title=How+to+build+Excel+Dashboards+%26%238211%3B+8&amp;url=http%3A%2F%2Fwww.appsbi.com%2Fhow-to-build-excel-dashboards-8">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.appsbi.com/how-to-build-excel-dashboards-8/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to build Excel Dashboards &#8211; 6</title>
		<link>http://www.appsbi.com/how-to-build-excel-dashboards-6</link>
		<comments>http://www.appsbi.com/how-to-build-excel-dashboards-6#comments</comments>
		<pubDate>Wed, 03 Mar 2010 03:49:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Dashboard]]></category>
		<category><![CDATA[InfoCaptor]]></category>

		<guid isPermaLink="false">http://www.appsbi.com/how-to-build-excel-dashboards-6</guid>
		<description><![CDATA[Previous &#8211; Excel Dashboards &#8211; 5
Create Year and Category Parameters
Remember, we have not built any charts yet. It is very important that we build our foundation Qlet and its corresponding parameters so that all of the drop down parameters can be leveraged in the charts.

It definitely helps to plan your dashboard development. Since the dashboard [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "How to build Excel Dashboards &#8211; 6", url: "http://www.appsbi.com/how-to-build-excel-dashboards-6" });</script>]]></description>
			<content:encoded><![CDATA[<p>Previous &#8211; <a href="http://www.exceldashboard.org/how-to-build-excel-dashboards-5">Excel Dashboards &#8211; 5</a></p>
<p><strong>Create Year and Category Parameters</strong></p>
<p>Remember, we have not built any charts yet. It is very important that we build our foundation Qlet and its corresponding parameters so that all of the drop down parameters can be leveraged in the charts.</p>
<p>
It definitely helps to plan your <a href="http://www.infocaptor.com"  class="alinks_links" onclick="return alinks_click(this);" title=""  style="padding-right: 13px; background: url(http://www.appsbi.com/wp-content/plugins/alinks/images/external.png) center right no-repeat;" rel="external">dashboard</a> development. Since the dashboard tool is easy to work with, we should still make an attempt to always plan so that we don&#8217;t duplicate our effort.</p>
<p>
During the development, it may happen that you will get lots of ideas on implementing different ways. I would suggest to save the base dashboard definition once you have frozen all the parameters and Qlets. Before you start building charts, create a copy of the dashboard file as backup.</p>
<p>
In our data, we have details about items that are sold on a particular date. We have the unit price, and quantity information. We also have the category for each item that they belong to. So it makes sense to include a parameter for the item category so that we can select only the items belonging to a particular category.</p>
<p>
Right click on the &#8220;Category Name&#8221;, navigate to Create ==&gt; Create Parameter</p>
<p><img height="246" alt="Image" src="http://www.appsbi.com/wp-content/uploads/2010/03/image-44.jpg" width="423" /></p>
<p>It creates a new parameter named &#8220;Category Name&#8221;</p>
<p>
<img height="272" alt="Image" src="http://www.appsbi.com/wp-content/uploads/2010/03/image-45.jpg" width="491" /></p>
<p>&nbsp;</p>
<p>You may place this anywhere you feel appropriate.</p>
<p>
Similarly, right click on the &#8220;Or Year&#8221; column and create the parameter</p>
<p>
<img height="241" alt="Image" src="http://www.appsbi.com/wp-content/uploads/2010/03/image-46.jpg" width="501" /></p>
<p>&nbsp;</p>
<p><img height="318" alt="Image" src="http://www.appsbi.com/wp-content/uploads/2010/03/image-47.jpg" width="489" /></p>
<p>&nbsp;</p>
<p>
NOTE: Often it does not make sense to have a year drop down and a date range parameter.</p>
<p>Because if the year value and the date ranges fall apart or do not intersect then you will not see any data output. In this tutorial we provided the year and date ranges only for demonstration so if you need only one, do not use the other.</p>
<p>
Next &#8211; <a href="http://www.exceldashboard.org/how-to-build-excel-dashboards-7">Create Excel Dashboard &#8211; 7</a></p>
<p><a href="http://sharethis.com/item?&wp=2.8.4&amp;publisher=fd1024e0-9173-4e13-852a-86e0cf94962f&amp;title=How+to+build+Excel+Dashboards+%26%238211%3B+6&amp;url=http%3A%2F%2Fwww.appsbi.com%2Fhow-to-build-excel-dashboards-6">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.appsbi.com/how-to-build-excel-dashboards-6/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to build Excel Dashboards &#8211; 5</title>
		<link>http://www.appsbi.com/how-to-build-excel-dashboards-5</link>
		<comments>http://www.appsbi.com/how-to-build-excel-dashboards-5#comments</comments>
		<pubDate>Wed, 03 Mar 2010 03:39:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Dashboard]]></category>
		<category><![CDATA[InfoCaptor]]></category>

		<guid isPermaLink="false">http://www.appsbi.com/how-to-build-excel-dashboards-5</guid>
		<description><![CDATA[Previous Article &#8211; Create Excel Dashboards &#8211; 4
Add Date Hierarchy Columns
Most of the data, has some form of date information. Now date is very granular information. Very often, to generate trending information, you need to derive year and month columns.

In the dashboard designer, you can easily generate Date hierarchy columns for any kind of reporting.

In [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "How to build Excel Dashboards &#8211; 5", url: "http://www.appsbi.com/how-to-build-excel-dashboards-5" });</script>]]></description>
			<content:encoded><![CDATA[<p>Previous Article &#8211; <a href="http://www.exceldashboard.org/how-to-build-excel-dashboards-4">Create Excel Dashboards &#8211; 4</a></p>
<p><strong>Add Date Hierarchy Columns</strong></p>
<p>Most of the data, has some form of date information. Now date is very granular information. Very often, to generate trending information, you need to derive year and month columns.</p>
<p>
In the <a href="http://www.infocaptor.com"  class="alinks_links" onclick="return alinks_click(this);" title=""  style="padding-right: 13px; background: url(http://www.appsbi.com/wp-content/plugins/alinks/images/external.png) center right no-repeat;" rel="external">dashboard</a> designer, you can easily generate Date hierarchy columns for any kind of reporting.</p>
<p>
In our example, we have order date, so we will generate the Year, Quarter, Month, Day , Week and other flavors of the same information for better representation.</p>
<p>
Right click on the &#8220;Order Date&#8221; column and navigate to Create &#8216; &#8220;Add Year, Quarter, Months column</p>
<p>
<img height="349" alt="Image" src="http://www.appsbi.com/wp-content/uploads/2010/03/dashboard_date_hierarchy.jpg" width="488" /></p>
<p>&nbsp;</p>
<p><img height="477" alt="Image" src="http://www.appsbi.com/wp-content/uploads/2010/03/image-35.jpg" width="435" /></p>
<p>&nbsp;</p>
<p>Click on &#8220;Add&#8221; and it will add the following columns to the right of the primary column &#8220;Order Date&#8221;</p>
<p><img height="236" alt="Image" src="http://www.appsbi.com/wp-content/uploads/2010/03/image-36.jpg" width="750" /></p>
<p>&nbsp;</p>
<p>You may not need all of the date derived columns but it is worth understanding what they stand for.</p>
<p>
The derive columns, have a prefix of &#8220;Or&#8221; which are the first two letters of the primary date column &#8220;Order Date&#8221;. The remaining part explains the actual part of the date.<br />
1. Year : represents the year component of the date<br />
2. Mth N : represents the numerical month.<br />
3. Mth Disp: represents the month number but padded with zero on the left<br />
4. Mth NN:  represents month number and 3 letter month name<br />
5. Yr Mth : represents the year and month number<br />
6. Qtr: represents the quarter number<br />
7. Week : represents the week of year<br />
8. Dy:  represents day of year<br />
9. … and so on.</p>
<p>The concept of date hierarchy even though simple to implement is very powerful. Within few minutes you can derive important &#8220;Insight&#8221; into your data. We will now begin the process of deriving intelligence out of boring data. Now begins the fun part.</p>
<p>
<strong>Create Date Filter and Parameters</strong></p>
<p>If you work with real transaction application, you already know that the amount of data is huge and the data has some form of date column. This date could be transaction date, invoice date, order date, payment date etc.</p>
<p>
One of the dashboard and reporting best practices is to have some form of date filter and/or parameters so users can dynamically choose the date range. This helps in narrowing down the data for analysis.</p>
<p>
Let us create a simple date filter.</p>
<p>
One of the typical requirement is to see data for  &#8220;as of today&#8221;.<br />
In the dashboard designer it is few click process to implement this.<br />
<img height="339" alt="Image" src="http://www.appsbi.com/wp-content/uploads/2010/03/image-37.jpg" width="570" /></p>
<p>Right click on the Date column (order date), Navigate to</p>
<p>Create ==&gt; Create Date Filter</p>
<p><img height="241" alt="Image" src="http://www.appsbi.com/wp-content/uploads/2010/03/image-38.jpg" width="508" /></p>
<p>&nbsp;</p>
<p>The detail use of the Date Filter is covered in a separate tutorial. As we have very minimal use of the date filter for the dashboard that we are building we will just touch the basics.</p>
<p>
In the date filter, on the left you see the column name and on the drop down you see different options such as below<br />
<img height="259" alt="Image" src="http://www.appsbi.com/wp-content/uploads/2010/03/image-39.jpg" width="509" /></p>
<p>&#8221; First Day of Month<br />
&#8221; Last Day of Month<br />
&#8221; First Day of Qtr<br />
&#8221; Last Day of Qtr<br />
&#8221; First Day of Week<br />
&#8221; Last Day of Week<br />
&#8221; First Day of Year<br />
&#8221; Last day of Year</p>
<p>
For our purpose we just limited our data to be less than today.</p>
<p>
Click on &#8220;use this filter&#8221; and it will be applied to the Qlet.</p>
<p>
One of the best practice is to avoid hard coding of any values in the Query. For e.g, The dashboard designer allows you to build drop down list of values as parameters to the query. We will leverage this option to the fullest so that the dashboard is extremely useful and can respond to data changes.</p>
<p>
We will create a From and To Date range parameter</p>
<p>
Right click on the &#8220;Order Date&#8221; column, Navigate to Create &#8216; Create Parameter<br />
It instantly creates two Data Parameters<br />
<img height="98" alt="Image" src="http://www.appsbi.com/wp-content/uploads/2010/03/image-40.jpg" width="189" /></p>
<p>We arrange them and size them appropriately as below</p>
<p><img height="390" alt="Image" src="http://www.appsbi.com/wp-content/uploads/2010/03/image-41.jpg" width="583" /></p>
<p>&nbsp;</p>
<p>Once arranged and formatted, you can type the date or popup the date picker by click on the button on the side</p>
<p><img height="213" alt="Image" src="http://www.appsbi.com/wp-content/uploads/2010/03/image-42.jpg" width="466" /></p>
<p>&nbsp;</p>
<p>Now, right click on the Title and select &#8220;Refresh&#8221;</p>
<p><img height="192" alt="Image" src="http://www.appsbi.com/wp-content/uploads/2010/03/image-43.jpg" width="436" /></p>
<p>&nbsp;</p>
<p>Change the From and To Date values and refresh, the Qlet will change the data accordingly.</p>
<p>Next &#8211; <a href="http://www.exceldashboard.org/how-to-build-excel-dashboards-6">Create Excel Dashboards &#8211; 6</a></p>
<p><a href="http://sharethis.com/item?&wp=2.8.4&amp;publisher=fd1024e0-9173-4e13-852a-86e0cf94962f&amp;title=How+to+build+Excel+Dashboards+%26%238211%3B+5&amp;url=http%3A%2F%2Fwww.appsbi.com%2Fhow-to-build-excel-dashboards-5">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.appsbi.com/how-to-build-excel-dashboards-5/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to Create Excel Dashboards &#8211; 4</title>
		<link>http://www.appsbi.com/how-to-create-excel-dashboards-4</link>
		<comments>http://www.appsbi.com/how-to-create-excel-dashboards-4#comments</comments>
		<pubDate>Wed, 03 Mar 2010 03:13:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Dashboard]]></category>

		<guid isPermaLink="false">http://www.appsbi.com/how-to-create-excel-dashboards-4</guid>
		<description><![CDATA[Previous Part Build Excel Dashboards &#8211; 3
We will Add Calculations and Formulas
Add CalculationsSince this is a raw extract of actual transactions, it may need to add additional calculations and columns to create useful metrics.

For e.g in our sample file, we have the &#8220;Unit Price&#8221; and &#8220;Quantity&#8221; columns. We will create calculation to derive the &#8220;Amount&#8221; [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "How to Create Excel Dashboards &#8211; 4", url: "http://www.appsbi.com/how-to-create-excel-dashboards-4" });</script>]]></description>
			<content:encoded><![CDATA[<p>Previous Part <a href="http://www.exceldashboard.org/how-to-build-excel-dashboards-3">Build Excel Dashboards</a> &#8211; 3</p>
<p>We will Add Calculations and Formulas</p>
<p><strong>Add Calculations<br /></strong>Since this is a raw extract of actual transactions, it may need to add additional calculations and columns to create useful metrics.</p>
<p>
For e.g in our sample file, we have the &#8220;Unit Price&#8221; and &#8220;Quantity&#8221; columns. We will create calculation to derive the &#8220;Amount&#8221; column</p>
<p>
<img height="448" alt="Image" src="http://www.appsbi.com/wp-content/uploads/2010/03/excel_dashboard_calculation.jpg" width="531" /></p>
<p>&nbsp;</p>
<p>Right click on the Quantity Column, Navigate to Popup Menu</p>
<p> Create &#8216; &#8211;&gt;Create Calculation<br />
It shows a calculation wizard.<br />
<img height="402" alt="Image" src="http://www.appsbi.com/wp-content/uploads/2010/03/dashboard_calculation_wizard.jpg" width="787" /></p>
<p>
1. Click on &#8220;Unit Price&#8221;<br />
2. Click on * multiplication operator<br />
3. Click on Quantity<br />
4. Rename the column to &#8220;Amount&#8221;<br />
5. Click on &#8220;Use this Formula&#8221;</p>
<p>As you see, the &#8220;Amount&#8221; column is added right next to the Quantity column</p>
<p>
<img height="192" alt="Image" src="http://www.appsbi.com/wp-content/uploads/2010/03/image-34.jpg" width="270" /></p>
<p>&nbsp;</p>
<p><a href="http://www.exceldashboard.org/how-to-build-excel-dashboards-5">Next &#8211; Add Date Hierarchy Columns </a> &#8211; <a href="http://www.exceldashboard.org/how-to-build-excel-dashboards-5">Excel Dashboards</a> &#8211; 5</p>
<p><a href="http://sharethis.com/item?&wp=2.8.4&amp;publisher=fd1024e0-9173-4e13-852a-86e0cf94962f&amp;title=How+to+Create+Excel+Dashboards+%26%238211%3B+4&amp;url=http%3A%2F%2Fwww.appsbi.com%2Fhow-to-create-excel-dashboards-4">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.appsbi.com/how-to-create-excel-dashboards-4/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to build Excel Dashboards &#8211; 3</title>
		<link>http://www.appsbi.com/how-to-build-excel-dashboards-3</link>
		<comments>http://www.appsbi.com/how-to-build-excel-dashboards-3#comments</comments>
		<pubDate>Tue, 23 Feb 2010 03:45:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Dashboard]]></category>
		<category><![CDATA[InfoCaptor]]></category>

		<guid isPermaLink="false">http://www.appsbi.com/how-to-build-excel-dashboards-3</guid>
		<description><![CDATA[Previous step : Excel Dashboards &#8211; 2
Create Dashboard and Table portlet

Once connected, it will show you a list of action items to pick from

We will click on &#8220;New Blank Dashboard&#8220;

In the Dashboard Name, we type in &#8220;Order Management Analytics&#8221;

Click OK.

It will present you with a table browser showing all the available worksheets as tables


Expand the [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "How to build Excel Dashboards &#8211; 3", url: "http://www.appsbi.com/how-to-build-excel-dashboards-3" });</script>]]></description>
			<content:encoded><![CDATA[<p>Previous step : <a href="http://www.exceldashboard.org/how-to-build-excel-dashboards-2">Excel Dashboards &#8211; 2</a></p>
<p><strong><a href="http://www.infocaptor.com/build-dashboard1.php"  class="alinks_links" onclick="return alinks_click(this);" title=""  style="padding-right: 13px; background: url(http://www.appsbi.com/wp-content/plugins/alinks/images/external.png) center right no-repeat;" rel="external">Create Dashboard</a> and Table portlet</strong></p>
<p>
Once connected, it will show you a list of action items to pick from</p>
<p><img height="269" alt="Image" src="http://www.appsbi.com/wp-content/uploads/2010/02/dashboard_actions.jpg" width="361" /></p>
<p>We will click on &#8220;<strong>New Blank <a href="http://www.infocaptor.com"  class="alinks_links" onclick="return alinks_click(this);" title=""  style="padding-right: 13px; background: url(http://www.appsbi.com/wp-content/plugins/alinks/images/external.png) center right no-repeat;" rel="external">Dashboard</a></strong>&#8220;</p>
<p>
In the Dashboard Name, we type in &#8220;Order Management Analytics&#8221;</p>
<p><img height="121" alt="Image" src="http://www.appsbi.com/wp-content/uploads/2010/02/image-31.jpg" width="421" /></p>
<p>Click OK.</p>
<p>
It will present you with a table browser showing all the available worksheets as tables</p>
<p>
<img height="355" alt="Image" src="http://www.appsbi.com/wp-content/uploads/2010/02/table_browser.jpg" width="475" /></p>
<p>Expand the node to see all the worksheets.</p>
<p>
In this example file, we just have one worksheet named &#8220;order_data&#8221;. Note how, it attaches a $ sign at the end, which indicates this is an Excel Worksheet.</p>
<p>So make sure you do not have any dollar sign when naming the Excel worksheet and no other special characters and no white or blank characters. <strong>Replace blank characters with &#8220;_&#8221; underscore character</strong></p>
<p>
Double Click on the &#8220;order_data$&#8221; node</p>
<p>
<img height="458" alt="Image" src="http://www.appsbi.com/wp-content/uploads/2010/02/image-32.jpg" width="358" /></p>
<p>Click on the &#8220;* alias=ord&#8221; item at the very top to select all the items</p>
<p><img height="671" alt="Image" src="http://www.appsbi.com/wp-content/uploads/2010/02/image-33.jpg" width="869" /></p>
<p>You may change the name of any column or any other property such as sort and group by.</p>
<p>
We will leave it as it is and click on the &#8220;Create Table&#8221; button.</p>
<p>
This action creates a Table Portlet (Qlet) in the Dashboard canvas</p>
<p><img height="362" alt="Image" src="http://www.appsbi.com/wp-content/uploads/2010/02/table_portlet_dashboard.jpg" width="1007" /></p>
<p>We will use this Qlet as our basic building block for the following exercise</p>
<p>Next : <a href="http://www.exceldashboard.org/how-to-build-excel-dashboards-4">How to build Excel Dashboards &#8211; 4</a></p>
<p><a href="http://sharethis.com/item?&wp=2.8.4&amp;publisher=fd1024e0-9173-4e13-852a-86e0cf94962f&amp;title=How+to+build+Excel+Dashboards+%26%238211%3B+3&amp;url=http%3A%2F%2Fwww.appsbi.com%2Fhow-to-build-excel-dashboards-3">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.appsbi.com/how-to-build-excel-dashboards-3/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to build Excel Dashboards &#8211; 2</title>
		<link>http://www.appsbi.com/how-to-build-excel-dashboards-2</link>
		<comments>http://www.appsbi.com/how-to-build-excel-dashboards-2#comments</comments>
		<pubDate>Mon, 22 Feb 2010 03:34:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Dashboard]]></category>
		<category><![CDATA[InfoCaptor]]></category>

		<guid isPermaLink="false">http://www.appsbi.com/how-to-build-excel-dashboards-2</guid>
		<description><![CDATA[Previous Step: Excel Dashboards &#8211; Part 1
Launch Dashboard Software and Connect
Launch InfoCaptor Dashboard Software on your Desktop and click on the connect button on the toolbar

The connection wizard has items that simplify connecting to different data sources.

For Excel Files, Click on the Excel button

Once you click, it automatically selects the appropriate Driver for you

Click on [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "How to build Excel Dashboards &#8211; 2", url: "http://www.appsbi.com/how-to-build-excel-dashboards-2" });</script>]]></description>
			<content:encoded><![CDATA[<p>Previous Step: <a href="http://www.exceldashboard.org/how-to-build-excel-dashboards-1">Excel Dashboards</a> &#8211; Part 1</p>
<p><strong>Launch <a href="http://www.infocaptor.com"  class="alinks_links" onclick="return alinks_click(this);" title=""  style="padding-right: 13px; background: url(http://www.appsbi.com/wp-content/plugins/alinks/images/external.png) center right no-repeat;" rel="external">Dashboard</a> Software and Connect</strong></p>
<p><strong><br /></strong>Launch InfoCaptor Dashboard Software on your Desktop and click on the connect button on the toolbar</p>
<p><img height="359" alt="Connection wizard for Excel Dashboard" src="http://www.appsbi.com/wp-content/uploads/2010/02/excel_dashboard_connection.jpg" width="537" /></p>
<p>The connection wizard has items that simplify connecting to different data sources.</p>
<p>
For Excel Files, Click on the Excel button</p>
<p><img height="319" alt="Image" src="http://www.appsbi.com/wp-content/uploads/2010/02/excel_dashboard_connection-1.jpg" width="523" /></p>
<p>Once you click, it automatically selects the appropriate Driver for you</p>
<p><img height="222" alt="Image" src="http://www.appsbi.com/wp-content/uploads/2010/02/image-30.jpg" width="506" /></p>
<p><strong>Click on the &#8220;Access/Excel File&#8221; button.</strong></p>
<p>Select the order_raw.xls file. It populates the connect name for you. But you can change this name. Connect Name is for your reference</p>
<p>
<strong>NOTE: Make sure that the order_raw.xls file is not open in MS Excel. The Excel file is locked once you connect to it. If the file is open in MS Excel, you may get connected but not able to query and may get unpredictable results.</strong></p>
<p>
Now, <strong>click on the Connect button<br /></strong>Upon successful connection, the connection wizard disappears and a new action wizard pops up.</p>
<p>Next : <a href="http://www.exceldashboard.org/how-to-build-excel-dashboards-3">How to build Dashboards &#8211; 3</a></p>
<p><a href="http://sharethis.com/item?&wp=2.8.4&amp;publisher=fd1024e0-9173-4e13-852a-86e0cf94962f&amp;title=How+to+build+Excel+Dashboards+%26%238211%3B+2&amp;url=http%3A%2F%2Fwww.appsbi.com%2Fhow-to-build-excel-dashboards-2">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.appsbi.com/how-to-build-excel-dashboards-2/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
