<?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>Peltier Tech Blog &#187; Dashboards</title>
	<atom:link href="http://peltiertech.com/WordPress/category/dashboards/feed/" rel="self" type="application/rss+xml" />
	<link>http://peltiertech.com/WordPress</link>
	<description>Peltier Tech Excel Charts and Programming Blog</description>
	<lastBuildDate>Tue, 07 Feb 2012 14:40:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>Using Worksheet Controls to Highlight Selected Data in an Excel Chart</title>
		<link>http://peltiertech.com/WordPress/interactive-controls-to-highlight-selected-data-in-an-excel-chart/</link>
		<comments>http://peltiertech.com/WordPress/interactive-controls-to-highlight-selected-data-in-an-excel-chart/#comments</comments>
		<pubDate>Wed, 11 Jan 2012 09:00:17 +0000</pubDate>
		<dc:creator>Jon Peltier</dc:creator>
				<category><![CDATA[Dashboards]]></category>
		<category><![CDATA[Dynamic Charts]]></category>
		<category><![CDATA[Interactive Charts]]></category>

		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=3353</guid>
		<description><![CDATA[It is not difficult to build interactive charts in Excel that allow a user to selectively highlight a subset of the data for detailed examination. Excel&#8217;s semi-intuitive worksheet controls make this technique suitable for dynamic dashboard reports. Background Last week in Series Lines: Useful or Chart Junk?, I wrote about Excel’s “Series Lines” feature, and how [...]]]></description>
			<content:encoded><![CDATA[<p>It is not difficult to build interactive charts in Excel that allow a user to selectively highlight a subset of the data for detailed examination. Excel&#8217;s semi-intuitive worksheet controls make this technique suitable for dynamic dashboard reports.</p>
<h2>Background</h2>
<p>Last week in <a href="http://peltiertech.com/WordPress/series-lines-useful-or-chart-junk/"class="vt-p" title="Series Lines: Useful or Chart Junk?" >Series Lines: Useful or Chart Junk?</a>, I wrote about Excel’s “Series Lines” feature, and how it seems like a good way to clarify the data in a stacked column chart, until you implement it and realize it just adds chart junk to your chart. I proposed a panel chart to show the stacked chart data more clearly.</p>
<p>Gregor Aisch commented that my panel approach did not allow point-to-point comparisons as effectively as a simple line chart (despite the line chart&#8217;s clutter). So I put together the following example of an interactive chart that allows a user to compare a couple series in context of the whole data set.</p>
<p>Here is the original stacked column chart, with series lines cluttering up the space between columns.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" src="http://peltiertech.com/images/2012-01/ColSeriesLines.png" alt="Stacked Column Chart with Series Lines" /></p>
<p>Here is the panel-style chart I constructed to show the trends more clearly. As Gregor has pointed out, comparing individual point values (for example, 2008 for alpha and for epsilon) is difficult. Also, if there are many categories (alpha through omega, for example), the data will be compressed horizontally and will be impossible to read.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" src="http://peltiertech.com/images/2012-01/1ValuesPanel.png" alt="Original Values: Panel Chart" /></p>
<p>Our interactive chart will look like this. The user can selectively highlight data using the two listboxes next to the chart.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" src="http://peltiertech.com/images/2012-01/InteractiveChart5.png" alt="Interactive Chart and ListBoxes 2" /></p>
<h2>Interactive Chart: Data</h2>
<p>We&#8217;ll use this data for our exercise. A1:G7 contains the data used in the previous discussions. A9:G11 contains repeated data for two of the series in the upper table. These are selected using Excel&#8217;s INDEX() worksheet function and the index values in H10 and H11.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" src="http://peltiertech.com/images/2012-01/InteractiveChartData.png" alt="Data for Interactive Chart Example" /></p>
<p>Cell A10 contains the formula</p>
<pre class="vbasmall"><code>=IF($H10&gt;1,INDEX(A$1:A$6,$H10),"")</code></pre>
<p>which is copied into A11. Cell B10 contains the formula</p>
<pre class="vbasmall"><code>=IF($H10&gt;1,INDEX(B$1:B$6,$H10),NA())</code></pre>
<p>which is copied into C10:G10 and B11:G11. The way these formulas work is as follows:</p>
<p>If the index in column H is 1, column A looks blank and columns B:G contain #N/A, which is not plotted in a line or XY chart. If the index is greater than 1, the label from column A and the values from columns B:G are displayed in that row. By changing the values in H10:H11, we can change the data in their rows. If this data is plotted, then changing H10:H11 will change the chart.</p>
<h2>Worksheet Controls</h2>
<p>It&#8217;s nice to be able to modify a chart by changing numbers in a couple cells, but this becomes tedious after a while. Fortunately, Excel has a number of helpful controls that we can drop onto the worksheet to do this in an easier and more natural way. For choosing from among a list of items (alpha through epsilon), we can use a Combo Box or a List Box.</p>
<p>In Excel 2003 and earlier, you can access these controls by displaying the Forms toolbar. In Excel 2007 and later, you need to display the Developer tab*, then pick from among the Forms controls under the Insert button. (There are also ActiveX versions of these controls, and they have more extensive formatting capabilities, but ActiveX controls can misbehave.</p>
<p style="padding-left: 30px;"><em>* To show the Developer tab, you have to open Excel Options, and find the setting for the Developer tab.</em><br />
<em><strong>In Excel 2007:</strong> Click on the big Office button in the top left of the window and select Excel Options; check the box in front of Show the Developer tab in the Ribbon. </em><br />
<em><strong>In Excel 2010:</strong> Click on the File tab and select Options; click the Customize Ribbon button on the left, and in the right list, check the box in front of Developer.</em></p>
<p>Here is the Combo Box button on the Developer tab.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" src="http://peltiertech.com/images/2012-01/DevTabComboBox.png" alt="Developer Tab: Forms Combo Box Control" /></p>
<p>And here is the List Box button.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" src="http://peltiertech.com/images/2012-01/DevTabListBox.png" alt="Developer Tab: Forms List Box Control" /></p>
<p>Both the Combo Box and List Box display a list of items for the user to select. I prefer the List Box, because you can several items even without clicking on the control. The Combo Box only shows one item at a time, until you click the control. Of course, if there isn&#8217;t room to display a List Box, then the Combo Box works fine.</p>
<p>When you click on the control button in the ribbon (or on the Forms toolbar in ancient Excel), the cursor turns into a crosshair, and you can draw your control just like drawing any other shape. In this example I&#8217;ve made two identical controls, one for each series we allow the user to highlight. You could display two list boxes side by side, two combo boxes side by side,  two combo boxes one above the other, or any other arrangement that works in the available space on the worksheet.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" src="http://peltiertech.com/images/2012-01/ControlsLaidOut.png" alt="A few dialog arrangements" /></p>
<p>Even if I&#8217;m using multiple controls, I usually make one and format it, then make as many copies as I need, either by using Copy and Paste or by Ctrl-dragging. After copying, I change specific formats (such as the cell link, below).</p>
<p>When you right click on a control and choose Format Control, you are presented with this dialog. In a combo box or list box, the input range contains the list of items displayed in the control. The cell link is the cell that contains the index number of the selected list item, starting with 1 for the first item in the list. This is how the index values in H10:H11 will be changed.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" src="http://peltiertech.com/images/2012-01/FmtCtrlDlg.png" alt="Format Control Dialog" /></p>
<p>With the controls formatted and the formulas already in place, play with the controls and make sure the data changes as expected. Note that multiple controls can use the same cell link. Changing one control will change the value in the linked cell, and consequently change any other controls using this cell.</p>
<h2>Building the Interactive Chart</h2>
<p>The data and the controls are all set up, so now we create our charts. Select A1:G6, and insert a line chart. Resize and format the chart as appropriate.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" src="http://peltiertech.com/images/2012-01/InteractiveChart1.png" alt="Interactive Chart Step 1" /></p>
<p>Now format all the series to de-emphasize them. Thin lines, small markers, light gray color.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" src="http://peltiertech.com/images/2012-01/InteractiveChart2.png" alt="Interactive Chart Step 2" /></p>
<p>It&#8217;s easier to keep these gray series, and add duplicate series with bolder formatting for the series we want to highlight. The lighter data is hidden behind the bolder series.</p>
<p>To add the highlighted series, copy A9:G11, select the chart, and use Paste Special to add the data as new series, with the First Row and First Column check boxes both checked. Format these series to stand out compared to the light gray background data, and add a series name data label to the last point of each.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" src="http://peltiertech.com/images/2012-01/InteractiveChart3.png" alt="Interactive Chart Step 3" /></p>
<p>Now arrange the controls next to the chart. The list boxes have ugly black borders, but I hid them behind unfilled rectangles with light gray lines, and I colored the chart area border to match.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" src="http://peltiertech.com/images/2012-01/InteractiveChart4.png" alt="Interactive Chart and ListBoxes 1" /></p>
<p>In fact, you can relate the list boxes to the appropriate highlighted series by coloring the gray rectangles around the list boxes to match the series.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" src="http://peltiertech.com/images/2012-01/InteractiveChart5.png" alt="Interactive Chart and ListBoxes 2" /></p>
<h2>Using the Interactive Chart</h2>
<p>The user can now highlight and compare two series, without interference from the rest of the data which is still shown in the chart. If no other series are selected in the list boxes (or combo boxes), the corresponding data values are all #N/A, so the points don&#8217;t even appear in the chart.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" src="http://peltiertech.com/images/2012-01/InteractiveChart7.png" alt="Interactive Chart and ListBoxes 3" /></p>
<p>Any two series can be selected for comparison. Note how easily the opposite trends of series gamma and epsilon can be seen in this chart. In the original line chart it was very difficult to resolve these series, because the other series were not de-emphasized by shading them gray. Yet here we can still see where these two series lie compared to the overall spread of the data.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" src="http://peltiertech.com/images/2012-01/InteractiveChart6.png" alt="Interactive Chart and ListBoxes 4" />
<p>Peltier Technical Services, Inc., Copyright © 2011.<br /> <br /><span style="font: 80% Verdana,Tahoma,Arial,sans-serif;">Licensed under a <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/" rel="nofollow" rel="license" >Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>.<br /> <br />
<a href="http://peltiertech.com/Utility/" rel="nofollow"  title="PTS Chart Utilities: Waterfall, Cluster-Stack Column, Box and Whisker, Marimekko"><img src="http://peltiertech.com/Utility/pix/pts_banner_map.png" alt="PTS Chart Utilities: Waterfall, Box and Whisker, Cluster-Stack, Panel, Marimekko, Dot, Panel" border="0" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://peltiertech.com/WordPress/interactive-controls-to-highlight-selected-data-in-an-excel-chart/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>Not Gauges Again!</title>
		<link>http://peltiertech.com/WordPress/not-gauges-again/</link>
		<comments>http://peltiertech.com/WordPress/not-gauges-again/#comments</comments>
		<pubDate>Mon, 20 Dec 2010 07:00:59 +0000</pubDate>
		<dc:creator>Jon Peltier</dc:creator>
				<category><![CDATA[Dashboards]]></category>
		<category><![CDATA[dials]]></category>
		<category><![CDATA[gauges]]></category>
		<category><![CDATA[speedometers]]></category>

		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=3244</guid>
		<description><![CDATA[At least monthly I receive a request to design a speedometer graph, or to resurrect an old tutorial which once (dis)graced my web site. It&#8217;s as though I would change my mind about these gauges if someone asked nicely. Last week I received another nice request, and this post paraphrases my response. Yes, I did [...]]]></description>
			<content:encoded><![CDATA[<p>At least monthly I receive a request to design a speedometer graph, or to resurrect an old tutorial which once (dis)graced my web site. It&#8217;s as though I would change my mind about these gauges if someone asked nicely. Last week I received another nice request, and this post paraphrases my response.</p>
<p>Yes, I did once have a tutorial that showed how to make a speedometer chart. But there were a couple of reasons that prompted me to take it down. First, it was very complicated, requiring a good working knowledge of algebra and trigonometry, and I got lots of emails asking me to clarify the protocol. Second and more important, these charts are particularly ineffective in the display of information. I removed that tutorial from my web site, and it has also disappeared from the computers in my office. No use asking: it&#8217;s gone and I will not reconstruct it.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" src="http://peltiertech.com/images/2010-12/speedoXPex.gif" border="0" alt="" width="336" height="289" /></p>
<p>I know you were probably instructed by a supervisor to use pretty dials, and probably 3D charts as well, and pretty colors, and flashing lights, and maybe a buzzer or two. What the boss wants, in this case, is not what the boss should get.</p>
<h2><span id="more-3244"></span>Dials and Gauges</h2>
<p>Here are a few articles written about how poor dials are for displaying data, and how the cockpit of a fighter jet or the dashboard of a Formula One racing car makes a poor metaphor for a business dashboard:</p>
<p><a href="http://www.perceptualedge.com/blog/?paged=21" rel="nofollow" title="Be as provocative as you wish, but back your opinions with substance - Stephen Few" >Be as provocative as you wish, but back your opinions with substance</a> &#8211; Stephen Few</p>
<p><a href="http://www.exceluser.com/dash/gauges_no.htm" rel="nofollow" title="Down With Gauges! - Charley Kyd" >Down With Gauges!</a> &#8211; Charley Kyd</p>
<p><a href="http://www.excelcharts.com/blog/car-dashboards-broken-metaphor-for-executive-dashboards/" rel="nofollow" title="Car Dashboards - A Broken Metaphor for Executive Dashboards - Jorge Camoes" >Car Dashboards &#8211; A Broken Metaphor for Executive Dashboards</a> &#8211; Jorge Camoes</p>
<p><a href="http://www.juiceanalytics.com/writing/ultimate-business-driving-machine/" rel="nofollow" title="The Ultimate Business Driving Machine - Zach Gemagnini" >The Ultimate Business Driving Machine</a> &#8211; Zach Gemagnini</p>
<p><a href="http://peltiertech.com/Excel/Charts/Speedometer.html" rel="nofollow" title="Speedometer Chart - Jon Peltier" >Speedometer Chart</a> &#8211; this web site</p>
<h2>Bullet Graphs</h2>
<p><img style="display: block; margin-left: auto; margin-right: auto;" src="http://peltiertech.com/images/2010-12/bullet-by-stephen-few.png" border="0" alt="" width="390" height="46" /></p>
<p>If you do want to use some kind of single-value indicator, you could use a bullet graph. Though it only shows one value against a background scale, a bullet graph takes up minimal space, so its use leads to greater data density. Bullet graphs are well suited for use in tables, because they can be as small as a cell in a row of data. Here are some sources about bullet graphs:</p>
<p><a href="http://www.perceptualedge.com/articles/misc/Bullet_Graph_Design_Spec.pdf" rel="nofollow" title="Bullet Graph Design Specification - Stephen Few" >Bullet Graph Design Specification</a> &#8211; Stephen Few</p>
<p><a href="http://www.exceluser.com/explore/bullet.htm" rel="nofollow" title="How to Create Bullet Graphs To Replace Gauges in Excel - Charley Kyd" >How to Create Bullet Graphs To Replace Gauges in Excel</a> &#8211; Charley Kyd</p>
<p><a href="http://peltiertech.com/WordPress/vertical-bullet-graphs-in-excel/"title="How to Make Vertical Bullet Graphs in Excel - Jon Peltier" >How to Make Vertical Bullet Graphs in Excel</a> &#8211; this blog</p>
<h2>Better Alternatives</h2>
<p>Line charts are a better choice than dials and bullets if you should be showing data over time, instead of a single value.</p>
<p>A column or bar chart with appropriate background shading can take the place of multiple bullet charts (see <a href="http://peltiertech.com/Excel/ChartsHowTo/HorizBands.html" rel="nofollow" title="Horizontally Banded Chart Background - Peltier Tech" >Horizontally Banded Chart Background</a> and <a href="http://peltiertech.com/WordPress/horizontal-bands-in-background-of-excel-2007-chart/"title="Horizontal Bands in the Background of an Excel 2007 Chart - Peltier Tech" >Horizontal Bands in the Background of an Excel 2007 Chart</a>).</p>
<p>Peltier Technical Services, Inc., Copyright © 2011.<br /> <br /><span style="font: 80% Verdana,Tahoma,Arial,sans-serif;">Licensed under a <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/" rel="nofollow" rel="license" >Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>.<br /> <br />
<a href="http://peltiertech.com/Utility/" rel="nofollow"  title="PTS Chart Utilities: Waterfall, Cluster-Stack Column, Box and Whisker, Marimekko"><img src="http://peltiertech.com/Utility/pix/pts_banner_map.png" alt="PTS Chart Utilities: Waterfall, Box and Whisker, Cluster-Stack, Panel, Marimekko, Dot, Panel" border="0" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://peltiertech.com/WordPress/not-gauges-again/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>Animated Dashboards?</title>
		<link>http://peltiertech.com/WordPress/animated-dashboards/</link>
		<comments>http://peltiertech.com/WordPress/animated-dashboards/#comments</comments>
		<pubDate>Mon, 29 Sep 2008 22:25:39 +0000</pubDate>
		<dc:creator>Jon Peltier</dc:creator>
				<category><![CDATA[Dashboards]]></category>
		<category><![CDATA[Animated Charts]]></category>
		<category><![CDATA[Bad Charts]]></category>

		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=593</guid>
		<description><![CDATA[The Dashboard Spy wrote about Animating Dashboard Charts with Flash on the Dashboards by Example blog. The examples in the Spy&#8217;s post were taken from our friends at Fusion Charts: financial flash dashboard demo sales flash dashboard demo sales management dashboard airline dashboard demo As I discussed in my comment to the Spy&#8217;s post is [...]]]></description>
			<content:encoded><![CDATA[<p><strong>The Dashboard Spy</strong> wrote about <a href="http://www.enterprise-dashboard.com/2008/09/29/animating-dashboard-charts-with-flash/" rel="nofollow" title="Animating Dashboard Charts with Flash" >Animating Dashboard Charts with Flash</a> on the <a href="http://www.enterprise-dashboard.com/" rel="nofollow" title="Dashboards by Example" >Dashboards by Example</a> blog. The examples in the Spy&#8217;s post were taken from our friends at <a href="http://peltiertech.com/WordPress/2008/06/29/bad-graphics-funnel-chart/"title="Bad Graphics - Funnel Chart" >Fusion Charts</a>:</p>
<ol style="margin-left : 24pt">
<li><a href="http://www.fusioncharts.com/widgets/Demos/SparkDashboard/Index.html"rel="nofollow"  target="_blank">financial flash dashboard demo</a></li>
<li><a href="http://www.fusioncharts.com/Demos/SalesDashboard/"rel="nofollow"  target="_blank">sales flash dashboard demo</a></li>
<li><a href="http://www.fusioncharts.com/Demos/Blueprint/"rel="nofollow"  target="_blank">sales management dashboard</a></li>
<li><a href="http://www.fusioncharts.com/Demos/FusionAir/"rel="nofollow"  target="_blank">airline dashboard demo</a></li>
</ol>
<p>As I discussed in my comment to the Spy&#8217;s post is that a little animation goes a long way.</p>
<p>If “animation” only means slick effects showing the graphics being constructed, then it is a waste of resources and of the user’s time. A good dashboard does not need animation. The graphics should appear instantly in their completed state.<span id="more-593"></span></p>
<p>If the animation shows the user how conditions or performance have changed over time, then it may be a worthwhile animation. It must be done cleanly, with controls that allow the user to stop and start the animation, and stop at any intermediate place during the process. I have described a number of animation examples in this blog, and all of them show the development of one state from another, with playback control buttons that everyone is familiar with. But this type of animation is usually better for more detailed descriptions than are effective in a dashboard.</p>
<p>A good dashboard could also benefit from interaction, rather than animation. Interaction may mean the ability of a user to drill down on a chart to see further information, or the ability to change some inputs to see effects on predicted behavior.</p>
<p>The animations provided in the Fusion Charts examples do nothing to elaborate on the data. They do not clarify information in the data. They serve only to entertain the user instead of instantly showing the information that was called up. Therefore the Fusion Charts animation qualifies as gratuitous eye candy. Such animation does not belong in any effective business dashboard.</p>
]]></content:encoded>
			<wfw:commentRss>http://peltiertech.com/WordPress/animated-dashboards/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Review of Xcelsius Present</title>
		<link>http://peltiertech.com/WordPress/review-of-xcelsius-present/</link>
		<comments>http://peltiertech.com/WordPress/review-of-xcelsius-present/#comments</comments>
		<pubDate>Wed, 03 Sep 2008 12:22:31 +0000</pubDate>
		<dc:creator>Jon Peltier</dc:creator>
				<category><![CDATA[Dashboards]]></category>
		<category><![CDATA[Bad Charts]]></category>
		<category><![CDATA[Stephen Few]]></category>
		<category><![CDATA[Xcelsius]]></category>

		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=437</guid>
		<description><![CDATA[Stephen Few reviews the recent Business Objects release of Xcelsius Present in Xcelsius Present – Fast Track to Nowhere. Like the Xcelsius business intelligence application we&#8217;ve come to love, it&#8217;s full of flash and glitz, and a remarkable inability to convey information. I&#8217;ll leave Stephen to describe Xcelsius Present and the unintelligent BI templates that [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.perceptualedge.com/blog" rel="nofollow" title=" Visual Business Intelligence" >Stephen Few</a> reviews the recent Business Objects release of <em>Xcelsius Present</em> in <a href="http://www.perceptualedge.com/blog/?p=266" rel="nofollow" title="Xcelsius Present – Fast Track to Nowhere" >Xcelsius Present – Fast Track to Nowhere</a>. Like the Xcelsius business intelligence application we&#8217;ve come to love, it&#8217;s full of flash and glitz, and a remarkable inability to convey information. I&#8217;ll leave Stephen to describe <em>Xcelsius Present</em> and the unintelligent BI templates that Business Objects has offered. I&#8217;ll summarize with a sample Xcelsius graphic, the ubiquitous pie chart, with either two or three wedges, depending on the strength of the reflection/shadow effect. (I added the legend myself.)</p>
<p align="center"><img style="vertical-align : middle" title="Xcelsius Present" src="http://peltiertech.com/WordPress/wp-content/img200808/Xcelsius1.png" alt="Xcelsius Present" /><img style="vertical-align : middle" title="Xcelsius Present" src="http://peltiertech.com/WordPress/wp-content/img200808/Xcelsius2.png" alt="Xcelsius Present" /></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://peltiertech.com/WordPress/review-of-xcelsius-present/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Nice Dashboard Examples</title>
		<link>http://peltiertech.com/WordPress/nice-dashboard-examples/</link>
		<comments>http://peltiertech.com/WordPress/nice-dashboard-examples/#comments</comments>
		<pubDate>Wed, 16 Jul 2008 16:13:24 +0000</pubDate>
		<dc:creator>Jon Peltier</dc:creator>
				<category><![CDATA[Dashboards]]></category>
		<category><![CDATA[MicroCharts]]></category>
		<category><![CDATA[sparkline]]></category>

		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=152</guid>
		<description><![CDATA[XL Cubed (parent company of BonaVista Systems, maker of the MicroCharts add-in for Excel) has shown some very effective dashboard report examples in a couple of recent posts. In 2008 Excel Dashboard Competition Winners the winners of the 2008 Excel Dashboard Competition are announced: 1. Wade Stokes – International Bank Dashboard Displaying many disparate Banking [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.xlcubed.com/" rel="nofollow" >XL Cubed</a> (parent company of <a href="http://www.bonavistasystems.com/index.html" rel="nofollow" >BonaVista Systems</a>, maker of the <strong>MicroCharts</strong> add-in for Excel) has shown some very effective dashboard report examples in a couple of recent posts.</p>
<p>In <a href="http://blog.xlcubed.com/?p=289" rel="nofollow" >2008 Excel Dashboard Competition Winners</a> the winners of the <strong>2008 Excel Dashboard Competition</strong> are announced:</p>
<blockquote><p><a href="http://www.bonavistasystems.com/MicroChartsCompetitionDashboards01.html" rel="nofollow" >1. Wade Stokes – International Bank Dashboard</a></p>
<p>Displaying many disparate Banking Key Performance Indicators, and designed as the basis for the Management review of business performance, it truly achieves  More Information per Pixel.</p>
<p><a href="http://www.bonavistasystems.com/MicroChartsCompetitionDashboards02.html" rel="nofollow" >2. Jim Uden – Outpatient Surgery Center Dashboard </a></p>
<p>Developed for Meridian Surgical Partners, as a one page snapshot for the  review and presentation of partnership level business operations and trends.   Jim also includes probably the best associated description of dashboard content  and the thought processes involved which we’ve seen.</p>
<p><a href="http://www.bonavistasystems.com/MicroChartsCompetitionDashboards03.html" rel="nofollow" >3. Hitesh Patel – Pharmaceutical Sales Dashboard</a></p>
<p><span lang="EN"><span style="font-size: x-small;"> Developed by Hitesh Patel and Mike Askew of Data Intelligence</span></span>, for Bristol Myers Squibb. A key report for  the Regional Sales Managers, containing the information required to run the  business in terms of cash, growth, share, and competitive performance.</p>
</blockquote>
<p>In <a href="http://blog.xlcubed.com/?p=288" rel="nofollow" >More Information per Pixel!</a>, they display a very nice report by <a href="http://www.hichert.com/" rel="nofollow" >Professor Rolf Hichert</a>:</p>
<p><img title="Rolf's Dashboard" src="http://xlcubedblog.files.wordpress.com/2008/07/image33.png" alt="Rolf's Dashboard" width="537" height="405" /></p>
<p>Rolf very effectively uses the technique of small multiples with sparing colors to highlight high and low performers among a portfolio of organizations.</p>
<p>These MicroCharts guys are really onto something.</p>
]]></content:encoded>
			<wfw:commentRss>http://peltiertech.com/WordPress/nice-dashboard-examples/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Dashboards</title>
		<link>http://peltiertech.com/WordPress/dashboards/</link>
		<comments>http://peltiertech.com/WordPress/dashboards/#comments</comments>
		<pubDate>Tue, 18 Mar 2008 13:55:36 +0000</pubDate>
		<dc:creator>Jon Peltier</dc:creator>
				<category><![CDATA[Dashboards]]></category>
		<category><![CDATA[display]]></category>
		<category><![CDATA[information]]></category>
		<category><![CDATA[reports]]></category>

		<guid isPermaLink="false">http://peltiertech.com/WordPress/2008/03/18/dashboards/</guid>
		<description><![CDATA[One of the most misunderstood terms in business today is &#8220;dashboard&#8221;. When many people hear the phrase &#8220;dashboard report&#8221;, they think of the dashboard of their car, or even the cockpit of an advanced fighter jet, with fuel gauges, speedometers, and other displays crammed into a tight space. These displays are effective in your car, [...]]]></description>
			<content:encoded><![CDATA[<p>One of the most misunderstood terms in business today is &#8220;dashboard&#8221;. When many people hear the phrase &#8220;dashboard report&#8221;, they think of the dashboard of their car, or even the cockpit of an advanced fighter jet, with fuel gauges, speedometers, and other displays crammed into a tight space. These displays are effective in your car, because they tell you what&#8217;s going on right now. They&#8217;re effective in a jet, because the pilot has undergone many hours of training in order to interpret these gauges appropriately. These flashy but cluttered displays are horrible in a business report, because they are inefficient at presenting information, they don&#8217;t show trends, they distract the viewer with colors and glitter, while presenting very little useful information.</p>
<p>A dashboard report is not a set of dial gauges that mimics the cockpit of a 747. A dashboard report is the combination of a large number of small, well-designed charts and tables, thoughtfully integrated to pack a great deal of information into a small area on screen or on a printed page. In this post I describe some free and commercial resources for creating dashboard reports, particularly within Microsoft Excel.</p>
<p><span id="more-34"></span><strong>Dashboard Resources</strong></p>
<p><strong>Stephen Few</strong> of <a href="http://www.perceptualedge.com/" rel="nofollow" title="Perceptual Edge - Visual Business Intelligence" >Perceptual Edge</a> has spent a career learning and teaching what techniques effectively display data so that human eyes can readily perceive it as information and human minds readily analyze it as knowledge. Stephen has written two books entitled <a href="http://www.amazon.com/gp/product/0596100167?ie=UTF8&amp;tag=peltiertechni-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=0596100167" rel="nofollow" >Show Me the Numbers</a> and <a href="http://www.amazon.com/gp/product/0970601999?ie=UTF8&amp;tag=peltiertechni-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=0970601999" rel="nofollow" title="Information Dashboard Design" >Information Dashboard Design</a>, which explain how to present information in ways which are known to be effective, based on the psychology of cognition and the physiology of vision. These books are very good references for understanding perception and cognition in terms of informational display.</p>
<p><a href="http://www.amazon.com/gp/product/0970601999?ie=UTF8&amp;tag=peltiertechni-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=0970601999" rel="nofollow" ><img src="http://peltiertech.com/Excel/Common/11X51X214AL._AA_.jpg" border="0" alt="" width="122" height="160" /></a><img style="margin: 0px; border: medium none;" src="http://www.assoc-amazon.com/e/ir?t=peltiertechni-20&amp;l=as2&amp;o=1&amp;a=0970601999" border="0" alt="" width="1" height="1" /> <a href="http://www.amazon.com/gp/product/0596100167?ie=UTF8&amp;tag=peltiertechni-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=0596100167" rel="nofollow" ><img src="http://peltiertech.com/Excel/Common/21CRIeJ203L._AA_.jpg" border="0" alt="" width="136" height="160" /></a><img style="margin: 0px; border: medium none;" src="http://www.assoc-amazon.com/e/ir?t=peltiertechni-20&amp;l=as2&amp;o=1&amp;a=0596100167" border="0" alt="" width="1" height="1" /></p>
<p>Businessman and Excel MVP <strong>Charley Kyd</strong> of <a href="http://exceluser.com/" rel="nofollow" >ExcelUser</a> explains the benefits of <a href="http://www.exceluser.com/dash/index.htm" rel="nofollow" >dashboard reporting</a>, and shows how to construct robust dashboard reports with clearly written procedures. Charley has incorporated Few&#8217;s approaches with his own background in Excel financial analysis to produce a comprehensive guide to using Excel to produce efficient dashboard reports. Charley&#8217;s commercial materials include an e-book, <a href="http://www.1shoppingcart.com/app/?Clk=1374697" rel="nofollow" >Dashboard Reporting with Excel</a>, and a number of example workbooks that show the concepts and techniques behind effective Excel dashboard reports. In addition to construction of dashboards, Charley shows how to design a system of workbooks and directories so that regular updates of a dashboard is painless, taking minutes instead of days.</p>
<p><a href="http://www.exceluser.com/cmd.php?af=371285" rel="nofollow" ><img src="http://peltiertech.com/Excel/Common/dash_a07.gif" border="0" alt="Learn how to create Excel dashboard reports." width="180" height="150" /></a></p>
<p>In his intelligent and informative blog <a href="http://charts.jorgecamoes.com/" rel="nofollow" >Charts</a>, <strong>Jorge Camoes</strong> discussed dashboards. Jorge takes a pragmatic approach, and offers instructions on dashboarding in Excel as well as reviews of other charting products. His Excel posts include <a href="http://charts.jorgecamoes.com/how-to-create-an-excel-dashboard/" rel="nofollow" >How to create a dashboard in Excel</a>, <a href="http://charts.jorgecamoes.com/excel-dashboards-do-you-need-vba/" rel="nofollow" >Excel Dashboards: do you need VBA?</a>, and <a href="http://charts.jorgecamoes.com/tips-improve-better-excel-dashboard/" rel="nofollow" >10 tips to improve your Excel dashboard</a>. Jorge has reviewed the use of Crystal Xcelsius as a dashboarding environment, and found it lacking (which matches my own experience), and he has provided a link to a dashboard best practices paper by Dundas, maker of fancy charting software. Visit Jorge&#8217;s <a href="http://charts.jorgecamoes.com/category/dashboards/" rel="nofollow" >archive of dashboard-related posts</a>.</p>
<p>Excel MVP and author <strong>Mike Alexander</strong> of <a href="http://www.datapigtechnologies.com/" rel="nofollow" >DataPig Technologies</a> has written about Excel pivot tables, integrating Excel and Access, and about dashboards. Mike has written about Crystal Xcelsius, and his new book, <a href="http://www.amazon.com/gp/product/0470228148?ie=UTF8&amp;tag=peltiertechni-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=0470228148" rel="nofollow" >Excel 2007 Dashboards and Reports for Dummies</a> is being released this month.</p>
<p><a href="http://www.amazon.com/gp/product/0470228148?ie=UTF8&amp;tag=peltiertechni-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=0470228148" rel="nofollow" ><img src="http://peltiertech.com/Excel/Common/31cnSxh0nhL._AA_SL160_.jpg" border="0" alt="" /></a><img style="margin: 0px; border: medium none;" src="http://www.assoc-amazon.com/e/ir?t=peltiertechni-20&amp;l=as2&amp;o=1&amp;a=0470228148" border="0" alt="" width="1" height="1" /></p>
<p>Excel MVP <strong>Chandoo</strong> of <a href="http://chandoo.org/wp" rel="nofollow" >Pointy Haired Dilbert</a> has written a series of posts about dashboarding techniques for Excel. He has a comprehensive list of these posts at <a href="http://chandoo.org/wp/management-dashboards-excel/" rel="nofollow" title="Excel Dashboards - Templates, Tutorials, Downloads and Examples - Chandoo.org" >Excel Dashboards</a>.</p>
<p><a href="http://chandoo.org/wp" rel="nofollow" ><img src="http://peltiertech.com/Excel/pix6/phd-chandoo-org-logo-4.png" border="0" alt="Pointy Haired Dilbert" /></a></p>
<p>The <strong>Dundas</strong> white paper <strong>Dashboard Best Practices</strong> is [no longer] available both <strong>online in html format</strong> and <strong>as a pdf document</strong>. In <strong>Jorge Camoes&#8217;</strong> post <a href="http://charts.jorgecamoes.com/dashboard-design-we-need-best-practices-for-best-practices/" rel="nofollow" >Dashboard design: we need best practices for best practices</a>, Jorge finds that the content of the white paper accurately reflects the philosophies of the experts cited above; unfortunately he also finds that the Dundas charting package and documentation seems to promote conflicting practices, with special graphical effects obscuring the accurate dispay of information.</p>
<p><strong>Sandy Cavalaris</strong>, who writes the <a href="http://excelwithmonarch.com/" rel="nofollow" >Excel with Monarch blog</a>, describes how to use Excel in conjunction with the <a href="http://monarch.datawatch.com/monarch-pro.asp" rel="nofollow" >Monarch data management product</a> to create a dashboard reporting system (<a href="http://excelwithmonarch.com/xlreport/how-to-create-a-dashboard-reporting-system-part-one" rel="nofollow" >part one</a> and <a href="http://excelwithmonarch.com/xlreport/how-to-create-a-dashboard-reporting-system-part-two" rel="nofollow" >part two</a>). I know very little about Monarch, but it seems like a worthwhile approach to try before dumping hundreds of thousands of dollars in a monolithic ERP system.</p>
<p><strong>Dashboard Advice</strong></p>
<p><strong>I have the following advice</strong> to anyone who is developing dashboard reports. You already have Microsoft Excel, so you should try to use it as a dashboard application before investing in expensive and obscure software. Excel can link to local data and to corporate databases, so it can wield the power of large packages with less overhead. Start with Stephen Few&#8217;s book on <a href="http://www.amazon.com/gp/product/0596100167?ie=UTF8&amp;tag=peltiertechni-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=0596100167" rel="nofollow" >Information Dashboard Design</a> to gain insights into what makes effective data displays. Read Charley Kyd&#8217;s web site and e-book to get practical approaches to dashboarding in Excel. Read Jorge Camoes&#8217; <a href="http://charts.jorgecamoes.com/category/dashboards/" rel="nofollow" >archive of dashboard-related posts</a> for more practical insights into Excel dashboarding. Then build and tear down and build again, until you have a display system that is informative and leads to framing good business decisions.</p>
]]></content:encoded>
			<wfw:commentRss>http://peltiertech.com/WordPress/dashboards/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

