<?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>Vivid Reports</title>
	<atom:link href="http://www.vividreports.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.vividreports.com</link>
	<description>Financial Reporting and Budgeting Software</description>
	<lastBuildDate>Wed, 24 Apr 2013 15:27:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Be Wary of the Formula</title>
		<link>http://www.vividreports.com/be-wary-of-the-formula/</link>
		<comments>http://www.vividreports.com/be-wary-of-the-formula/#comments</comments>
		<pubDate>Wed, 07 Mar 2012 17:18:42 +0000</pubDate>
		<dc:creator>VividReports</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.vividreports.com/?p=775</guid>
		<description><![CDATA[Before we ever wrote a single line of code when we were developing Vivid Reports we set out to invent a new way to interface with Excel that would not be [...]]]></description>
			<content:encoded><![CDATA[<p>Before we ever wrote a single line of code when we were developing Vivid Reports we set out to invent a new way to interface with Excel that would <strong>not</strong> be based on a formula, but would still be flexible, and most important would be secure and reliable.  Even though we were very familiar with Excel, and had used it for years, we researched Excel extensively to find a better way to integrate.  The unique method we created and resulting stability, flexibility and performance has far exceeded anything we could have imagined.</p>
<div id="attachment_777" class="wp-caption alignright" style="width: 440px"><a href="http://www.vividreports.com/wp-content/uploads/2012/03/ExampleOfComplexFormulaUsedinReportingtools.jpg"><img class="wp-image-777  " title="ExampleOfComplexFormulaUsedinReportingtools" src="http://www.vividreports.com/wp-content/uploads/2012/03/ExampleOfComplexFormulaUsedinReportingtools.jpg" alt="" width="430" height="314" /></a><p class="wp-caption-text">Excel Formula used to create reports</p></div>
<p>It is important to note that not all formulas are bad.  It just depends on where and how you use them.  Formula that define variances, percent of sales, totals, ratios and other logic are perfect for Excel &#8211; after all this is why we use Excel.  But formulas that reference the data source directly through a formula are problematic.  We refer to these as <strong>&#8220;base input cells&#8221;</strong> because they are the starting point or foundation for a report and the connection back to your ERP.  These cells should never be based off a formula as they can be calculated and controlled much better outside of Excel.</p>
<p>Many, if not all, of today&#8217;s Excel based financial reporting tools use some type of Excel formula logic to connect to the source and return results to Excel. The formulas query the data source and you copy them to all the cells of a report changing various parameters or references until the report is built. This approach has numerous drawbacks.</p>
<p>Here are the inherent problems with formula based reporting solutions:</p>
<ul>
<li><strong>Formulas contain errors.</strong>  No matter how much you check a report as soon as you have 10 columns and 10 rows you have 100 cells and 100 formulas.  In accounting if even one cell is wrong the report is wrong and you are basing decisions off of bad information.</li>
<li><strong>Formulas are slow.</strong>  Each formula is an individual query making an individual call to the data source.  This is inefficient and puts undue stress on the server.  The real problem is that the formula is often very similar yet it has to be recreated over and over for each cell.  The result is waiting for reports to refresh.</li>
<li><strong>Formulas get broken.</strong>  This is similar to an error but this type of error results when something outside of the Excel file changes such as a file name, folder name, or server name.  All of these things could cause a problem.</li>
<li><strong>Formulas are difficult to change.</strong>  It is often easier to build a formula when your report idea is fresh.  Later when you have to make a change you must interpret the formula and figure out how to change it.  If there are any exceptions you must ensure they are preserved.  The result is changing a bunch of formulas and often one at a time.  Be careful!</li>
<li><strong>Where is the security?</strong>  What if someone changes a formula to get different results?  All of the definitions are sitting in Excel and not on the server where they are secured.  These definitions are critical and they must remain consistent across reports.  This is famously referred to as &#8220;creating a single version of the truth&#8221;.</li>
<li><strong>Version control or out of control!</strong> &#8211; When you make a change to a formula, you are just changing a cell in Excel.  How do you keep track of that <span style="text-decoration: underline;">properly</span>?  How can you easily replicate those changes to all of your other cells, worksheets, and files that rely on that same changed definition?  How do you know where each of those definitions are located?</li>
<li><strong>Compliance</strong>. How can you ensure those reports are accurate?  Do they meet SOX requirements?</li>
</ul>
<p><a href="http://www.vividreports.com/wp-content/uploads/2012/03/ExampleOfBaseInputCells.jpg"><img class="wp-image-792 alignleft" title="ExampleOfBaseInputCells" src="http://www.vividreports.com/wp-content/uploads/2012/03/ExampleOfBaseInputCells.jpg" alt="" width="657" height="208" /></a></p>
<div class="mceTemp">
<dl id="attachment_792" class="wp-caption alignleft" style="width: 923px;">
<dd class="wp-caption-dd">Example of Base Input Cells</dd>
</dl>
</div>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vividreports.com/be-wary-of-the-formula/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>YMCA</title>
		<link>http://www.vividreports.com/ymca/</link>
		<comments>http://www.vividreports.com/ymca/#comments</comments>
		<pubDate>Sat, 31 Dec 2011 20:22:03 +0000</pubDate>
		<dc:creator>VividReports</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.vividreports.com/?p=620</guid>
		<description><![CDATA[YMCA selects Vivid Reports for MS Dynamics GP 2010]]></description>
			<content:encoded><![CDATA[<p>YMCA selects Vivid Reports for MS Dynamics GP 2010</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vividreports.com/ymca/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Running Room Ltd.</title>
		<link>http://www.vividreports.com/running-room-ltd/</link>
		<comments>http://www.vividreports.com/running-room-ltd/#comments</comments>
		<pubDate>Mon, 31 Oct 2011 22:44:48 +0000</pubDate>
		<dc:creator>VividReports</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.vividreports.com/?p=376</guid>
		<description><![CDATA[Running Room Ltd. Selects Vivid Reports for MS Dynamics GP 2010]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.runningroom.com/" target="_blank">Running Room Ltd.</a> Selects Vivid Reports for MS Dynamics GP 2010</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vividreports.com/running-room-ltd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Canterra Seeds</title>
		<link>http://www.vividreports.com/canterra-seeds/</link>
		<comments>http://www.vividreports.com/canterra-seeds/#comments</comments>
		<pubDate>Fri, 07 Oct 2011 22:46:41 +0000</pubDate>
		<dc:creator>VividReports</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.vividreports.com/?p=380</guid>
		<description><![CDATA[Canterra Seeds Selects Vivid Reports for Epicor 9]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.canterra.com/" target="_blank">Canterra Seeds</a> Selects Vivid Reports for Epicor 9</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vividreports.com/canterra-seeds/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Don&#039;t Forget About Financial Reporting&#8230;</title>
		<link>http://www.vividreports.com/dont-forget-about-financial-reporting/</link>
		<comments>http://www.vividreports.com/dont-forget-about-financial-reporting/#comments</comments>
		<pubDate>Fri, 30 Sep 2011 01:52:54 +0000</pubDate>
		<dc:creator>VividReports</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.vividreports.com/?p=489</guid>
		<description><![CDATA[Graphs, Charts, Traffic Lights, Thermometers, Spinning Monkeys, you name it&#8230;. We are a visual species, and the seemingly endless onslaught of data visualization BI tools would suggest that we are [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.vividreports.com/wp-content/uploads/2012/02/Blog_FunnyMachine.jpg"><img class="alignright size-full wp-image-434" title="Blog_FunnyMachine" src="http://www.vividreports.com/wp-content/uploads/2012/02/Blog_FunnyMachine.jpg" alt="" width="294" height="301" /></a>Graphs, Charts, Traffic Lights, Thermometers, Spinning Monkeys, you name it&#8230;.</p>
<p>We are a visual species, and the seemingly endless onslaught of data visualization BI tools would suggest that we are becoming even more accustomed to making business decisions with the help of pretty pictures.</p>
<p>I don&#8217;t mean to diminish the value of these types of tools. Without question, data visualization is a great way to merge all sorts of data together from disparate sources.  Until recently,  it was nearly impossible to provide decision makers with access to this variety of information in a format that was easy to configure and consume.</p>
<p>Data Visualization tools are helpful for presentation and analysis of both Flexible and <strong>Stuctured G/L based Reporting</strong>.  Unfortunately, you can&#8217;t file an Executive Dashboard with the IRS..</p>
<p><strong></strong>If Data Visualization is the <em>Sizzle</em> in Business Intelligence, <strong>Financial Reporting </strong>is the <em>Steak. </em></p>
<p><strong>Structured Reporting </strong>is often left out of the BI discussion, yet all organizations require and rely on Financial Reports/Statements.</p>
<p>Your management team might like dashboards, but anyone responsible for the financial performance of the organization, in addition to your Shareholders, your Auditors, your Banker, your Government and others all require accurate financial reports.</p>
<p>Cash Flows, Balance Sheets, and P&amp;L Statements are not going anywhere, and the preferred format for creating them is still Microsoft Excel. Admittedly, Excel isn&#8217;t perfect&#8230; Human error, Security, Version Control, Ability to Collaborate all present challenges to growing organizations.</p>
<p>That is why we created <a title="Vivid Reports" href="http://www.vividreports.com/overview/">Vivid Reports</a>. We encourage you to learn how we are helping organizations manage their businesses more efficiently, close month end faster, and produce accurate Financial Reports in a timely fashion. We even built in some Data Visualization Tools (Spinning Monkeys are in Development).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vividreports.com/dont-forget-about-financial-reporting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Etelligent Solutions User Group in Calgary, AB</title>
		<link>http://www.vividreports.com/etelligent-solutions-user-group-in-calgary-ab/</link>
		<comments>http://www.vividreports.com/etelligent-solutions-user-group-in-calgary-ab/#comments</comments>
		<pubDate>Thu, 22 Sep 2011 22:47:27 +0000</pubDate>
		<dc:creator>VividReports</dc:creator>
				<category><![CDATA[Events]]></category>

		<guid isPermaLink="false">http://www.vividreports.com/?p=382</guid>
		<description><![CDATA[We will be attending the Etelligent Solutions User Group in Calgary, AB]]></description>
			<content:encoded><![CDATA[<p>We will be attending the <a href="http://www.esicanada.com/index.php/customer-care-centre/user-group-2011/" target="_blank">Etelligent Solutions User Group</a> in Calgary, AB</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vividreports.com/etelligent-solutions-user-group-in-calgary-ab/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Proform Industries</title>
		<link>http://www.vividreports.com/proform-industries/</link>
		<comments>http://www.vividreports.com/proform-industries/#comments</comments>
		<pubDate>Wed, 21 Sep 2011 22:49:38 +0000</pubDate>
		<dc:creator>VividReports</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.vividreports.com/?p=384</guid>
		<description><![CDATA[Proform Industries Selects Vivid Reports for MS Dynamics SL]]></description>
			<content:encoded><![CDATA[<p><a href="http://proformindustries.com/" target="_blank">Proform Industries</a> Selects Vivid Reports for MS Dynamics SL</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vividreports.com/proform-industries/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vivid Reports 2.0.15 Released</title>
		<link>http://www.vividreports.com/vivid-reports-2-0-15-released/</link>
		<comments>http://www.vividreports.com/vivid-reports-2-0-15-released/#comments</comments>
		<pubDate>Sun, 14 Aug 2011 22:50:17 +0000</pubDate>
		<dc:creator>VividReports</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.vividreports.com/?p=386</guid>
		<description><![CDATA[Release of Vivid Reports 2.0.15 offers dozens of enhancements.  Please contact us for more information or how to upgrade.]]></description>
			<content:encoded><![CDATA[<p>Release of Vivid Reports 2.0.15 offers dozens of enhancements.  Please contact us for more information or how to upgrade.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vividreports.com/vivid-reports-2-0-15-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Case For Excel Executive Dashboards</title>
		<link>http://www.vividreports.com/the-case-for-excel-executive-dashboards/</link>
		<comments>http://www.vividreports.com/the-case-for-excel-executive-dashboards/#comments</comments>
		<pubDate>Wed, 10 Aug 2011 00:44:00 +0000</pubDate>
		<dc:creator>VividReports</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.vividreports.com/?p=454</guid>
		<description><![CDATA[Executive Dashboards have become a very hot topic in the world of Business Intelligence, and have spawned an entire industry of it&#8217;s own. The basic purpose of an Executive Dashboard is to [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-431" title="Blog_Dashboards" src="http://www.vividreports.com/wp-content/uploads/2012/02/Blog_Dashboards.jpg" alt="" width="441" height="172" /></a></p>
<p><strong><em>Executive Dashboards</em></strong> have become a very hot topic in the world of Business Intelligence, and have spawned an entire industry of it&#8217;s own.</p>
<p>The basic purpose of an Executive Dashboard is to provide key decision makers within an organization with a graphical representation (or visualization) of vital information at a glance.</p>
<p>The concept behind the Executive Dashboard is that they will provide decision makers with access to Key Performance Indicators in an easily digestible form without having to produce and review a traditional report.</p>
<p>In reality, an Executive Dashboard is merely a summary or high level view of a larger report or data set that will at some point need to be drilled into at a lower level of detail for analysis.</p>
<p>The information is often presented in a bar chart, bullet graph, pie chart, and the ever popular gauge with red, yellow, and green indicators mimicking the traffic light.</p>
<p>While spinning gauges and fancy graphics may look really cool, ultimately it comes down to executives being able to access meaningful information.  Did you ever hear the one about the CIO that spent a million dollars implementing a cutting edge dashboarding solution, only to find out that the CEO was colour blind? Okay, I don&#8217;t know if that is a true story, but since 8% of males in North America and nearly 1% of females can&#8217;t distinguish between red, yellow and green it is certainly something to consider before signing the check.</p>
<p>As is the case with all Business Intelligence solutions, the information presented in the dashboard is only as good as the information that has been captured or is accessible.</p>
<p>There are a number of different approaches to Executive Dashboards including standanlone applications and Web Based Portals which pull from a variety of data sources. All of these applications have their merit and place.</p>
<p>An often overlooked solution for creating Executive Dashboards, is Microsoft Excel. Excel&#8217;s rich &#8220;out of the box&#8221; user friendly graphing and charting capability make it an ideal presentation solution for many organizations.  There is a wealth of information available and in fact entire web sites and consulting practices devoted entirely to Excel Based Executive Dashboards.</p>
<p>Traditionally the tricky part with Excel Dashboards and Excel based reporting in general,  has been connecting to the data source.  IT involvement is usually required to connect or &#8220;make sense&#8221; of the data, and the connnections and the data transfer is often painstakingly slow.</p>
<p>Fortunately, Microsoft has been making it easier to access and report on information in Excel with their popular Power Pivot Tool, and the deeper integration of Excel with their Dynamics GP, SL, NAV, and AX ERP lines .</p>
<p>Powerful Excel Based Corporate Performance Management solutions like <a title="Vivid Reports" href="http://www.vividreports.com/overview/">Vivid Reports</a> make it even easier to build Excel Based Dashboards, as users never have to worry about connecting to the financial data in the ERP.</p>
<p>Excel Based Executive Dashboards are Briscoe Solution&#8217;s data visualization method of choice, as we feel it offers our users the most cost effective way to deliver a graphical &#8220;Snapshot&#8221;  of KPI&#8217;s to decision makers.</p>
<p>To learn more about Vivid Reports and to view a live demo of an interactive Excel Based Executive Dashboard please <a title="Contact Us" href="http://www.vividreports.com/contactus/">contact us</a> or continue to explore our site.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vividreports.com/the-case-for-excel-executive-dashboards/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Multidimensional Chart-Of-Accounts (COA) Considerations and Tips</title>
		<link>http://www.vividreports.com/multidimensional-chart-of-accounts-coa-considerations-and-tips/</link>
		<comments>http://www.vividreports.com/multidimensional-chart-of-accounts-coa-considerations-and-tips/#comments</comments>
		<pubDate>Thu, 21 Jul 2011 00:55:08 +0000</pubDate>
		<dc:creator>VividReports</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.vividreports.com/?p=457</guid>
		<description><![CDATA[&#160; In this brief article, Financial Reporting Expert James Briscoe examines the Multidimensional Chart of Accounts. Don&#8217;t forget to download the Free Top 10 Tips for Organizing your Chart of Accounts [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.vividreports.com/wp-content/uploads/2012/02/Blog_AccountStructure.jpg"><img class="alignnone size-full wp-image-429" title="Blog_AccountStructure" src="http://www.vividreports.com/wp-content/uploads/2012/02/Blog_AccountStructure.jpg" alt="" width="436" height="388" /></a></p>
<p>&nbsp;</p>
<p><span style="color: #ff6600;"><strong><em>In this brief article, Financial Reporting Expert James Briscoe examines the Multidimensional Chart of Accounts. Don&#8217;t forget to download the Free Top 10 Tips for Organizing your Chart of Accounts Document at the end of this article.</em></strong></span></p>
<p>Over the years I have seen a lot of Chart-Of-Accounts (COA), and some are set up much better than others. There can be various reasons for this such as change in organizational focus, the length of time the system has been used, staff turnover, and a poor design.</p>
<p>The intent of this article and the accompanying &#8220;Top 10 Guide&#8221; is to provide some tips based on my own observations over the years related to the design that can hopefully save you time and help you get the most out of your financial reports and analysis.</p>
<p>A multidimensional Chart-Of-Accounts (COA) is an account numbering system that has multiple segments (aka dimensions) and is typically used by a larger organization.  These organizations are more complex (for example they have multiple physical locations or product lines) and need to track their Assets, Liabilities, Equity, Revenue, and Expense transactions from more than one perspective or identifier within the General Ledger.  They are also, of course, running an ERP that supports this enhanced structure such as Microsoft Dynamics NAV.</p>
<p>A typical example is an organization, such as a restaurant chain, that has many locations.  They cannot track revenue and expenses at just the account level but need to identify each transaction on a location by location basis so they can produce and analyze financial reports per location.  This will enable management to know which location is the most profitable, the most expensive, has the best margins, where physical assets are located, and so on.</p>
<p>This basic example would require each transaction to be keyed so that it identified two things: the main account (aka core, primary, object) segment and also the location number.  In figure #1 below there are three segments because this organization also wants to track things on a departmental basis.  This figure shows the “Full Account” (segment combinations that are used), the individual segment values and descriptions, and lastly the definition.</p>
<p>&nbsp;</p>
<p><a href="http://www.vividreports.com/wp-content/uploads/2012/02/Blog_AccountTable.jpg"><img class="alignnone size-full wp-image-430" title="Blog_AccountTable" src="http://www.vividreports.com/wp-content/uploads/2012/02/Blog_AccountTable.jpg" alt="" width="322" height="253" /></a></p>
<p>&nbsp;</p>
<p><span style="color: #ff6600;">For additional Information Download the Free <strong><a title="Top 10 COA Tips" href="http://www.vividreports.com/wp-content/uploads/2012/02/10COA-tips-guide.pdf">Top 10 Tips for Organizing Your Chart of Accounts</a> </strong>.</span></p>
<p>&nbsp;</p>
<p><a href="http://www.vividreports.com/wp-content/uploads/2012/02/10COA-tips-guide.pdf"><img class="alignnone size-full wp-image-462" title="Top 10 COA Tips" src="http://www.vividreports.com/wp-content/uploads/2012/02/Blog_top10downloads1058.jpg" alt="" width="245" height="122" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.vividreports.com/multidimensional-chart-of-accounts-coa-considerations-and-tips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
