<?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>ERP Software Blog &#187; Crystal Reports</title> <atom:link href="http://www.erpsoftwareblog.com/tag/crystal-reports/feed/" rel="self" type="application/rss+xml" /><link>http://www.erpsoftwareblog.com</link> <description>Microsoft Dynamics vendors provide comparisons and opinions to professionals in the ERP/Accounting software selection process</description> <lastBuildDate>Wed, 08 Feb 2012 18:45:10 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>Microsoft Dynamics GP Reports That Stand the Test of Time</title><link>http://www.erpsoftwareblog.com/2010/06/microsoft-dynamics-gp-reports-that-stand-the-test-of-time/</link> <comments>http://www.erpsoftwareblog.com/2010/06/microsoft-dynamics-gp-reports-that-stand-the-test-of-time/#comments</comments> <pubDate>Thu, 24 Jun 2010 17:52:50 +0000</pubDate> <dc:creator>Ed Bonaski, Sherwood Systems</dc:creator> <category><![CDATA[About Microsoft Dynamics GP]]></category> <category><![CDATA[Financial Reporting]]></category> <category><![CDATA[Microsoft Dynamics ERP Functionality]]></category> <category><![CDATA[Arizona Great Plains]]></category> <category><![CDATA[Arizona Microsoft Dynamics GP]]></category> <category><![CDATA[Crystal Reports]]></category> <category><![CDATA[ERP Software Information]]></category> <category><![CDATA[Microsoft Dynamics GP reports]]></category> <category><![CDATA[SQL Reporting Services]]></category><guid
isPermaLink="false">http://www.erpsoftwareblog.com/?p=4663</guid> <description><![CDATA[We often are asked by customers to write reports from the data in Microsoft Dynamics GP.  While there are a number of reporting tools that can be used (Crystal, SQL Reporting Services, and Excel), regardless of the tool, we always develop the report logic in a SQL server stored procedure and simply return a &#8220;flat&#8221; [...]<p><a
href="http://www.erpsoftwareblog.com/2010/06/microsoft-dynamics-gp-reports-that-stand-the-test-of-time/">Microsoft Dynamics GP Reports That Stand the Test of Time</a> is a post from: <a
href="http://www.erpsoftwareblog.com">ERP Software Blog</a></p><h2>Related Posts</h2><ol><li><a
href="http://www.erpsoftwareblog.com/2010/02/3-ways-to-import-data-into-microsoft-dynamics-gp-integration-manager-econnect-web-services/" rel="bookmark">3 Ways To Import Data Into Microsoft Dynamics GP &#8211; Integration Manager, eConnect &#038; Web Services</a></li><li><a
href="http://www.erpsoftwareblog.com/2010/02/crystal-reports-vs-sql-server-reporting-services-clash-of-the-microsoft-dynamics-gp-reporting-titans/" rel="bookmark">Crystal Reports vs SQL Server Reporting Services:  Clash of the Microsoft Dynamics GP Reporting Titans</a></li><li><a
href="http://www.erpsoftwareblog.com/2009/06/extending-reports-in-microsoft-dynamics-gp/" rel="bookmark">Extending Reports in Microsoft Dynamics GP</a></li></ol> <br/> ]]></description> <content:encoded><![CDATA[<p>We often are asked by customers to write reports from the data in <a
href="http://www.sherwood.com/solutions/gp.asp">Microsoft Dynamics GP</a>.  While there are a number of reporting tools that can be used (Crystal, SQL Reporting Services, and Excel), regardless of the tool, we always develop the report logic in a SQL server stored procedure and simply return a &#8220;flat&#8221; results set.  The benefit is that we take the complexity of data assembly away from the reporting tool &#8211; the reporting tool is simply used to format the results, which look to the reporting tool like a single table, regardless of the complexity of the data assembly.  </p><p>This approach provides the &#8220;best of both worlds&#8221;.  In SQL logic, we can easily assemble data from the &#8220;Work-Open-History&#8221; movement of records in Microsoft Dynamics GP; we can easily join Receivables back to Sales Order Processing (a challenge because the &#8220;Type&#8221; value is not the same); and we can quickly develop, debug, and test the queries and logic.  Then the reporting exercise is simply formatting &#8211; grouping, sorting, and subtotaling &#8211; just organizing the results and making them look &#8220;pretty&#8221;. </p><p>Another benefit of this approach is that the SQL stored procedures are generally unaffected by Microsoft Dynamics GP upgrades.  Because the queries are written off specific tables and columns &#8211; unless the column or table goes away &#8211; these stored procedures do not even require recompilation following an upgrade.  They really withstand the test of time. </p><p>And as different reporting tools have come onto the scene, we still use the same stored procedures developed years ago to return results.  We have customers with reports that use the same stored procedure that were originally used with Crystal, but now also are called by Excel and SRS front-ends. Even the logic is simple &#8211; using a SQL stored procedure with your favorite reporting tool can make reporting on Microsoft Dynamics GP data a breeze and we can help with our <a
href="http://www.sherwood.com/services/development.asp">custom development services!</a> </p><p>If your organization is located in the <a
href="http://www.sherwood.com/company/contact.asp">Arizona</a> or <a
href="http://www.sherwood.com/company/contact.asp">New Mexico</a> area, contact Sherwood Systems for assistance in determining if a technology solution can help your organization better serve your business needs. (877) 943-9696</p><p>By Sherwood Systems – <a
href="http://www.sherwood.com/">Arizona Microsoft Dynamics GP Partner</a></p><p><a
href="http://www.erpsoftwareblog.com/2010/06/microsoft-dynamics-gp-reports-that-stand-the-test-of-time/">Microsoft Dynamics GP Reports That Stand the Test of Time</a> is a post from: <a
href="http://www.erpsoftwareblog.com">ERP Software Blog</a></p><h2>Related Posts</h2><ol><li><a
href="http://www.erpsoftwareblog.com/2010/02/3-ways-to-import-data-into-microsoft-dynamics-gp-integration-manager-econnect-web-services/" rel="bookmark">3 Ways To Import Data Into Microsoft Dynamics GP &#8211; Integration Manager, eConnect &#038; Web Services</a></li><li><a
href="http://www.erpsoftwareblog.com/2010/02/crystal-reports-vs-sql-server-reporting-services-clash-of-the-microsoft-dynamics-gp-reporting-titans/" rel="bookmark">Crystal Reports vs SQL Server Reporting Services:  Clash of the Microsoft Dynamics GP Reporting Titans</a></li><li><a
href="http://www.erpsoftwareblog.com/2009/06/extending-reports-in-microsoft-dynamics-gp/" rel="bookmark">Extending Reports in Microsoft Dynamics GP</a></li></ol> <br/> ]]></content:encoded> <wfw:commentRss>http://www.erpsoftwareblog.com/2010/06/microsoft-dynamics-gp-reports-that-stand-the-test-of-time/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Crystal Reports vs SQL Server Reporting Services:  Clash of the Microsoft Dynamics GP Reporting Titans</title><link>http://www.erpsoftwareblog.com/2010/02/crystal-reports-vs-sql-server-reporting-services-clash-of-the-microsoft-dynamics-gp-reporting-titans/</link> <comments>http://www.erpsoftwareblog.com/2010/02/crystal-reports-vs-sql-server-reporting-services-clash-of-the-microsoft-dynamics-gp-reporting-titans/#comments</comments> <pubDate>Thu, 04 Feb 2010 14:49:12 +0000</pubDate> <dc:creator>Rick Feterick, Feterick &#38; Associates, Inc.</dc:creator> <category><![CDATA[About Microsoft Dynamics GP]]></category> <category><![CDATA[ERP Software Information]]></category> <category><![CDATA[Financial Reporting]]></category> <category><![CDATA[Crystal Reports]]></category> <category><![CDATA[Dynamics GP Reporting]]></category> <category><![CDATA[SQL Server Reporting Services]]></category> <category><![CDATA[SSRS]]></category><guid
isPermaLink="false">http://www.erpsoftwareblog.com/?p=2940</guid> <description><![CDATA[With Dynamics GP, you have a number of options when it comes to generating reports.  Depending on your specific needs there is usually an appropriate tool.  For example, FRx is the reporting tool for generating traditional structured financial statements such as Profit and Loss Statements or Balance Sheets.  Dynamics GP Smartlists provide easy access to [...]<p><a
href="http://www.erpsoftwareblog.com/2010/02/crystal-reports-vs-sql-server-reporting-services-clash-of-the-microsoft-dynamics-gp-reporting-titans/">Crystal Reports vs SQL Server Reporting Services:  Clash of the Microsoft Dynamics GP Reporting Titans</a> is a post from: <a
href="http://www.erpsoftwareblog.com">ERP Software Blog</a></p><h2>Related Posts</h2><ol><li><a
href="http://www.erpsoftwareblog.com/2010/11/sql-server-reporting-services-versus-crystal-reports/" rel="bookmark">SQL Server Reporting Services Versus Crystal Reports</a></li><li><a
href="http://www.erpsoftwareblog.com/2011/09/crystal-reports-vs-sql-server-reporting-services-choque-de-los-titanes-de-reportes-para-dynamics-gp/" rel="bookmark">Crystal Reports vs SQL Server Reporting Services: Choque de los Titanes de Reportes para Dynamics GP</a></li><li><a
href="http://www.erpsoftwareblog.com/2010/06/faq-integration-of-sql-server-reporting-services-with-microsoft-dynamics-gp-2010/" rel="bookmark">FAQ: Integration of SQL Server Reporting Services with Microsoft Dynamics GP 2010</a></li></ol> <br/> ]]></description> <content:encoded><![CDATA[<p>With <a
href="http://www.feterick.com/financial.htm" target="_blank">Dynamics GP</a>, you have a number of options when it comes to generating reports.  Depending on your specific needs there is usually an appropriate tool.  For example, <a
href="http://www.feterick.com/quickbooksgp.htm" target="_blank">FRx is the reporting tool </a>for generating traditional structured financial statements such as Profit and Loss Statements or Balance Sheets.  <a
href="http://www.feterick.com/quickbooksgp.htm" target="_blank">Dynamics GP Smartlists </a>provide easy access to data in list form that can quickly exported to Excel.  And most existing standard reports and forms are created with GP’s Report Writer &#8211; which in all honesty is not an exceptionally easy to use or powerful tool.</p><p> But if you have some fairly advanced reporting needs including some complex grouping, sub-totaling, specific formatting and other &#8220;beyond-the-basics&#8221; needs, then you are really looking at two alternatives: Crystal Reports and SQL Reporting Services (SSRS).</p><p><a
href="http://www.feterick.com/solutions.htm" target="_blank">Crystal Reports </a>has been the king of the reporting hill for some time.  It offers the most powerful features of any report writer.  Having been an avid user of Crystal for many years (and a former Crystal Partner and Trainer), I feel it still represents the ultimate in reporting flexibility and power.</p><p>But <a
href="http://www.feterick.com/solutions.htm" target="_blank">Microsoft’s SQL Server Reporting Services </a>has been gaining on Crystal Reports in many ways over the past few years.  It comes with the Microsoft SQL Server database so you do not have to pay any extra (unless you need extra SQL licenses for your report development users).  Being a Microsoft solution, it is the direction that Microsoft is heading for all its business application needs, as they have already incorporated it into the Dynamics GP product.  And that trend will continue to accelerate.  We are seeing much more interest and commitment to the SSRS reporting environment from many of our customers, across a variety of business applications.  And even this grizzled old Crystal guy has begun to like many of the aspects of the SSRS report designer tool.  We find that we are developing as many custom reports in SSRS as we do Crystal.</p><p>Although SSRS still trails Crystal from a technical capability comparison, I feel it is time for all companies and users with serious reporting needs to commit to learning SSRS.  Although its report design environment is actually Visual Studio which can be intimidating to some, it is not that difficult to learn.  An additional plus for SSRS is that as part of SQL Server you get a web-based Report Manager admin tool that can maintain report executions and delivery. </p><p> So I say it’s time to bite the bullet, take a deep breath, and dive into SSRS.  You might even like it! </p><p>And if you are in the process of evaluating ERP solutions and taking a close look at Microsoft Dynamics GP, you should rest assured that you will have some very powerful reporting tools available.</p><p>In future posts I will talk a little more about the approach to take when designing a new report and some of the features to be aware of when creating an SSRS report within Dynamics GP.</p><p>Feel free to contact me with any questions you may have: Rick Feterick, Feterick &amp; Associates, Inc  847-795-8200 x74 or <a
href="mailto:rfeterick@feterick.com">rfeterick@feterick.com</a>.</p><p>Submitted by Feterick &amp; Associates, Inc –<a
href="http://www.feterick.com" target="_blank">Microsoft Dynamics GP Partner in Indiana</a>.</p><p><a
href="http://www.erpsoftwareblog.com/2010/02/crystal-reports-vs-sql-server-reporting-services-clash-of-the-microsoft-dynamics-gp-reporting-titans/">Crystal Reports vs SQL Server Reporting Services:  Clash of the Microsoft Dynamics GP Reporting Titans</a> is a post from: <a
href="http://www.erpsoftwareblog.com">ERP Software Blog</a></p><h2>Related Posts</h2><ol><li><a
href="http://www.erpsoftwareblog.com/2010/11/sql-server-reporting-services-versus-crystal-reports/" rel="bookmark">SQL Server Reporting Services Versus Crystal Reports</a></li><li><a
href="http://www.erpsoftwareblog.com/2011/09/crystal-reports-vs-sql-server-reporting-services-choque-de-los-titanes-de-reportes-para-dynamics-gp/" rel="bookmark">Crystal Reports vs SQL Server Reporting Services: Choque de los Titanes de Reportes para Dynamics GP</a></li><li><a
href="http://www.erpsoftwareblog.com/2010/06/faq-integration-of-sql-server-reporting-services-with-microsoft-dynamics-gp-2010/" rel="bookmark">FAQ: Integration of SQL Server Reporting Services with Microsoft Dynamics GP 2010</a></li></ol> <br/> ]]></content:encoded> <wfw:commentRss>http://www.erpsoftwareblog.com/2010/02/crystal-reports-vs-sql-server-reporting-services-clash-of-the-microsoft-dynamics-gp-reporting-titans/feed/</wfw:commentRss> <slash:comments>11</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced (User agent is rejected)

Served from: www.erpsoftwareblog.com @ 2012-02-08 21:49:47 -->
