<?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>Excel with Monarch Training and Services</title>
	<atom:link href="http://ExcelWithMonarch.com/feed" rel="self" type="application/rss+xml" />
	<link>http://ExcelWithMonarch.com</link>
	<description>Stop working for your data. Make your data work for you.</description>
	<lastBuildDate>Thu, 17 May 2012 17:32:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Use PDF files for Distributing Dashboard Reports</title>
		<link>http://ExcelWithMonarch.com/xlreport/use-pdf-files-for-distributing-dashboard-reports</link>
		<comments>http://ExcelWithMonarch.com/xlreport/use-pdf-files-for-distributing-dashboard-reports#comments</comments>
		<pubDate>Wed, 02 May 2012 05:21:59 +0000</pubDate>
		<dc:creator>Sandy</dc:creator>
				<category><![CDATA[Excel Reporting]]></category>

		<guid isPermaLink="false">http://ExcelWithMonarch.com/?p=432</guid>
		<description><![CDATA[I’ll just come out with it: you should share PDF files, not Excel files when distributing dashboard reports. Sacrilege! Say it isn’t so! I know, this is pretty odd advice coming from someone who professes that Excel is one of the best tools available. But there are times when you have to remember that your [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><a href="http://ExcelWithMonarch.com/wp-content/uploads/2012/05/a_pile_of_annual_reports_and_other_letters.jpg"><img src="http://ExcelWithMonarch.com/wp-content/uploads/2012/05/a_pile_of_annual_reports_and_other_letters-300x237.jpg" alt="Use annual reports to inspire your Monarch based dashboard reports" title="A pile of annual reports (and other letters)" width="300" height="237" class="alignright size-medium wp-image-433" /></a></p>
<p>I’ll just come out with it: you should share PDF files, not Excel files when distributing dashboard reports.</p>
<p>Sacrilege! Say it isn’t so! I know, this is pretty odd advice coming from someone who professes that Excel is one of the best tools available. But there are times when you have to remember that your focus is providing and distributing the information, not the vehicle that your audience uses to view information. It pains me to say it, but they don’t care how efficient your formulas are, or what controls or tricks you employed in Excel to develop the report that they’re inspecting.</p>
<p>Efficiencies in Excel spreadsheet development are important, and that has been discussed to no end on the Internet, <a href="http://excelwithmonarch.com/xlreport/building-efficient-excel-formulas" target="_blank">this site included</a>. But all of that becomes completely irrelevant when you remove 100% of the recalculation time for your real end users by providing the final charts, metrics, and calculations to them as printed pages.</p>
<p>These days when you distribute PDF files to your report readers, you empower them to be able to take your beautiful works of art with them everywhere they go on their smart phones, albeit at the cost of interactivity. I&#8217;m confident that it&#8217;s a trade-off they&#8217;ll gladly accept. Even better, you don’t have to spend time teaching them how to use your file, nor spend time building in safeguards and usability enhancements, outside of what you want for yourself and the core functionality of the document, that is.</p>
<p>After all, for every Excel user that as comfortable with it as you are, there’s at least one other in that same office or company that always seems to need help regardless of how easy to use you thought that you&#8217;d made it. You know it and I know it. That’s the reality and unfortunately it’s not likely to change any time soon. When you make it easy for them (by eliminating Excel altogether in this case) you make it easy for yourself too.</p>
<p>There are a number of additional benefits that distributing a PDF file offers you:</p>
<ol>
<li>The presentation of your dashboard style report will be pixel perfect.</li>
<li>The readers won’t be able to accidentally alter the data or otherwise corrupt the workbook.</li>
<li>While there are a number of techniques to keep the file size down (and thus increase the performance) of Excel dashboard report files, they’ll never compare in size to the amount of analysis that you can pack into a PDF file that’s just a few megabytes in size.</li>
</ol>
<h3>Color Code Different Sections</h3>
<p>At one time my group distributed a printed and spiral bound monthly financial analysis package to each manager of the various operations groups and other business leaders. To separate the different sections within the document, tabbed cardboard dividers were used. To cut costs for both materials and preparation labor, and to save on our environmental impact, I proposed that we color code reports for different departments, product lines or other important topics. This will allowed users to instantly know when they were looking at the correct section of the document for their numbers, and the dividers were no longer necessary.</p>
<p>Personally, I prefer a very minimalist color scheme for dashboard reporting: black, shades of grey and a splash of red when required, <a href="http://public.tableausoftware.com/views/DashboardDesignContest/Dashboard?:embed=yes&amp;:toolbar=yes&amp;:tabs=no" target="_blank">like this</a>. But many prefer <a href="http://exceluser.com/dash/samples08.htm" target="_blank">the style that Charley Kyd promotes</a>. At the time, my audience preferred the latter, so I took advantage of it.</p>
<p>When reporting for different business lines, I used VBA code to change the color of the elements on the page: the title area, the charts, the tables. Excel is much more flexible now with its available color choices than when I was building my first dashboard reports with Excel 2003, but that’s a bit of a double edged sword. Making choices can a terrible distraction. Pick a few basic color combinations and get on with it.</p>
<p>I’m no graphic designer, so here’s what I did to achieve what I considered to be a professional result: I plagiarized. Well, not exactly <em>plagiarized</em>, but rather sought inspiration from experts. I knew that design experts are often hired for their assistance in preparing the annual reports for large public companies, so I spent a bit of time downloading some sample reports from the larger companies, looking for combinations that I liked and that I could emulate rather well with my Excel dashboard. So in essence I got expert advice for free!</p>
<p>As to the specific VBA code, preparing that wasn’t overly difficult either, as I used the macro recorder to have much of the code generated for me by Excel and then I modified only certain aspects of that generated code to suit my purposes. I’m confident that you’ll have no trouble handling that.</p>
<h3>Automate with PDF Production with VBA</h3>
<p>As I said earlier, my first “real” dashboard reporting systems were built with Excel 2003, and I must say that I had a heck of a time developing the required code to produce PDF files back then. The only thing that enabled me to do it was that I also had Adobe Acrobat installed on my system, and after an inordinate amount of online research, a ridiculous amount of hours to be honest, I finally determined how to automate the Adobe Distiller program. It might have been easy if my company had permitted me to register as a developer with Adobe but the cost was viewed as prohibitive.</p>
<p>Luckily for you, these days you won’t need to go through any of that.</p>
<p>You see as of Excel 2007 (SP2 I think), and now in Excel 2010, you can now produce PDF files with as little as a single line of VBA code:</p>
<div class="codecolorer-container vb mac-classic" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="vb codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">ActiveSheet.ExportAsFixedFormat _<br />
&nbsp; &nbsp;<span style="color: #151B8D; font-weight: bold;">Type</span>:=xlTypePDF, _<br />
&nbsp; &nbsp;Filename:=<span style="color: #800000;">&quot;C:\MyFolder\MyPDF.pdf&quot;</span>, _<br />
&nbsp; &nbsp;Quality:=xlQualityStandard, _<br />
&nbsp; &nbsp;IncludeDocProperties:=<span style="color: #00C2FF; font-weight: bold;">True</span>, _<br />
&nbsp; &nbsp;IgnorePrintAreas:=<span style="color: #00C2FF; font-weight: bold;">False</span>, _<br />
&nbsp; &nbsp;OpenAfterPublish:=<span style="color: #00C2FF; font-weight: bold;">False</span></div></div>
<p>This singular ability enables you to easily generate all of the benefits discussed earlier. What does that line do? It prints the active worksheet, as you’ve defined the printed area to be, to a good quality PDF file. You can easily change the file name and location. In fact, that’s key to your new reporting system.</p>
<p>It might take you a bit of work to develop a full PDF creation routine that expands on that single line, but it’ll be well worth it. Then when you click a “Make PDF File” button, your program will begin stepping through all of your important data points, recalculating the dashboard, and then preparing a PDF file for that data point. Then it will move on to the next data point and repeat the process until it has created a PDF file for each data point.</p>
<h3>Meet the PDF Toolkit (PDFTK)</h3>
<p>If you haven’t heard of it before, allow me to introduce you to an absolutely indispensable tool for those who don’t have high end PDF software like Adobe Acrobat: <a href="http://www.pdflabs.com/tools/pdftk-the-pdf-toolkit/" target="_blank">PDF Toolkit (PDFTK)</a>. Heck even Acrobat users can make good use of this one.</p>
<p>PDFTK is a utility that lets you do practically anything that you’ll ever need to do with PDF files: merge, split, rotate, and more. It’s free, and you don’t need Acrobat to be able to use it.</p>
<p>Download and <a href="http://www.pdflabs.com/docs/install-pdftk/" target="_blank">install PDFTK now</a>.</p>
<h3>Make the work easier to repeat</h3>
<p>My favorite approach to PDFTK, given my inclination towards <a href="http://excelwithmonarch.com/tips/monarch-batch-file-generator" target="_blank">batch files</a>, is to script it on the command line (<a href="http://www.pdflabs.com/docs/pdftk-cli-examples/" target="_blank">see examples</a>). Of course, it’s easy to incorporate any of that into some VBA code too.</p>
<p>Now, seeing as you’re still with me, I’m going to reward you by doing something silly and literally give away a bunch of valuable program code. It still needs some details to be filled in, but the skeleton should help immensely.</p>
<div class="codecolorer-container vb mac-classic" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;height:800px;"><div class="vb codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #E56717; font-weight: bold;">Sub</span> CreateDashboardPDF()<br />
<br />
<span style="color: #008000;">'Developed by Sandy Cavalaris, http://ExcelWithMonarch.com, May 2012<br />
</span><br />
<span style="color: #151B8D; font-weight: bold;">Dim</span> intProductLineCount <span style="color: #151B8D; font-weight: bold;">As</span> <span style="color: #F660AB; font-weight: bold;">Integer</span>, intBusinessLineCount <span style="color: #151B8D; font-weight: bold;">As</span> <span style="color: #F660AB; font-weight: bold;">Integer</span><br />
<span style="color: #151B8D; font-weight: bold;">Dim</span> intProductLoop <span style="color: #151B8D; font-weight: bold;">As</span> <span style="color: #F660AB; font-weight: bold;">Integer</span>, intBLLoop <span style="color: #151B8D; font-weight: bold;">As</span> <span style="color: #F660AB; font-weight: bold;">Integer</span>,<br />
<span style="color: #151B8D; font-weight: bold;">DIM</span> intPDFCounter <span style="color: #151B8D; font-weight: bold;">As</span> <span style="color: #F660AB; font-weight: bold;">Integer</span>, intDelFiles <span style="color: #151B8D; font-weight: bold;">As</span> <span style="color: #F660AB; font-weight: bold;">Integer</span><br />
<span style="color: #151B8D; font-weight: bold;">Dim</span> bSuccess <span style="color: #151B8D; font-weight: bold;">As</span> <span style="color: #F660AB; font-weight: bold;">Boolean</span><br />
<br />
&nbsp; &nbsp;<span style="color: #008000;">'assumes that for each business line there are six product lines<br />
</span> &nbsp; intBusinessLineCount = 3<br />
&nbsp; &nbsp;intProductLineCount = 6<br />
&nbsp; &nbsp;intPDFCounter = 1<br />
<br />
&nbsp; &nbsp;<span style="color: #008000;">'Create individual PDF files, one for each dashboard report.<br />
</span> &nbsp; <span style="color: #8D38C9; font-weight: bold;">For</span> intBLLoop = 1 <span style="color: #8D38C9; font-weight: bold;">To</span> intBusinessLineCount<br />
<br />
&nbsp; &nbsp; &nbsp; <span style="color: #008000;">'change the business line control for the dashboard here<br />
</span> &nbsp; &nbsp; &nbsp;<span style="color: #8D38C9; font-weight: bold;">For</span> intProductLoop = 1 <span style="color: #8D38C9; font-weight: bold;">To</span> intProductLineCount<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #008000;">'change the product line control for the dashboard here<br />
</span> &nbsp; &nbsp; &nbsp; &nbsp; ActiveSheet.ExportAsFixedFormat _<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #151B8D; font-weight: bold;">Type</span>:=xlTypePDF, _<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Filename:=<span style="color: #800000;">&quot;C:\Dashboard\&quot;</span> &amp; CStr(intPDFCounter) &amp; <span style="color: #800000;">&quot;.pdf&quot;</span>, _<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Quality:=xlQualityStandard, _<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; IncludeDocProperties:=<span style="color: #00C2FF; font-weight: bold;">True</span>, _<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; IgnorePrintAreas:=<span style="color: #00C2FF; font-weight: bold;">False</span>, _<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; OpenAfterPublish:=<span style="color: #00C2FF; font-weight: bold;">False</span><br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;intPDFCounter = intPDFCounter + 1<br />
<br />
&nbsp; &nbsp; &nbsp; <span style="color: #8D38C9; font-weight: bold;">Next</span> intProductLoop<br />
<br />
&nbsp; &nbsp;<span style="color: #8D38C9; font-weight: bold;">Next</span> intBLLoop<br />
<br />
&nbsp; &nbsp;<span style="color: #008000;">'Use the pdftk utility program to combine all of the PDF files into one single file.<br />
</span> &nbsp; <span style="color: #008000;">'Thanks again to Chip Pearson, this time for his ShellAndWait module described at <br />
</span> &nbsp; <span style="color: #008000;">'http://www.cpearson.com/excel/ShellAndWait.aspx<br />
</span> &nbsp; bSuccess = ShellAndWait(<span style="color: #800000;">&quot;cmd /c &quot;</span><span style="color: #800000;">&quot;C:\pdftk\pdftk C:\Dashboard\*.pdf cat output C:\Dashboard\FinalDashboardReport.pdf&quot;</span><span style="color: #800000;">&quot;&quot;</span>, _<br />
&nbsp; &nbsp; &nbsp; 0, vbHide, IgnoreBreak)<br />
<br />
&nbsp; &nbsp;<span style="color: #008000;">'Now that we know the temporary PDF files are no longer required (thus the Wait requirement above),<br />
</span> &nbsp; <span style="color: #008000;">'delete the temporary PDF files, leaving only the final PDF.<br />
</span> &nbsp; <span style="color: #8D38C9; font-weight: bold;">For</span> intDelFiles = 1 <span style="color: #8D38C9; font-weight: bold;">To</span> (intPDFCounter - 1)<br />
&nbsp; &nbsp; &nbsp; Kill (<span style="color: #800000;">&quot;C:\Dashboard\&quot;</span> &amp; CStr(intDelFiles) &amp; <span style="color: #800000;">&quot;.pdf&quot;</span>)<br />
&nbsp; &nbsp;<span style="color: #8D38C9; font-weight: bold;">Next</span> intDelFiles<br />
<br />
<span style="color: #8D38C9; font-weight: bold;">End</span> <span style="color: #E56717; font-weight: bold;">Sub</span></div></div>
<p>Clearly, this is a simplified shell of an example but it shouldn’t be too difficult, especially with a good VBA book on your desk such as <a href="http://www.amazon.com/gp/product/0470475358/ref=as_li_ss_tl?ie=UTF8&amp;tag=excelwcom-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=0470475358">Excel 2010 Power Programming with VBA (Mr. Spreadsheet&#8217;s Bookshelf)</a><img style="border: none !important; margin: 0px !important;" src="http://www.assoc-amazon.com/e/ir?t=excelwcom-20&amp;l=as2&amp;o=1&amp;a=0470475358" alt="" width="1" height="1" border="0" />, to make it work for your specific needs.</p>
<p>Your raw data might have originated in report files, Excel tables, Access databases, other database formats, or even PDF files, but you persevered and created models that allowed you to capture and manage that data, and create summaries in formats that may never have been previously envisioned to help you and your group to gain new insights into your operations. Then you used the skills that you learned in <a href="http://www.exceluser.com/cmd.php?Clk=2372224" target="_blank">developing Excel dashboard reports</a> to present that data visually in ways that let you easily control the included data.</p>
<p>Even if you opt to forgo the convenience and speed that VBA programming can bring to your project, distributing the final results of your efforts with PDF files will demonstrate to your entire group that, in no uncertain terms, you excel with Monarch.</p>

						<div id="pdrp_endAttribution">
						<a title='Photo added to WordPress via PhotoDropper' class='pdrp_link pdrp_visitLink' href='http://www.photodropper.com/'>photo</a> by: 
						 
							<a href="http://flickr.com/54796434@N00/1748342315" target="_blank" class="pdrp_link pdrp_attributionLink">
								azza-bazoo</a>
						</div>
					]]></content:encoded>
			<wfw:commentRss>http://ExcelWithMonarch.com/xlreport/use-pdf-files-for-distributing-dashboard-reports/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Focus, Specialists and Bill Gates</title>
		<link>http://ExcelWithMonarch.com/tips/focus-specialists-and-bill-gates</link>
		<comments>http://ExcelWithMonarch.com/tips/focus-specialists-and-bill-gates#comments</comments>
		<pubDate>Tue, 24 Apr 2012 14:55:21 +0000</pubDate>
		<dc:creator>Sandy</dc:creator>
				<category><![CDATA[General / Tips]]></category>

		<guid isPermaLink="false">http://ExcelWithMonarch.com/?p=424</guid>
		<description><![CDATA[I was recently invited to write a post for Datawatch’s blog. Today you can read my new post on the Datawatch blog to find out what focus, specialists and Bill Gates have to do with how well your organization will succeed tomorrow based on what you do today, and how all of that impacts our [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>I was recently invited to write a post for Datawatch’s blog.</p>
<div class="photo_right"><a title="Bill Gates @ the University of Waterloo" href="http://www.flickr.com/photos/43948404@N00/61938659/" target="_blank"><img src="http://farm1.static.flickr.com/24/61938659_9468d076c0_m.jpg" border="0" alt="Bill Gates @ the University of Waterloo" /></a></div>
<p>Today you can read <a title="Prepare Today for a Prosperous Future Tomorrow" href="http://blog.datawatch.com/prepare-today-for-a-prosperous-future-with-monarch/" target="_blank">my new post on the Datawatch blog</a> to find out what focus, specialists and Bill Gates have to do with how well your organization will succeed tomorrow based on what you do today, and how all of that impacts our entire society when we choose to excel with Monarch!</p>
<div class="photo_right"><small><a title="Attribution-ShareAlike License" href="http://creativecommons.org/licenses/by-sa/2.0/" target="_blank"><img src="http://ExcelWithMonarch.com/wp-content/plugins/photo-dropper/images/cc.png" border="0" alt="Creative Commons License" width="16" height="16" align="absmiddle" /></a> <a href="http://www.photodropper.com/photos/" target="_blank">photo</a> credit: <a title="batmoo" href="http://www.flickr.com/photos/43948404@N00/61938659/" target="_blank">batmoo</a></small></div>
]]></content:encoded>
			<wfw:commentRss>http://ExcelWithMonarch.com/tips/focus-specialists-and-bill-gates/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Build an Excel Dashboard Report with Monarch Data</title>
		<link>http://ExcelWithMonarch.com/xlreport/build-an-excel-dashboard-report-with-monarch-data</link>
		<comments>http://ExcelWithMonarch.com/xlreport/build-an-excel-dashboard-report-with-monarch-data#comments</comments>
		<pubDate>Mon, 16 Apr 2012 05:40:54 +0000</pubDate>
		<dc:creator>Sandy</dc:creator>
				<category><![CDATA[Excel Reporting]]></category>

		<guid isPermaLink="false">http://ExcelWithMonarch.com/?p=396</guid>
		<description><![CDATA[Recently, I looked at how Monarch builds range names when exporting to Excel, and then some examples of how we can use those range names in Excel functions. Today we’ll look at the process of having Monarch create an Excel dashboard report workbook and how we can begin to easily add dramatic functionality to that [...]]]></description>
			<content:encoded><![CDATA[<p></p><div id="attachment_395" class="wp-caption alignright" style="width: 300px">
	<a href="http://ExcelWithMonarch.com/wp-content/uploads/2012/04/Worldwide_Quantity_Shipments.png" target="_blank"><img class="size-medium wp-image-395" title="Worldwide_Quantity_Shipments" src="http://ExcelWithMonarch.com/wp-content/uploads/2012/04/Worldwide_Quantity_Shipments-300x225.png" alt="A Monarch Summary" width="300" height="225" /></a>
	<p class="wp-caption-text">Worldwide Quantity Shipments</p>
</div>
<p>Recently, I looked at how <a href="http://excelwithmonarch.com/xlreport/the-secret-is-in-the-names">Monarch builds range names</a> when exporting to Excel, and then some examples of how we can <a href="http://excelwithmonarch.com/xlreport/how-to-add-excel-functions-to-monarchs-solid-foundation">use those range names in Excel functions</a>. Today we’ll look at the process of having Monarch create an Excel dashboard report workbook and how we can begin to easily add dramatic functionality to that workbook.</p>
<h3>1. Build the required summaries</h3>
<p>Again, for this demonstration I’m using the supplied sample reports as the data source (with permission from Datawatch). I have a few “secrets” for building summaries that will be used for the purpose of building Excel dashboard reports, including:</p>
<ul>
<li><strong>Don’t use subtotals for the key fields.</strong> They’re not necessary for the purpose of developing dashboard style reporting.</li>
<li><strong>Don’t suppress duplicate key field values.</strong> For many reasons, we want each row to behave like a regular database record, with values in each key field.</li>
<li><strong>Limit the summary to very few measure values.</strong> Often one measure field is sufficient.</li>
<li><strong>Limit the number of key fields whenever possible.</strong> We’re after a simple, easy to query layout and multiple key fields adds to the overall size of the Excel file unnecessarily, and excessive or redundant data will negatively impact the speed and performance of the file.</li>
<li><strong>Never set a summary to use the “default filter”.</strong> You want to be absolutely certain of the data that you’re funnelling into the Excel file, and remember that Monarch will use the currently active filter in the Table as the “default filter” for that summary.</li>
<li><strong>Include grand totals only when necessary. </strong>Further, always use the same wording for the grand totals. By using the same wording, one Excel formula will be able to extract the total amounts for any summary.</li>
<li><strong>Name the summaries as descriptively as possible.</strong> You’ll probably have quite a few of them and it helps immensely to know the content just by the name. Short names are convenient to work with, but have limited usefulness.</li>
<li><strong>Build one field summaries.</strong> Summaries consisting of only a single key field, while seemingly simplistic and of no analytic use, are absolutely <em>critical </em>to building useful dashboard report systems.</li>
</ul>
<div id="attachment_394" class="wp-caption aligncenter" style="width: 300px">
	<a href="http://ExcelWithMonarch.com/wp-content/uploads/2012/04/Worldwide_Shipping_Revenues.jpg" target="_blank"><img class="size-medium wp-image-394" title="Worldwide_Shipping_Revenues" src="http://ExcelWithMonarch.com/wp-content/uploads/2012/04/Worldwide_Shipping_Revenues-300x225.jpg" alt="A Monarch Summary" width="300" height="225" /></a>
	<p class="wp-caption-text">Worldwide Shipping Revenues</p>
</div>
<div id="attachment_392" class="wp-caption aligncenter" style="width: 300px">
	<a href="http://ExcelWithMonarch.com/wp-content/uploads/2012/04/Customer_Shipments.png" target="_blank"><img class="size-medium wp-image-392" title="Customer_Shipments" src="http://ExcelWithMonarch.com/wp-content/uploads/2012/04/Customer_Shipments-300x225.png" alt="A Monarch Summary" width="300" height="225" /></a>
	<p class="wp-caption-text">Customer Shipments</p>
</div>
<div id="attachment_391" class="wp-caption aligncenter" style="width: 300px">
	<a href="http://ExcelWithMonarch.com/wp-content/uploads/2012/04/Customer_Revenues.png" target="_blank"><img class="size-medium wp-image-391" title="Customer_Revenues" src="http://ExcelWithMonarch.com/wp-content/uploads/2012/04/Customer_Revenues-300x225.png" alt="A Monarch Summary" width="300" height="225" /></a>
	<p class="wp-caption-text">Customer Revenues</p>
</div>
<div id="attachment_390" class="wp-caption aligncenter" style="width: 300px">
	<a href="http://ExcelWithMonarch.com/wp-content/uploads/2012/04/Media_List.png" target="_blank"><img class="size-medium wp-image-390" title="Media_List" src="http://ExcelWithMonarch.com/wp-content/uploads/2012/04/Media_List-300x225.png" alt="A Monarch Summary" width="300" height="225" /></a>
	<p class="wp-caption-text">Media List</p>
</div>
<div id="attachment_389" class="wp-caption aligncenter" style="width: 300px">
	<a href="http://ExcelWithMonarch.com/wp-content/uploads/2012/04/Customer_List.png" target="_blank"><img class="size-medium wp-image-389" title="Customer_List" src="http://ExcelWithMonarch.com/wp-content/uploads/2012/04/Customer_List-300x225.png" alt="A Monarch Summary" width="300" height="225" /></a>
	<p class="wp-caption-text">Customer List</p>
</div>
<div id="attachment_387" class="wp-caption aligncenter" style="width: 300px">
	<a href="http://ExcelWithMonarch.com/wp-content/uploads/2012/04/Country_List.png" target="_blank"><img class="size-medium wp-image-387" title="Country_List" src="http://ExcelWithMonarch.com/wp-content/uploads/2012/04/Country_List-300x225.png" alt="A Monarch Summary" width="300" height="225" /></a>
	<p class="wp-caption-text">Country List</p>
</div>
<div id="attachment_386" class="wp-caption aligncenter" style="width: 300px">
	<a href="http://ExcelWithMonarch.com/wp-content/uploads/2012/04/Top_10_Customer_Revenues.png" target="_blank"><img class="size-medium wp-image-386" title="Top_10_Customer_Revenues" src="http://ExcelWithMonarch.com/wp-content/uploads/2012/04/Top_10_Customer_Revenues-300x225.png" alt="A Monarch Summary" width="300" height="225" /></a>
	<p class="wp-caption-text">Top 10 Customer Revenues</p>
</div>
<div id="attachment_385" class="wp-caption aligncenter" style="width: 300px">
	<a href="http://ExcelWithMonarch.com/wp-content/uploads/2012/04/Top_Revenue_Products.png" target="_blank"><img class="size-medium wp-image-385" title="Top_Revenue_Products" src="http://ExcelWithMonarch.com/wp-content/uploads/2012/04/Top_Revenue_Products-300x225.png" alt="A Monarch Summary" width="300" height="225" /></a>
	<p class="wp-caption-text">Top Revenue Products</p>
</div>
<div id="attachment_384" class="wp-caption aligncenter" style="width: 300px">
	<a href="http://ExcelWithMonarch.com/wp-content/uploads/2012/04/Top_Revenue_Products_by_Country.png" target="_blank"><img class="size-medium wp-image-384" title="Top_Revenue_Products_by_Country" src="http://ExcelWithMonarch.com/wp-content/uploads/2012/04/Top_Revenue_Products_by_Country-300x225.png" alt="A Monarch Summary" width="300" height="225" /></a>
	<p class="wp-caption-text">Top Revenue Products by Country</p>
</div>
<h3>2. Create the Excel Workbook</h3>
<p>Since this will likely be a process that we’ll repeat on a regular basis to update the file with current data, we’ll create a project export in Monarch. For all of the specific Monarch work here I’ll be referencing Monarch v10, though the process will be similar if not identical for all versions.</p>
<p>Define a new project export. Name it All Summaries, and choose to export summaries. From the Summary Name list, select the “All summaries” item. Elect to use Automatic Naming by tables, not files. Do not apply any additional filtering to the export process at this stage.</p>
<p>Now this next part of the project export definition process is really important: supply a file name using the “.xlsm” extension, not the “.xlsx” extension. This is because you’re going to add one single critical line of Visual Basic program code to the file (more if you’re up to it) and you cannot add that to an “.xlsx” file. I’ll supply that code later.</p>
<p>Typically when we export from Monarch to Excel files, especially reused files, it’s very common to overwrite the previously exported Excel file with a new export, but we don’t want to do that when developing dashboard report files. Instead indicate that you want to add data to the file. It’s only when specifying what you want Monarch to do with the individual tables that get created in the Excel file that you want to select the overwrite option.</p>
<p>Finally, to create the fastest, most responsive Excel file, do not add any further features to the exported tables such as titles, outlines, or formulas.</p>
<p>Run the project export to create your new dashboard report Excel file.</p>
<h3>3. Add devices to facilitate dashboard report development.</h3>
<p>First up is a little bit of housekeeping that is required due to a bit of a bug in Monarch Excel file creation process. When Excel files that Monarch updates are opened, Excel often requires that you force a manual recalculation. You can doing this simply by pressing the F9 function key, but it’s easy to overlook and that can cause problems. So we’ll add a line of program code to have Excel recalculate the workbook immediately when you open it.</p>
<p>In Excel, hold down Alt and hit F11. This will open Excel’s development window. You should see the current file listed sheet name by sheet name in the left side of the window in a Project window. Double click the item for the ThisWorkbook item. Now at the top of the window, you’ll see a drop down list with a (General) label. Select the Workbook item from this list. Note that Excel automatically creates a new subroutine for you:</p>
<div class="codecolorer-container text mac-classic" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">Private Sub Workbook_Open()</div></div>
<div class="codecolorer-container text mac-classic" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">&nbsp;</div></div>
<div class="codecolorer-container text mac-classic" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">End Sub</div></div>
<p>To that add a single line of code:</p>
<div class="codecolorer-container text mac-classic" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">Private Sub Workbook_Open()</div></div>
<div class="codecolorer-container text mac-classic" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">Application.CalculateFull</div></div>
<div class="codecolorer-container text mac-classic" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">&nbsp;</div></div>
<div class="codecolorer-container text mac-classic" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">End Sub</div></div>
<div id="attachment_383" class="wp-caption aligncenter" style="width: 300px">
	<a href="http://ExcelWithMonarch.com/wp-content/uploads/2012/04/Workbook_Open.png" target="_blank"><img class="size-medium wp-image-383" title="Workbook_Open" src="http://ExcelWithMonarch.com/wp-content/uploads/2012/04/Workbook_Open-300x225.png" alt="Excel Workbook Open Event" width="300" height="225" /></a>
	<p class="wp-caption-text">Excel Workbook Open Event</p>
</div>
<p>Close the programming window and return to your Excel workbook.</p>
<p>For our dashboard report of the Classical Music Distributors data, we want to be able to spotlight data for activity in specific countries, media types, and customers. To do that, we’ll add drop down lists for each of those data items to the dashboard. The values for each of those lists will be automatically populated by our Monarch exports, but the lists need a little help to get exactly the right data into them. Let’s tackle the countries item first.</p>
<p>Go to the Country_List sheet, and define a new range name. Name the range “Countries”, and assign it the formula “=OFFSET(Country_List!$A$2,0,0,COUNTA(Country_List!$A:$A),1)”. With this formula, “Countries” will refer to every country name in the list, avoiding the field name in the first row. Because we often want the values in the heading row, we don’t have the luxury of exporting not including the field names in only selected sheets, but using this approach it’s easy to skip the heading.</p>
<p>Use the same approach to create range names for “Customers” (“=OFFSET(Customer_List!$A$2,0,0,COUNTA(Customer_List!$A:$A),1)”) and “Media” (“=OFFSET(Media_List!$A$2,0,0,COUNTA(Media_List!$A:$A),1)”).</p>
<p>Now we can add a new blank worksheet into the file. Rename the sheet to something more descriptive.</p>
<p>To quickly see how our new range names are behaving, add a data validation rule to a cell. Select “List” from the Allow list, and set the Source box to =Customers. Note that you <em>must</em> include the equals sign otherwise you’ll see only the text “Customers” in your drop down list. While this works well, there is a drawback to using the data validation list approach in that the font size of the list items can get a little small and hard to read depending upon the screen resolution. There’s a better mechanism available, but we’ll save that for later.</p>
<p>The attentive will have noticed that our range names are each returning one extra row with a blank value. This will become apparent later when we look at how the selected values are used to display information in the dashboard.</p>
<p>We’ve made some good progress on a dashboard reporting system today. To learn more details of how to build these types of reporting systems, be sure to pick up a copy of “<a href="http://www.exceluser.com/cmd.php?Clk=2372224">Dashboard Reporting with Excel</a>”. I’m positive that as you read it you’ll envision plenty of new ways to excel with Monarch.</p>
]]></content:encoded>
			<wfw:commentRss>http://ExcelWithMonarch.com/xlreport/build-an-excel-dashboard-report-with-monarch-data/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>An Exclusive Interview with Datawatch CEO Michael Morrison</title>
		<link>http://ExcelWithMonarch.com/tips/an-exclusive-interview-with-datawatch-ceo-michael-morrison</link>
		<comments>http://ExcelWithMonarch.com/tips/an-exclusive-interview-with-datawatch-ceo-michael-morrison#comments</comments>
		<pubDate>Wed, 04 Apr 2012 22:32:55 +0000</pubDate>
		<dc:creator>Sandy</dc:creator>
				<category><![CDATA[General / Tips]]></category>

		<guid isPermaLink="false">http://ExcelWithMonarch.com/?p=377</guid>
		<description><![CDATA[I know that this sort of statement makes me sound old, but it’s amazing that some things in the past seem like they happened only yesterday. It was in 1991 that Monarch software (for DOS) first appeared, on two 5 ¼ inch floppy disks, or a 3 ½ inch floppy if you were able to [...]]]></description>
			<content:encoded><![CDATA[<p></p><div class="photo_right"><a title="Unidyne" href="http://www.flickr.com/photos/54450095@N05/6882455827/" target="_blank"><img src="http://farm8.static.flickr.com/7208/6882455827_25967d552a_m.jpg" border="0" alt="Unidyne" /></a></div>
<p>I know that this sort of statement makes me sound old, but it’s amazing that some things in the past seem like they happened only yesterday. It was in 1991 that Monarch software (for DOS) first appeared, on two 5 ¼ inch floppy disks, or a 3 ½ inch floppy if you were able to use one of those new devices. This was to be a very important product, and it would prove to lead the way for a young company named Datawatch Corporation.</p>
<p>Allow me to fast forward to 2011, and to the introduction of another leader. On February 14, 2011 <a title="Datawatch Corporation" href="http://datawatch.com/" target="_blank">Datawatch Corporation</a> announced that <a title="Datawatch Management Team" href="http://datawatch.com/_about/management_team.php" target="_blank">Mr. Michael Morrison</a> was the company’s new president and chief executive officer. In the past year, Datawatch has undertaken many changes and has shown significant growth, and not just in terms of revenues. The <a title="DWCH Stock Analysis" href="http://finance.yahoo.com/echarts?s=DWCH+Interactive#symbol=dwch;range=2y;compare=;indicator=volume;charttype=area;crosshair=on;ohlcvalues=0;logscale=off;source=undefined;" target="_blank">stock price has skyrocketed</a>, reflecting investor confidence in the dealings of the company. A new version of the company’s flagship <a title="Monarch Professional Software" href="http://monarchprofessional.com/" target="_blank">Monarch software</a> was released, and —along with a Datawatch customer – was a winner of <a title="Ventana Research 2011 Leadership Awards" href="http://www.ventanaresearch.com/awards/" target="_blank">Ventana Research’s 2011 Leadership Awards</a>.</p>
<p>Today, just over a year later, I’m pleased to welcome to Mr. Morrison to ExcelWithMonarch.com for an exclusive interview.</p>
<p><strong>SC</strong>: Why did you want to join the Datawatch team?</p>
<p><strong>MM</strong>: I saw in Datawatch a company with a great product portfolio, a passionate – and extensive – customer base, and an emerging market opportunity that I believed to be very big.  Since I have been on board, all of these observations have been validated.  Our Monarch family of products is a truly differentiated solution that delivers real ROI.  Our customers are zealots, and some of our most influential supporters.  And the market opportunity for our report analytics solutions is even bigger than I initially anticipated.</p>
<p><strong>SC</strong>: Time flies. Congratulations on your first anniversary at the helm of Datawatch! How has the past year been for you and Datawatch?</p>
<p><strong>MM</strong>: For me personally, it has been a very enjoyable year.  I have had the opportunity to work with a terrific group of people and meet with a number of our customers and partners.  We experienced a lot of change as we embarked on transforming Datawatch to a high growth company – and change is always difficult at some level.  Nevertheless, our employees, our customers and our partners persevered and are leading from the front in this company transformation.  The past year has been very good for Datawatch as well.  The company is now on a growth trajectory.  The financial markets have taken note of us.  And industry analysts are paying attention to us again.  All in all, it’s been a solid start for Datawatch in getting to a high-growth revenue model.</p>
<p><strong>SC</strong>: Fiscal 2011 ended on a very positive note for Datawatch, but you really knocked it out of the park, as they say, with the Q1 FY2012 results. How did Datawatch achieve such a terrific quarterly result?</p>
<p><strong>MM</strong>: Our Q1 FY12 results reflect our new go-to-market model, our new market positioning and the contributions of many of the new sales people that joined Datawatch in the past year.  One good quarter doesn’t make for a trend, but it’s a positive momentum builder for us.</p>
<p><strong>SC</strong>: In 2011, ExcelWithMonarch.com had readers in over 120 countries. Globally, it seems to me that there continues to be a need to easily acquire data and convert it into meaningful, actionable information. With offices around the world, does Datawatch also see this need?</p>
<p><strong>MM</strong>: Absolutely.  Access to and the ability to analyze corporate data is a universal problem.  Despite decades of advances in business intelligence technologies, reporting is still broken.  There is a ‘blind spot’ in reporting and analytics that Datawatch uniquely addresses.  On one end of the data analytics spectrum, you have structured data, addressed by the traditional business intelligence solutions.  On the other end, you have unstructured data, with an ever-increasing number of ‘Big Data’ vendors playing in that space.  In between the two exists semi-structured and loosely structured data.  Datawatch is the only company that solves the problem of analyzing that data in the middle.</p>
<p>Our ability to make information from diverse data sources and formats accessible, usable and valuable is unmatched.  There is a global need for our solution and we are investing in our international operations to meet this need.</p>
<p><strong>SC</strong>: I know that Monarch is offered in the English, German and French languages. With such worldwide interest in the product, has offering the product in other languages been considered?</p>
<p><strong>MM</strong>:  We are presently evaluating Spanish and Portuguese.  As opportunities arise that require other languages, we will evaluate which ones make business sense.  Our goal is to bring our Monarch report analytics solutions to as many people as possible.</p>
<p><strong>SC</strong>: It seems that in North America, there are many opportunities to sell Datawatch solutions as a great method to extend the useful life of a customer’s legacy information system. But outside of North America, companies seem much more inclined to replace their older information systems altogether with integrated applications. Does Datawatch encounter this situation, and if so, how do the approaches to sales differ?</p>
<p><strong>MM</strong>: We see many varied use cases around the world, and do see some differences between North America and Europe in dealing with legacy systems.  That said, even with the more modern transaction systems, we have customers using our technology to enable end users to be more self-sufficient and reduce the burden on IT.  And every organization has to deal with reports and business documents that come into the organization from third parties.  Even the most technologically and operationally advanced organizations struggle with incorporating report data from outside their four walls.  On a related note, over the past year we have completely revamped our go-to-market model, which includes addressing the needs of local markets around the world.  Our approach – regardless of geography – is to always engage the prospect and learn their unique pain points and specific data analytics needs.  This allows us to assess how Monarch can help them.  Even with the more modern transaction systems, we have customers using our technology to enable end users to be more self-sufficient and reduce the burden on IT.  Another major factor is the integration and analysis of data coming into organizations from external sources. Even the most technologically and operationally advanced organizations struggle with incorporating data from outside their IT infrastructure and our technology plays a major role here for many Fortune 500 customers.</p>
<p><strong>SC</strong>: Clearly the primary focus here at ExcelWithMonarch.com is your flagship Monarch product. Can you take a moment to tell the readers a bit about the role that Monarch plays in your suite of products, and how the skills that they develop with Monarch may be beneficial when moving to your other solutions?</p>
<p><strong>MM</strong>: Monarch is the robust modeling engine for our Monarch Report Analytics platform.  The Monarch Report Analytics platform also includes the capabilities to automate and validate the acquisition of data for the Monarch models (Monarch Data Pump) and the capabilities to distribute and archive the resulting Monarch reports in a secure, web-based, self-service analytic environment (Monarch Enterprise Server).   Monarch Report Manager on Demand and Monarch Report Mining server offer the additional capabilities to archive and manage high volume reports and business documents and perform rich analytics on this stored content.  The Monarch Report Analytics platform takes data from semi-structured and loosely structured diverse data sources and makes this information accessible, usable and valuable.</p>
<p><strong>SC</strong>: My personal experience is that people tend to initially expect that Monarch is a tool for the Finance and Accounting group. Are you finding that Monarch is used primarily in that arena, or have other groups adopted it as well?</p>
<p><strong>MM</strong>: We have many Monarch users in the office of finance.  However, use of Monarch extends literally across the entire enterprise.  We see many use cases in human resources, marketing, sales, procurement, IT and more.  The elegance of Monarch and its ease of use make it an ideal solution for any business analyst.</p>
<p><strong>SC</strong>: Clearly the need for more sophisticated and larger scale solutions increases with the size of the customer’s organization. Can you talk about some of the solutions that Datawatch offers larger customers?</p>
<p><strong>MM</strong>: Our larger enterprise customers use the Monarch Report Analytics platform to address a variety of business challenges across all departments.  Some specific examples include procure to pay (automating the matching of purchase orders to invoices to bills of lading), e-presentment (delivering settlement statements and commission statements to individual brokers generated by mainframe transaction systems) and audit analytics (performing forensics and reconciliations on a variety of internal and external reports).</p>
<p><strong>SC</strong>: Datawatch has announced many new partnering arrangements over the last year. Will you be working towards developing more of these arrangements?</p>
<p><strong>MM</strong>: A key element of our high growth strategy is aggressively expanding our partner ecosystem.  We are engaging with implementation and reselling partners, OEM partners, geographic distributors and strategic alliance partners around the world.  We have implemented a partner friendly business model that makes doing business with Datawatch easy and profitable for partners.</p>
<p><strong>SC</strong>: My son happens to be entering high school next year, and in looking at his options recently, I was shocked at the business and computing classes that are available to young students today. Have you considered offering Monarch software to schools to introduce students to the benefits of the tool and familiarize them with your company, not unlike the strategy implemented by Apple Inc.?</p>
<p><strong>MM</strong>: We make Monarch available to academic institutions today and intend to more broadly formalize this program for academic use of Monarch in the coming months.</p>
<p><strong>SC</strong>: Speaking of education, many professional groups involved in everything from accounting to zoology have for many years now used certification to help market themselves as experts in their field. Indeed, certification markets not only the individual, but the field of expertise itself. Does Datawatch currently have any plans to implement such a programme for your users?</p>
<p><strong>MM</strong>: Yes.  We are currently developing a certification program for users of our Monarch solutions.  Stay tuned for more details.</p>
<p><strong>SC</strong>: Automation of Monarch processes has always been a focus point on ExcelWithMonarch.com, and has been appearing more and more of late on your MonarchForums.com. Do the automation features tend to assist sales of the software, or is it at times a distraction when proposing other scalable solutions?</p>
<p><strong>MM</strong>: The automation capabilities in Monarch are being used in ways that we never intended and, at times, have led to issues with deployments and data fidelity.  The automation capabilities in Monarch Data Pump and Monarch Enterprise Server are much more appropriate for business applications.  We will continue to stress the value in automating your report analytic solutions with these enterprise offerings.</p>
<p><strong>SC</strong>: Many have commented over recent years that the official Programmer’s Guide hasn’t been updated since it was released for Monarch v8. Will an updated Programmer’s Guide be published for Monarch v11? And on a related note, will there be an update to the Functions Reference Guide, which was last updated for Monarch v9?</p>
<p><strong>MM</strong>:  We do not intend to continue publishing a Programmer’s Guide.  The Functions Reference Guide has been updated and is available on our website.</p>
<p><strong>SC</strong>: Many software companies seem be jumping on the “cloud” bandwagon of late. Aside from <a title="Monarch Enterprise Server" href="http://www.datawatch.com/Monarch/monarch_enterprise_server.php" target="_blank">Monarch Enterprise Server</a>, does Datawatch envision a cloud-based, or perhaps a browser-based, Monarch offering?</p>
<p><strong>MM</strong>: We do not have any current plans for a cloud-based or browser-based Monarch offering.</p>
<p><strong>SC</strong>: Some foretell of a possible demise of green bar reporting, based on the proliferation of systems capable of PDF output. Given your experience in the marketplace, and an ever-growing list of PDF reader software, do you see Datawatch’s niche changing in regards to Monarch’s functionality to respond to marketplace changes? Simultaneously, how do you continue to further the status of Monarch as the “go-to” tool in all offices?</p>
<p><strong>MM</strong>: Mainframe green bar reports are only a small fraction of the data sources that our customers access with Monarch.  The sources and formats of reports that our customers can access with the Monarch Report Analytics platform are extensive: text, PDFs, Excel files, SQL databases, HTML, EDI streams, log files, business documents stored in a content management system, etc.  In essence, the PDF output of current systems is really just another container for the same old “standard reports” we used to print.  A G/L or Trial Balance looks just the same in PDF as on a mainframe green bar report &#8211; just with better fonts. Our ability to consume PDF in the same way as text reports means we bring our core competency to bear, which is the easy, end user-driven access, parsing, extraction and analysis of semi-structured business documents.  As the market evolves, and new diverse data sources and formats become more relevant, Datawatch will continue to innovate to address the changing needs of the market.  Our 20 years of experience and extensive customer base give us a great knowledge base from which to deliver to meet the demands of the market.</p>
<p><strong>SC</strong>: In past years, we’ve seen announcements from Datawatch concerning acquisitions of companies and their products and technologies. Can you tell us a bit about what has happened with some of those products and technologies?</p>
<p><strong>MM</strong>:  The most important acquisition was Clearstory and the BDS solution.  Last year, we re-branded this solution as Monarch Report Manager on Demand (RMOD).  RMOD is a high volume report management and archive solution that is being used in some of the world’s largest organizations.  Together, with our Monarch Report Mining Server solution, we offer the only end-to-end report management and mining solution in the market.  RMOD has become an integral component of our overall Report Analytics offering.</p>
<p><strong>SC</strong>: Thank you very much for your time and for sharing your thoughts with us today, Mr. Morrison. I hope that 2012 becomes a breakthrough year for Datawatch.</p>
<p><strong>MM</strong>: Sandy, thank you for taking the time to speak with me.  And thanks for your long-time support of Datawatch and Monarch.  You are a great evangelist and advocate.</p>
<h3>A Winning Team Is No Accident</h3>
<p>Thanks again to Mr. Morrison for granting this interview and taking time out of his busy schedule. And thanks to all of the Datawatch team, who continue to develop new tools and solutions that enable all of us to excel with Monarch.</p>
<div class="photo_right"><a title="Attribution-ShareAlike License" href="http://creativecommons.org/licenses/by-sa/2.0/" target="_blank"><img src="http://ExcelWithMonarch.com/wp-content/plugins/photo-dropper/images/cc.png" border="0" alt="Creative Commons License" width="16" height="16" align="absmiddle" /></a> <a href="http://www.photodropper.com/photos/" target="_blank">photo</a> credit: <a title="IntelFreePress" href="http://www.flickr.com/photos/54450095@N05/6882455827/" target="_blank">IntelFreePress</a></div>
]]></content:encoded>
			<wfw:commentRss>http://ExcelWithMonarch.com/tips/an-exclusive-interview-with-datawatch-ceo-michael-morrison/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Add Excel Functions to Monarch&#8217;s Solid Foundation</title>
		<link>http://ExcelWithMonarch.com/xlreport/how-to-add-excel-functions-to-monarchs-solid-foundation</link>
		<comments>http://ExcelWithMonarch.com/xlreport/how-to-add-excel-functions-to-monarchs-solid-foundation#comments</comments>
		<pubDate>Fri, 30 Mar 2012 04:51:48 +0000</pubDate>
		<dc:creator>Sandy</dc:creator>
				<category><![CDATA[Excel Reporting]]></category>

		<guid isPermaLink="false">http://ExcelWithMonarch.com/?p=372</guid>
		<description><![CDATA[In the previous post, The Secret is in the Names, I wrote about how Monarch populates Excel files with useful named ranges when exporting data. Today we’ll look at how we can capitalize on those named ranges with specific Excel functions. In that previous post, the first point regarding the range names is that Monarch [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>In the previous post, <a href="http://excelwithmonarch.com/xlreport/the-secret-is-in-the-names">The Secret is in the Names</a>, I wrote about how Monarch populates Excel files with useful named ranges when exporting data. Today we’ll look at how we can capitalize on those named ranges with specific Excel functions.</p>
<div class="photo_right"><a title="DSC_1056" href="http://www.flickr.com/photos/15577588@N00/2223763842/" target="_blank"><img src="http://farm3.static.flickr.com/2153/2223763842_093ff5df28_m.jpg" border="0" alt="DSC_1056" /></a></div>
<p>In that previous post, the first point regarding the range names is that Monarch creates all of its names with an underscore if it needs to replace any space characters in our summary names. We’ll keep that in mind as we proceed.</p>
<p>One of the things that I like to utilize when building Monarch summaries is setting a key field to display its values across the top of the summary above the measure values, instead of down the left side of the measure values. This is particularly useful when working with dates or quarters, such as “12/1/2012”, “Dec-2012”, or Q4-FY12.</p>
<p>When working with a number of summaries, even across multiple models, I like to stick to the same title formatting. Plan ahead, and decide upon the time period (calendar months, fiscal periods, quarterly, what have you) that you’ll be using for reporting values. The reason for this will become even more apparent later when we look at using specific values in that selection of titles in individual Excel formulas.</p>
<p>For demonstration purposes, I’ll refer to the sample report files that are included when Monarch is installed, specifically the Classical Music Distributor reports, ClassJan.prn, ClassFeb.prn, ClassMar.prn and Classic.prn (which has April data). Datawatch has graciously given me permission to use those files for demonstration purposes here at ExcelWithMonarch.com</p>
<p>Each report has date on which the customer’s order was shipped, but we’ll choose to report shipments by calendar month. For simplicity we’ll present the date as m/d/yyyy, using the first of the month in each case. To get the Period field, we’ll build a calculated Date type field with this expression:</p>
<div class="codecolorer-container text mac-classic" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">CtoD(Trim(Str(Month(ShipDate)))+&quot;/1/&quot;+Trim(Str(Year(ShipDate)));&quot;m/d/y&quot;)</div></div>
<p>This will give us 1/1/2008, 2/1/2008, and so on. As mentioned, these become the column headings in the summaries that will be prepared.</p>
<p>Later, when we want to determine which column in the worksheet contains the February values, which we built another named range for called Reporting_Period, we can use a formula similar to:</p>
<div class="codecolorer-container text mac-classic" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">=MATCH(Reporting_Period,Exported_Monarch_Summary!Print_Titles,0)</div></div>
<p>and if the February date is in column D on the worksheet that Monarch exported, then the formula will return a value of four, meaning that the February date was found in the fourth position. This is immensely useful. The zero value at the end tells to Excel to find the exact search value.</p>
<p>Look at that MATCH() function again. It’s simple and easy to read/review, but there’s some else very convenient about it as well. What do we need to change if we want to use that formula to refer to a different worksheet? Correct: only the worksheet name.</p>
<p>As easy as that is to build, we can make it just a little bit easier to build a whole collection of similar formulas that refer to many worksheets. Since we’ll probably have quite a number of summaries in our models, we’ll also have a number of exported worksheets to help in our analysis of the data. While we could just revise the sheet name in each formula, there’s an even easier way: have Excel build a portion of the formula for us! OK, now you’re thinking, “What is he talking about?” We’ll use Excel’s INDIRECT() function. It works like this:</p>
<ul>
<li>Type the exact name of the exported worksheet in a cell, say A8.</li>
<li>Now in cell D8, the formula becomes:
<ul>
<li>
<div class="codecolorer-container text mac-classic" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">=MATCH(Reporting_Period,INDIRECT($C10&amp;amp;”!Print_Titles”),0)</div></div>
</li>
</ul>
</li>
</ul>
<p>Great, now we know how to find the proper column for a certain period, when the values go from left to right across the worksheet. But MATCH() also works nicely for vertical lists. That means that we can find where the first occurrence of “Big Shanty Music” is in a previously sorted list of customers, where the customer name was the first down key field in a summary. In cell B10, that would look something like this:</p>
<div class="codecolorer-container text mac-classic" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">=MATCH(“Big Shanty Music”,Exported_Monarch_Summary!A:A,0)</div></div>
<p>Since we know that the customer name is the first column, we can tell Excel to look in the entire column for our search name. Yes, for the Excel-knowledgeable this is a little inefficient, and there are other ways, but this works very well when the data in your Excel file isn’t too large (and these Excel files typically aren’t too large when exporting Monarch summaries – after all, that’s why we summarize with Monarch: to shelter us from vast amounts of data).</p>
<p>Great, now we know how to get a column number and a row number. “But Sandy, why do I care?” you ask.</p>
<p>Getting the row and column numbers makes the whole thing come together and you can practically hear your data make the beautiful sounds of a full symphony. All that we need now is one more Excel function, and it takes full advantage of one last Monarch exploit. Remember the third point in the Monarch secrets? Monarch creates a named range for the entire summary data table for each exported worksheet.</p>
<p>When we put together a cell that gives us a row number for “Big Shanty Music” (in B10), and another that calculates the column number for February 2008 (in D8), then we can use Excel’s INDEX() function in cell D10 to tell us what the value is for Big Shanty Music in February 2008, like this:</p>
<div class="codecolorer-container text mac-classic" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">=INDEX(Exported_Monarch_Summary,B10,D8)</div></div>
<p>Short, clear, and lightning-quick. Formulas with the INDEX() function calculate much more quickly than the often used VLOOKUP() function. Even better, as Monarch users we can take advantage of Monarch practically handing all of the building blocks to us on a silver platter.</p>
<p>You can learn much more about what to do with these Excel functions that can capitalize on your Monarch data by reading the excellent eBook “<a href="http://www.exceluser.com/cmd.php?Clk=2372224">Dashboard Reporting with Excel</a>” by Microsoft Excel MVP Charley Kyd.</p>
<p>I’ve prepared a little demonstration of an Excel dashboard report using some of Charley’s techniques, and some of my own favorites too of course, with the Classical Music Distributors sample report data. We’ll have a look at that next time. For now though, if you can spend a few minutes getting accustomed to these functions then you’re bound to dream up your own ways to excel with Monarch.</p>
<p>P.S.: Don’t forget that the “<a title="Learn to do more with Monarch than you thought possible!" href="http://excelwithmonarch.com/the-30-days-to-become-a-better-monarch-modeler-training-package" target="_blank">30 Days to Become a Better Monarch Modeler</a>” training package, which details my initial experience with Charley&#8217;s book, is only available at the reduced price until March 31<sup>st</sup>. Get your copy today!</p>
<div class="photo_right"><small><a title="Attribution License" href="http://creativecommons.org/licenses/by/2.0/" target="_blank"><img src="http://ExcelWithMonarch.com/wp-content/plugins/photo-dropper/images/cc.png" border="0" alt="Creative Commons License" width="16" height="16" align="absmiddle" /></a> <a href="http://www.photodropper.com/photos/" target="_blank">photo</a> credit: <a title="chrisbb@prodigy.net" href="http://www.flickr.com/photos/15577588@N00/2223763842/" target="_blank">chrisbb@prodigy.net</a></small></div>
]]></content:encoded>
			<wfw:commentRss>http://ExcelWithMonarch.com/xlreport/how-to-add-excel-functions-to-monarchs-solid-foundation/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Secret is in the Names</title>
		<link>http://ExcelWithMonarch.com/xlreport/the-secret-is-in-the-names</link>
		<comments>http://ExcelWithMonarch.com/xlreport/the-secret-is-in-the-names#comments</comments>
		<pubDate>Thu, 29 Mar 2012 05:44:15 +0000</pubDate>
		<dc:creator>Sandy</dc:creator>
				<category><![CDATA[Excel Reporting]]></category>

		<guid isPermaLink="false">http://ExcelWithMonarch.com/?p=366</guid>
		<description><![CDATA[We all know that Monarch can export to wide range of file formats, and that here the local favorite for Monarch exports is clearly Excel files. But do you know the three secret things Monarch does when it creates those Excel files that we can always easily exploit when working with that data in Excel? [...]]]></description>
			<content:encoded><![CDATA[<p></p><div class="photo_right"><a title="Bert and Ernie: Let me tell you a secret / 20090917.10D.53994.P1 / SML" href="http://www.flickr.com/photos/48973657@N00/3929959851/" target="_blank"><img src="http://farm3.static.flickr.com/2650/3929959851_e1e71f94b3_m.jpg" border="0" alt="Bert and Ernie: Let me tell you a secret / 20090917.10D.53994.P1 / SML" /></a></div>
<p>We all know that Monarch can export to wide range of file formats, and that here the local favorite for Monarch exports is clearly Excel files. But do you know the three secret things Monarch does when it creates those Excel files that we can always easily exploit when working with that data in Excel?</p>
<p>I’ll give you a hint: it’s in the names.</p>
<h3>Restricted Spaces</h3>
<p>When you tell Monarch what you want to name the tables (worksheets) within the Excel file that you’re about to export to, it will create the worksheet in the Excel file with underscore characters instead of spaces. Monarch v9 will allow you to specify a name like “No Spaces”, and it will produce the worksheet named No_Spaces. Monarch v10 however will complain loudly when you tell it to create “No Spaces”, with a nasty “Illegal name syntax” error. As much as I’ve complained to the Datawatch development team about such messages in the product that were clearly designed by programmers for programmers, a few of them still seem to persist. Honestly, would it have been that difficult to actually tell the user that spaces in the table name cannot be used? Or silently convert spaces to underscores as was done in v9? And I still don’t know how v11 reacts.</p>
<p>This is fairly obvious when you manually export from the Table window, but it may not be when you create project exports, especially where summaries are concerned. This is because spaces are perfectly acceptable in summary names. Just remember that Monarch will convert all of those spaces into underscores when it exports to Excel worksheets. Same goes for any worksheets named after key values, if you’re exporting to new worksheets based on the key field values in a summary.</p>
<p>Nonetheless, forcing names without spaces is a good thing, because it simplifies the development of formulas that reference cells or areas on other worksheets. For instance, the formula that you create in cell B10 on the worksheet named “Chart_Data” is =Customer_Sales!A2 it’s very easy to read. Perhaps that’s a fairly simple example, but when your formula references multiple sheet names (meaningful) brevity is wonderful.</p>
<h3>Easy Printing</h3>
<p>Another step that Monarch does for us automatically for every exported worksheet is that it defines the first row as a repeating row in the worksheet’s print titles, when you choose to output field names as the first row. This actually triggers a second automatic event: Excel automatically creates a new range name for the print title row, conveniently named Print_Titles.</p>
<h3>Home on the Range</h3>
<p>Lastly, Monarch creates another custom range name for the data that is contained on the exported sheet, and it names it exactly the same as the worksheet name. So if the last populated cell on our “No_Spaces” worksheet is G150, the formula for the range name “No_Spaces” will be “=No_Spaces!$A$1:$G$150”.</p>
<p>This brings up another point. If the first row of this worksheet is deleted manually, then the range name will essentially break, and it’s formula will change to “=No_Spaces!#REF!”. No big deal, right? You’ve got the data that you want anyway. Wrong.</p>
<p>Because the range name is not working properly, Monarch will not be able to export to this worksheet. Future Monarch exports will fail, and the only error message that you’ll see from Monarch will be “Export failed” when you run the export manually. This is particularly disastrous if you’re running Monarch from a batch file and don’t see the failure notice. You’ll assume that everything went fine, when in fact your file will be populated with old, potentially misleading data. There’s no way to programmatically check for such errors when running Monarch batch files.</p>
<h3>In Summary</h3>
<p>So what do we now know about what’s happening behind the scenes in our export Excel files? Three things:</p>
<p>1)      All exported worksheets names have underscores where there may have been spaces in Monarch.</p>
<p>2)      Every exported worksheet will have a range name called Print_Titles that refers to the first row of the data set.</p>
<p>3)      You can refer to your exact data range exported by using the range name named after the worksheet exported.</p>
<p>Now that we know some hidden secrets, the question becomes: What can we do with this information?</p>
<p>That’s a topic for another day, and another way to excel with Monarch.</p>
<div class="photo_right"><small><a title="Attribution-ShareAlike License" href="http://creativecommons.org/licenses/by-sa/2.0/" target="_blank"><img src="http://ExcelWithMonarch.com/wp-content/plugins/photo-dropper/images/cc.png" border="0" alt="Creative Commons License" width="16" height="16" align="absmiddle" /></a> <a href="http://www.photodropper.com/photos/" target="_blank">photo</a> credit: <a title="See-ming Lee SML" href="http://www.flickr.com/photos/48973657@N00/3929959851/" target="_blank">See-ming Lee  SML</a></small></div>
]]></content:encoded>
			<wfw:commentRss>http://ExcelWithMonarch.com/xlreport/the-secret-is-in-the-names/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Seven Easy Ways to Transform Ordinary Reports into Powerful Analysis Tools with Monarch</title>
		<link>http://ExcelWithMonarch.com/summaries/seven-easy-ways-to-transform-ordinary-reports-into-powerful-analysis-tools-with-monarch</link>
		<comments>http://ExcelWithMonarch.com/summaries/seven-easy-ways-to-transform-ordinary-reports-into-powerful-analysis-tools-with-monarch#comments</comments>
		<pubDate>Wed, 28 Mar 2012 06:33:39 +0000</pubDate>
		<dc:creator>Sandy</dc:creator>
				<category><![CDATA[Summaries]]></category>

		<guid isPermaLink="false">http://ExcelWithMonarch.com/?p=361</guid>
		<description><![CDATA[Locked up tight in every single report generated by everything from your desktop accounting package to your enterprise level information system is a vast data warehouse that’s waiting for you to unlock its secrets. Monarch offers you the unique opportunity to almost magically see what isn’t there. Just like pulling a rabbit out of a [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Locked up tight in every single report generated by everything from your desktop accounting package to your enterprise level information system is a vast data warehouse that’s waiting for you to unlock its secrets. Monarch offers you the unique opportunity to almost magically see what isn’t there. Just like pulling a rabbit out of a hat, that’s your advantage over the regular report reader in your group.</p>
<div class="photo_right"><a href="http://www.flickr.com/photos/57839392@N00/6244722358/" target="_blank"><img src="http://farm7.static.flickr.com/6233/6244722358_400d0eed2a_m.jpg" border="0" alt="" /></a></div>
<p>Let’s look at seven easy to implement ways that let you stop working so hard to generate important information, and let your data work for you.</p>
<p>1)      <strong>Build only the templates required, and use the right template for the right purpose.</strong> Just because your report has a clear page header, you might not need to develop a page header template. Get to <a title="Understanding Template Types" href="http://excelwithmonarch.com/extract/understanding-template-types" target="_blank">know the different template types</a> that Monarch offers, as well as <a title="Learn to Build Traps" href="http://excelwithmonarch.com/extract/learn-to-build-traps" target="_blank">how to build template traps</a>.</p>
<p>2)      <strong>Do not paint only the fields required right now.</strong> It’s easier to <a title="What Home Renovations Taught Me About Monarch" href="http://excelwithmonarch.com/tips/what-home-renovations-taught-me-about-monarch" target="_blank">build all of the fields</a> that the report offers now, and then hide any fields that really aren’t necessary in the current model from view. You can always save other copies of the current model with different fields displayed for different purposes. Besides, you might dream up a use for that “unneeded” field when you build your summaries (we’ll get to those). Alternatively, you can <a title="Reusable Monarch" href="http://excelwithmonarch.com/tips/reusable-monarch" target="_blank">import the templates themselves</a> into new models, which may well be more efficient.</p>
<p>3)      <strong>Use the Advanced field properties to do some of the work for you.</strong> It can be tricky to get Monarch to capture some data properly, depending upon how the layout of the report was designed. Let Monarch do the heavy lifting for you, but you’ll need to <a title="Defining Fields In Monarch" href="http://excelwithmonarch.com/extract/defining-fields-in-monarch" target="_blank">understand the Advanced field properties</a> dialog.</p>
<p>4)      <strong>Enhance the data that you’ve captured.</strong> Use the data table features to add new relevant data by way of calculated fields, external lookups and the Address Block feature as applicable, or remove unwanted data from the selection by using filters. Sometimes this is best approach when you can’t avoid bringing in certain report data regardless of how you build your templates. Learn more about <a title="Mastering Monarch's Calculated Fields" href="http://excelwithmonarch.com/calcfield/mastering-monarch%E2%80%99s-calculated-fields" target="_blank">calculated fields</a>, <a title="Filtering Data With Monarch" href="http://excelwithmonarch.com/filtering/filtering-data-with-monarch" target="_blank">filters</a>, <a title="Comparing Monarch's Internal and External Lookups" href="http://excelwithmonarch.com/calcfield/comparing-monarchs-internal-and-external-lookups" target="_blank">external lookup</a> and the <a title="Monarch's Address Block Wizard" href="http://excelwithmonarch.com/tips/monarchs-address-block-wizard" target="_blank">Address Block</a> features to be ready for your modeling challenges.</p>
<p>5)      <strong>Make good use of the available functions.</strong> There are countless uses for the built-in functions in Monarch: converting data types, extracting bits and pieces of data from larger values, and generating date and time information are just a few. When using calculated fields, use <a title="Favorite Functions and Features" href="http://excelwithmonarch.com/calcfield/favorite-functions-and-features" target="_blank">Monarch’s internal functions</a> or your own <a title="Monarch's Custom Functions" href="http://excelwithmonarch.com/functions/an-introduction-to-monarch%E2%80%99s-custom-functions" target="_blank">custom functions</a> to your best advantage.</p>
<p>6)      <strong>Don’t skimp on the summaries!</strong> Build many summaries in each model to make the most of Monarch’s analytical abilities. Summaries are the Monarch modeler’s best tool for analysis work. <em>Summaries are the reason that you’ve done everything else.</em> Don’t admire your pretty, organized data table and stop there. Use Key fields to build exactly the presentation that you want to gain new insights from your static report data. Let’s think about the Classical Music Distributor sample reports that are included when Monarch is installed. There’s a separate file for each month. Within each file, activity for each customer is reported on a different page. Orders are broken down by media type. What could we do with a summary to generate information that isn’t immediately apparent in the reports? If we’re based in the USA, we could generate different summaries for each of domestic and international shipments by media type. We could list the 10 customers to whom we shipped the most media in the period of January through April 2008. We could even break that down by period. We could add summaries isolating our best, and worst customers, based on revenues earned. We could even easily calculate the average revenue per unit shipped by customer. There are countless ways that you can gain new insight from practically any report. Get to know the tools available when <a title="A Summary Synopsis" href="http://excelwithmonarch.com/summaries/a-summary-synopsis" target="_blank">building summaries</a>.</p>
<p>7)      <strong>Share your findings using project exports.</strong> Build <a title="Easy Ways to Benefit From Automating Monarch" href="http://excelwithmonarch.com/tips/easy-ways-to-benefit-from-automating-monarch" target="_blank">project exports</a> to easily repeat the potentially detailed process of sharing all of data, or selected data, with others in your group. You can make it easy to send the same customized information package to others in your group on a regular basis: daily, weekly, monthly, or quarterly. Publish it on the most appropriate schedule for the information at hand. All that you will need to do will be to open your Monarch project and run all of your defined exports at the click of a single button. What could be easier? You can share the report window as PDF files or text files, and the table window and summaries can be exported as Access, PDF, or Excel (even with built-in pivot tables in the case of table data), or other formats. You can even publish directly to SharePoint sites. The flexibility offered for file creation is staggering: you can apply filters, export selected summaries or all summaries, you can create new files for each summary or create separate tables within a single document. When you do it well, it won’t take long for those who receive your customized information packages to acknowledge you as the definitive “go-to” resource who can singlehandedly produce top-notch information quickly and routinely. That’s the personal side of “let your data work for <strong>you</strong>” that is perhaps Monarch’s most important intangible benefit.</p>
<p>With a tool that’s as flexible as Monarch is, there are bound to be aspects of program that some of us employ on a regular basis that I haven’t mentioned above. What’s your favorite Monarch feature that you use when you want to make your data stand out?</p>
<p>Spend some extra time working on your models and projects and it will be clear and important to your group that you excel with Monarch.</p>
<div class="photo_right"><small><a title="Attribution License" href="http://creativecommons.org/licenses/by/2.0/" target="_blank"><img src="http://ExcelWithMonarch.com/wp-content/plugins/photo-dropper/images/cc.png" border="0" alt="Creative Commons License" width="16" height="16" align="absmiddle" /></a> <a href="http://www.photodropper.com/photos/" target="_blank">photo</a> credit: <a title="wrestlingentropy" href="http://www.flickr.com/photos/57839392@N00/6244722358/" target="_blank">wrestlingentropy</a></small></div>
]]></content:encoded>
			<wfw:commentRss>http://ExcelWithMonarch.com/summaries/seven-easy-ways-to-transform-ordinary-reports-into-powerful-analysis-tools-with-monarch/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create a Different Kind of Truth with Monarch</title>
		<link>http://ExcelWithMonarch.com/xlreport/create-a-different-kind-of-truth-with-monarch</link>
		<comments>http://ExcelWithMonarch.com/xlreport/create-a-different-kind-of-truth-with-monarch#comments</comments>
		<pubDate>Fri, 23 Mar 2012 06:29:09 +0000</pubDate>
		<dc:creator>Sandy</dc:creator>
				<category><![CDATA[Excel Reporting]]></category>
		<category><![CDATA[Video Topics]]></category>

		<guid isPermaLink="false">http://ExcelWithMonarch.com/?p=355</guid>
		<description><![CDATA[Monarch’s forte is in not only capturing the data that’s locked in static report, but in allowing us to easily add vital information to that data, and to easily create different views of the data and share those views. Just as you can do in Excel, Monarch allows you to create new calculations based on [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Monarch’s forte is in not only capturing the data that’s locked in static report, but in allowing us to easily add vital information to that data, and to easily create different views of the data and share those views.</p>
<div class="photo_right"><a title="Danboard Super Box" href="http://www.flickr.com/photos/36645776@N00/2094104968/" target="_blank"><img src="http://farm3.static.flickr.com/2038/2094104968_3d509b97a3_m.jpg" border="0" alt="Danboard Super Box" /></a></div>
<p>Just as you can do in Excel, Monarch allows you to <a href="http://excelwithmonarch.com/calcfield/mastering-monarch%E2%80%99s-calculated-fields">create new calculations</a> based on the existing data. It also allows for connecting related data to the report data that is being captured by your model using facilities known as <a href="http://excelwithmonarch.com/calcfield/comparing-monarchs-internal-and-external-lookups">internal and external lookups</a>.</p>
<p>Many Monarch users know that there are many tools at their disposal within the program to build new ways to analyze and think about their data, but the truth is that we all get a little complacent and comfortable from time to time, doing the same things and using the same tried and true approaches to solve different problems.</p>
<p>Let’s have a little fun and shake things up today.</p>
<h3>When was the last time that you did something for the first time?</h3>
<p>I’ll guess that one of the things that you’ve never done would be creating your own program using Excel’s integrated development environment, or IDE. This Excel feature lets you create your own customized solutions for performing repetitive steps very easily. You can write little programs – you may have heard referred to as “macros” – that are just a few lines, say to insert your favorite heading into a worksheet and format it just the way that you like, or longer programs that perform a large number of steps. You do this with a programming language called &#8220;Visual Basic for Applications&#8221;, or more commonly referred to as VBA.</p>
<p>One of the nice things that you can do with a little Excel programming is having your Monarch work done for you. You’ll click a single button in Excel and it’ll take over and start up Monarch, load a report or two, apply a model that you’ve already built and tested, and then maybe apply a filter to the table data and export that specific data to a file. Now apply a different filter and export that data to another file. Finally, you can have Monarch export a summary or two (or more) for you. And all of this will happen with you clicking a single button in Monarch.</p>
<p>You may know that you can also automate Monarch using batch files, but that method has a number of limitations, notably the inability to set <a href="http://excelwithmonarch.com/filtering/finding-critical-data-with-monarch">filters</a> dynamically or apply <a href="http://excelwithmonarch.com/xlreport/a-to-z-monarch">custom sort orders</a> via the command line.</p>
<p>Datawatch kindly documented all of these programming tricks in a “Programmer’s Guide”, but personally I find it a bit too technical for the regular Monarch user. After all, wasn’t Monarch developed in the first place to basically shield the person using from all of the technical stuff?</p>
<p>With that I mind, I set out to make it as easy for you to program Monarch as possible. Readers who subscribe to the free FeedBurner service, which sends you ExcelWithMonarch.com content by email, receive my custom Monarch programming tool. The tool runs in Excel and you can <a href="http://excelwithmonarch.com/tips/monarch-programming-class">learn more about it here</a>.</p>
<p>Watch this video in full-screen mode to get an idea of what it takes to accomplish this sort of automation:</p>
<div style="text-align: center;"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="560" height="315" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/1QWmO1NP6WE?version=3&amp;hl=en_GB" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="560" height="315" src="http://www.youtube.com/v/1QWmO1NP6WE?version=3&amp;hl=en_GB" allowscriptaccess="always" allowfullscreen="true"></embed></object></div>
<p>Now, that doesn’t look too terribly difficult now does it? Trust me: you CAN do this.</p>
<h3>Beats Workin’</h3>
<p>We all enjoy working with Monarch; it’s a terrific product. But sometimes the routine tasks get monotonous, and highly detailed and meticulous work and processes can be very stressful as there’s usually a fair bit of pressure to make sure that you get the end result right. Every time.</p>
<p>Do yourself a huge favor and devote some time and effort to develop what might be completely new skills. Nobody expects you to be able to create a huge reporting system for your first programming project. Start small. Pick something that you can do fairly quickly with Monarch, and try to reproduce those steps with your own custom Excel program.</p>
<p>There will be a bit of a learning curve, but take the time to learn the basics and build from there. Google is your friend for learning VBA. And you can’t go wrong with having <a href="http://www.amazon.com/gp/product/0470475358/ref=as_li_ss_tl?ie=UTF8&amp;tag=excelwcom-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=0470475358">a good book</a><img style="border: none !important; margin: 0px !important;" src="http://www.assoc-amazon.com/e/ir?t=excelwcom-20&amp;l=as2&amp;o=1&amp;a=0470475358" border="0" alt="" width="1" height="1" /> or <a href="http://www.amazon.com/gp/product/0470503696/ref=as_li_ss_tl?ie=UTF8&amp;tag=excelwcom-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=0470503696">two</a><img style="border: none !important; margin: 0px !important;" src="http://www.assoc-amazon.com/e/ir?t=excelwcom-20&amp;l=as2&amp;o=1&amp;a=0470503696" border="0" alt="" width="1" height="1" /> on your desk.</p>
<p>Then when you’re a bit more comfortable, start working on a larger project. There’s nothing better than watching your program do your work for you, say, while you’re sitting back enjoying your morning coffee.</p>
<p>We&#8217;re not quite to the point of having a robot do our work for us, but by automating your work in this way you can easily share your new versions of the truth with others in your group and it&#8217;s the best way to excel with Monarch.</p>
<div class="photo_right"><small><a title="Attribution License" href="http://creativecommons.org/licenses/by/2.0/" target="_blank"><img src="http://ExcelWithMonarch.com/wp-content/plugins/photo-dropper/images/cc.png" border="0" alt="Creative Commons License" width="16" height="16" align="absmiddle" /></a> <a href="http://www.photodropper.com/photos/" target="_blank">photo</a> credit: <a title="Steve Keys" href="http://www.flickr.com/photos/36645776@N00/2094104968/" target="_blank">Steve Keys</a></small></div>
]]></content:encoded>
			<wfw:commentRss>http://ExcelWithMonarch.com/xlreport/create-a-different-kind-of-truth-with-monarch/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Where’s The Monarch Book?</title>
		<link>http://ExcelWithMonarch.com/tips/where%e2%80%99s-the-monarch-book</link>
		<comments>http://ExcelWithMonarch.com/tips/where%e2%80%99s-the-monarch-book#comments</comments>
		<pubDate>Thu, 22 Mar 2012 00:46:48 +0000</pubDate>
		<dc:creator>Sandy</dc:creator>
				<category><![CDATA[General / Tips]]></category>

		<guid isPermaLink="false">http://ExcelWithMonarch.com/?p=351</guid>
		<description><![CDATA[I feel – and understand – your frustration. Over the last few weeks, I’ve noticed that many visitors to ExcelWithMonarch.com have arrived by using their favorite search engines to find the elusive Monarch training book. They search for “Monarch for dummies”, “Monarch book”, “Monarch training book”, “learn Monarch guide”, and other variations of the same [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>I feel – and understand – your frustration.</p>
<div class="photo_right"><a title="Photo Day Two" href="http://www.flickr.com/photos/33403881@N03/4263934323/" target="_blank"><img src="http://farm5.static.flickr.com/4048/4263934323_f9e15a0636_m.jpg" border="0" alt="Photo Day Two" /></a></div>
<p>Over the last few weeks, I’ve noticed that many visitors to ExcelWithMonarch.com have arrived by using their favorite search engines to find the elusive Monarch training book. They search for “Monarch for dummies”, “Monarch book”, “Monarch training book”, “learn Monarch guide”, and other variations of the same intention.</p>
<p>They all learn the same sad fact, though: that book doesn’t exist. And therein lies an interesting a story…</p>
<h3>Meet Mr. Bond</h3>
<p>I&#8217;d like to introduce you to my friend, Olly Bond, who you may have met as OllyinMunich on the <a href="http://www.monarchforums.com/forum.php">Monarch Forums</a>. He&#8217;s worked for Datawatch and for Datawatch customers, and now runs his consultancy <a href="http://www.greenbar.info/">www.greenbar.info</a>. You might also have seen the <a href="https://www.livemeeting.com/cc/datawatch/view?id=QPC3BW-1">&#8220;Invisible Data&#8221; webinar</a> he presented for Datawatch on the advanced report functions of Monarch.</p>
<p>After having provided support to fellow Monarch users around the world on the Monarch Forums, at one point it became apparent to us that there were a large number of people who were looking for a book on Monarch. Many of the forum members complained that while they were interested in taking Monarch courses because they’d not yet had any formal training, they found it difficult to have their management approve of such expenditures. The most common reasons that we saw included the total costs of the training, and that they, the students, would be away from their work. They typically worked in a small group that couldn’t support such an absence, regardless of the future benefits.</p>
<p>Then there were those who wanted a reference book, and those who wanted to learn how to use the software on their own schedule.</p>
<p>It was apparent to us that there was a need for a Monarch book, and, after much discussion, we committed to developing it. We did everything that had to be done:</p>
<ul>
<li>We contracted a literary agent, who would help us navigate a business in which we beginners were unfamiliar.</li>
<li>We prepared proposal documents for our book using the templates supplied by the major publishers.</li>
<li>We had the commitment of Datawatch management at the time to assist with the project, should the publishers have wanted that involvement.</li>
<li>We developed a detailed timeline and the initial chapters, all of which showed that we could deliver the book for the publishers.</li>
</ul>
<p>With both of us having extensive experience with Monarch, and Olly’s experience with Datawatch’s Enterprise level solutions (all of which happen to use Monarch technology at their core) and my experience in developing automated solutions for Monarch, we believed that we’d be able to put together the definitive Monarch resource.</p>
<p>The project started off surprising well, and we quickly learned that our proposals had landed on the desks of representatives of several publishers who each were responsible for “pitching” book ideas to their respective review/approval committees. “Great, things are progressing nicely,” we thought.</p>
<p>But over the next weeks – it was shocking to learn how slowly these things move in some cases – our agent continued to inform us that the next publisher had opted to not proceed. The story was always the same: “The market’s too small.”</p>
<h3>Who’s Protecting Whom?</h3>
<p>Really? With well over 40,000 customers (including many Fortune 1000 companies) using Monarch software. Many of those customers have many users of the software, and you don’t think that enough users can use a good reference book? Well, again, we don’t have experience in your industry. Maybe you’re correct.</p>
<p>But it strikes me really funny that I can walk into most any bookstore and find volume after volume dedicated to very narrow market topics, and specific to computing, books on software that I’ve never even heard of, much less have ever used.</p>
<p>So what really happened? Of course we’ll never know for certain, but I do find it rather odd that the same publishers provide all kinds of books on the same general topic, that of Business Intelligence (and all things related), for applications sold by the big, long established BI tool providers.</p>
<p>Can you imagine the chaos that would ensue should a large number of people, <a href="http://excelwithmonarch.com/whats-monarch">people who just want to get on with their real jobs</a>, learn how easy and inexpensive it is to get the information that they need? Surely there would be madness in the streets!</p>
<p>Alas, Olly and I realized that we weren’t going to win that first round of the fight. Subsequently, I convinced my partner that I still wanted to help the struggling Monarch modeler improve their skills, but without detracting from our still-not-yet-ruled-out Monarch book. That led to the “<a href="http://excelwithmonarch.com/the-30-days-to-become-a-better-monarch-modeler-training-package">30 Days to Become a Better Monarch Modeler</a>” training package, which is available <strong>until March 31<sup>st</sup> 2012</strong> for only $47 USD, after which time the price returns to $97 USD.</p>
<h3>What would YOU like?</h3>
<p>While I’m pleased with the feedback that I’ve received from those who’ve purchased my training, I have heard from many who want more of a step-by-step approach. The question then becomes: what is the best way in which to deliver such material? What would YOU like to use? An eBook? A printed book? Maybe videos? Something similar to my recent <a href="http://excelwithmonarch.com/videos/the-new-excelwithmonarch-youtube-channel">YouTube channel post</a> perhaps, only which would provide much more detail? Maybe something altogether different?</p>
<p><a href="mailto:sandy.cavalaris@excelwithmonarch.com?subject=What%20I%20Want%20in%20Future%20Monarch%20Training">Drop me an email</a>, or leave a comment below. There are many ways in which we can all learn to excel with Monarch!</p>
<div class="photo_right"><small><a title="Attribution License" href="http://creativecommons.org/licenses/by/2.0/" target="_blank"><img src="http://ExcelWithMonarch.com/wp-content/plugins/photo-dropper/images/cc.png" border="0" alt="Creative Commons License" width="16" height="16" align="absmiddle" /></a> <a href="http://www.photodropper.com/photos/" target="_blank">photo</a> credit: <a title="pat7047" href="http://www.flickr.com/photos/33403881@N03/4263934323/" target="_blank">pat7047</a></small></div>
]]></content:encoded>
			<wfw:commentRss>http://ExcelWithMonarch.com/tips/where%e2%80%99s-the-monarch-book/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>R.I.P. Andreas Lipphardt</title>
		<link>http://ExcelWithMonarch.com/tips/r-i-p-andreas-lipphardt</link>
		<comments>http://ExcelWithMonarch.com/tips/r-i-p-andreas-lipphardt#comments</comments>
		<pubDate>Mon, 19 Mar 2012 04:20:11 +0000</pubDate>
		<dc:creator>Sandy</dc:creator>
				<category><![CDATA[General / Tips]]></category>

		<guid isPermaLink="false">http://ExcelWithMonarch.com/?p=338</guid>
		<description><![CDATA[I’ve just come to learn of some very sad news. A couple of weeks ago I noticed that the image for the MicroCharts product that I was linking to on the right side of my pages wasn’t appearing. I sent email off to BonaVista Systems asking if a replacement was available, but I hadn’t received [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>I’ve just come to learn of some very sad news.</p>
<p><a href="http://ExcelWithMonarch.com/wp-content/uploads/2012/03/MicroCharts1.jpg"><img class="aligncenter size-full wp-image-336" title="MicroCharts" src="http://ExcelWithMonarch.com/wp-content/uploads/2012/03/MicroCharts1.jpg" alt="MicroCharts for Excel" width="273" height="214" /></a></p>
<p>A couple of weeks ago I noticed that the image for the MicroCharts product that I was linking to on the right side of my pages wasn’t appearing. I sent email off to BonaVista Systems asking if a replacement was available, but I hadn’t received a reply. Thinking that this was highly unusual, this evening I thought that I’d follow up, and visited the BonaVista Systems site, only to find the following:</p>
<p><a href="http://ExcelWithMonarch.com/wp-content/uploads/2012/03/BonaVistaClosed.png"><img class="aligncenter size-medium wp-image-339" title="BonaVistaClosed" src="http://ExcelWithMonarch.com/wp-content/uploads/2012/03/BonaVistaClosed-300x225.png" alt="BonaVista Systems Now Closed" width="300" height="225" /></a></p>
<p>I remembered that Andreas Lipphardt, who ran the company, had worked with the group at XLCubed.com, and there found <a href="http://www.xlcubed.com/company/news">the news</a> that he had recently passed away. (I trust this information to be accurate, and have no reason to believe otherwise.)</p>
<p>For those who had purchased software (including MicroCharts) from BonaVista Systems, per the aforementioned news link, you’ll now want to contact XLCubed.com for any support issues that you may have. “Should MicroChart customers have issues then as a tribute to Andreas’ contribution to our company we will attempt to assist if and where we can.”</p>
<p>I tested my link to the page that let customers purchase the MicroCharts software, and it seems that the e-commerce provider that BonaVista Systems was using will still sell you a copy of the software. But knowing that support for it is probably not available in the long term, I’ve accordingly removed the links to purchase MicroCharts software from my site.</p>
<p>In memoriam.</p>
]]></content:encoded>
			<wfw:commentRss>http://ExcelWithMonarch.com/tips/r-i-p-andreas-lipphardt/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

