<?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>Central Jersey ACL Users Group &#187; Discussion Topics</title>
	<atom:link href="http://centraljerseyacl.com/category/discussion-topics/feed/" rel="self" type="application/rss+xml" />
	<link>http://centraljerseyacl.com</link>
	<description></description>
	<lastBuildDate>Thu, 21 Aug 2008 14:25:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Is ACL the &#8220;only game in town&#8221;?</title>
		<link>http://centraljerseyacl.com/2008/04/18/is-acl-the-only-game-in-town/</link>
		<comments>http://centraljerseyacl.com/2008/04/18/is-acl-the-only-game-in-town/#comments</comments>
		<pubDate>Fri, 18 Apr 2008 16:39:09 +0000</pubDate>
		<dc:creator>Joseph Termine</dc:creator>
				<category><![CDATA[Discussion Topics]]></category>
		<category><![CDATA[ACL]]></category>
		<category><![CDATA[publishing]]></category>
		<category><![CDATA[reporting]]></category>

		<guid isPermaLink="false">http://amperconnect.com/acl/?p=8</guid>
		<description><![CDATA[We received this question from an fraud audit director during SuperUser roundtable (4/16/08).  While ACL is a popular audit analytics tool, it is not the only tool.  As most practitioners will attest, ACL is like a good tuba but only one piece of the orchestra.  Therefore, we present a quick list of other [...]]]></description>
			<content:encoded><![CDATA[<p>We received this question from an fraud audit director during SuperUser roundtable (4/16/08).  While ACL is a popular audit analytics tool, it is not the only tool.  As most practitioners will attest, ACL is like a good tuba but only one piece of the orchestra.  Therefore, we present a quick list of other tools that you can use with ACL or in place of ACL for analytics projects.</p>
<p><strong>For Extracting Data from a Source</strong></p>
<ul>
<li><a title="Monarch" href="http://www.datawatch.com/" target="_blank">Monarch</a> &#8211; Desktop software used to extract data from printed report files produced by legacy systems (i.e. print-image format) and convert it into tabular data for use by ACL, Excel, or some other database.</li>
<li><a href="http://weblogs.sqlteam.com/mladenp/archive/2006/08/26/11368.aspx" target="_blank">SQL Bulk Copy Class</a> &#8211; This is a Microsoft-provided .NET class that is used to import large recordsets into Microsoft SQL Server.  It is especially useful if the auditor needs to perform intensive data quality validations or apply business logic to the import process (doing so during import can cut down the processing time for large datasets).  The latest version is included with regular releases of the Microsoft .NET framework.  You can download a free desktop edition of <a href="http://www.microsoft.com/sql/" target="_blank">Microsoft SQL Server Express</a> and the bulk copy class which is robust enough for most small/medium ACL projects.</li>
<li><a href="http://en.wikipedia.org/wiki/Cron" target="_blank">Cron+scripts</a> &#8212; Cron is the Unix scheduler service (similar to Windows Scheduler) that executes jobs on a regular basis.  Scripts are <a href="http://en.wikipedia.org/wiki/Scripting_language">small computer programs written in a scripting language</a>.  Basically, you write a script using the scripting language of your choice and execute it on a recurring basis using Cron.  ACL (Audit-Command LANGUAGE) is one such scripting language but others more frequently used in IT include PHP, Perl, Ruby, AppleScript, etc.  The Cron+scripts approach is a good one if you plan to be performing recurring extracts of data and applying your testing to them in an automated fashion.  Scripts are very extensible, so if you have to do complex sorts, queries, or combine data from multiple sources into one consolidated dataset, the Cron+script approach might be best for you.  Cron, like most Unix implementations is open-source as are most scripting languages.</li>
</ul>
<p><strong>For Analyzing Data</strong></p>
<ul>
<li><a href="http://microsoft.com/office" target="_blank">Microsoft Access/Excel</a> &#8211; Although Microsoft applications sometimes get a bad rap from ACL folk, they can be very useful in data analysis.  Access is the Microsoft desktop database and can perform joins between tables, sort, filter, and print reports.  Access 2007 makes some of these tasks fun with the new ribbon toolbar.  Excel is the spreadsheet of choice among business users and it does have some handy statistical tools as well.  Both solutions are better geared for smaller datasets (i.e. those less than 65k records), though the Office 2007 set does provide some capacity for larger datasets &#8212; though you might suffer a performance penalty if you use these tools for big data.</li>
<li><a href="http://www.sas.com/" target="_blank">SAS</a>/<a href="http://www.spss.com/" target="_blank">SPSS</a>/<a href="http://www.minitab.com/" target="_blank">MiniTab</a> &#8212; These three statistics packages are designed for hardcore statisticians, though SPSS is a little more geared for the liberal arts / social sciences mindset as it has tools for these professions built into the GUI.  SAS is a scripting engine that can be used in a Cron+scripting solution and it is geared for massive datasets, though the language can be a little esoteric &#8212; as any research graduate student can attest.  MiniTab is the favorite desktop statistics application among the Six Sigma elite and is commonly found among engineers.</li>
<li><a href="http://www.caseware-idea.com/" target="_blank">Caseware IDEA</a> &#8212; This is a competitor to ACL in the desktop audit analytics space.  Like ACL, IDEA has a desktop client that auditors can use to sort/filter/join data and apply test results.  The server edition competes with ACL AuditExchange and provides workgroup access controls and shared data/test repositories.</li>
</ul>
<p><strong>For Printing Data Reports</strong></p>
<ul>
<li><a href="http://www.businessobjects.com/product/catalog/crystalreports/">Crystal Reports</a> &#8212; This is popular desktop reporting application that takes datasets large and small and renders them to paper or PDF printed reports.  Crystal Reports has features to sort, filter, and group data, and calculate subtotals.  Crystal Reports also has a powerful cross-tab reporting feature.  In the past ACL has used Crystal Reports to print ACL datasets, but the software can be connected to most commercial datasources from basic Excel spreadsheets to complex SAS data cubes.</li>
<li><a href="http://www.adobe.com/products/indesign/" target="_blank">Adobe In-Design/In-Copy</a> &#8212; Adobe In-Design and Adobe In-Copy are &#8220;sister applications&#8221; used in the publishing industry to render high-quality, graphical reports and layouts.  <a href="http://www.adobe.com/products/vdp/">Variable Data Publishing (VDP)</a> is a practice in marketing to tie professionally-produced report templates (i.e. company financial statements, glossy audit reports, direct mail advertisements) to data in databases and render print-ready materials.  Auditors can create In-Design templates for their reports and put XML placeholders in the pages for their audit test results.  Then they can match the template to the data file and produce a printed report.  It&#8217;s sort of like mail-merge on steroids.  Adobe In-Copy is used to change the text of In-Design pages without modifying the structure and could be used to reduce the amount of time it takes to prepare a printed report.</li>
</ul>
<p>Of course, these are just a few applications that come to mind.  You can add your own in the comments box below.</p>
]]></content:encoded>
			<wfw:commentRss>http://centraljerseyacl.com/2008/04/18/is-acl-the-only-game-in-town/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Analytics Teams within Audit</title>
		<link>http://centraljerseyacl.com/2008/04/17/analytics-teams-within-audit/</link>
		<comments>http://centraljerseyacl.com/2008/04/17/analytics-teams-within-audit/#comments</comments>
		<pubDate>Fri, 18 Apr 2008 01:02:44 +0000</pubDate>
		<dc:creator>Joseph Termine</dc:creator>
				<category><![CDATA[Discussion Topics]]></category>
		<category><![CDATA[specialty teams]]></category>

		<guid isPermaLink="false">http://amperconnect.com/acl/?p=7</guid>
		<description><![CDATA[A question that came up in SuperUser round-table (4/16/08) &#8230;
Should Internal Audit teams create specialty data analytics groups to do all analytics work or should they cross-train their audit &#8220;generalists&#8221; to use analytics tools?
In favor of the specialty data analytics group -

Highly-skilled data analytics professionals can be leveraged to perform all analytics tasks
Less-skilled audit &#8220;generalists&#8221; [...]]]></description>
			<content:encoded><![CDATA[<p>A question that came up in SuperUser round-table (4/16/08) &#8230;</p>
<p>Should Internal Audit teams create specialty data analytics groups to do all analytics work or should they cross-train their audit &#8220;generalists&#8221; to use analytics tools?</p>
<p>In favor of the specialty data analytics group -</p>
<ul>
<li>Highly-skilled data analytics professionals can be leveraged to perform all analytics tasks</li>
<li>Less-skilled audit &#8220;generalists&#8221; can focus on executing audits and relying on analytics professionals  work product</li>
<li>Lower expenses to implement audit analytics (i.e. software licensing fees, hardware) as fewer staff need to have the costly software or computer hardware to perform the tasks</li>
</ul>
<p>In favor of cross-training all auditors to use analytics tools -</p>
<ul>
<li>High turnover in audit departments leads to shortage of skills and raises the risk that the ACL &#8220;gurus&#8221; may leave the group.</li>
<li>Develops new skills among audit generalist to take on complex analytics tasks which will help them when they rotate into the business</li>
<li>Greater acceptance of the value of analytics to the organization as more people become experienced in performing data analysis and using the result</li>
</ul>
<p>Again, feel free to comment on this topic.</p>
]]></content:encoded>
			<wfw:commentRss>http://centraljerseyacl.com/2008/04/17/analytics-teams-within-audit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Training for the novice user</title>
		<link>http://centraljerseyacl.com/2008/04/17/training-for-the-new-user/</link>
		<comments>http://centraljerseyacl.com/2008/04/17/training-for-the-new-user/#comments</comments>
		<pubDate>Thu, 17 Apr 2008 21:05:27 +0000</pubDate>
		<dc:creator>Joseph Termine</dc:creator>
				<category><![CDATA[Discussion Topics]]></category>
		<category><![CDATA[new user]]></category>
		<category><![CDATA[novice]]></category>
		<category><![CDATA[Training]]></category>

		<guid isPermaLink="false">http://amperconnect.com/acl/?p=5</guid>
		<description><![CDATA[During our ACL Power User round-table, we discussed the challenges in rapidly on-boarding new users.  We anticipate that this topic will continue to be one of further discussion. We have identified the following training efforts in place at our respective companies:

Send new users to training courses sponsored by ACL or other vendors.
Holding in-house ACL [...]]]></description>
			<content:encoded><![CDATA[<p>During our ACL Power User round-table, we discussed the challenges in rapidly on-boarding new users.  We anticipate that this topic will continue to be one of further discussion. We have identified the following training efforts in place at our respective companies:</p>
<ul>
<li>Send new users to training courses sponsored by ACL or other vendors.</li>
<li>Holding in-house ACL workshops</li>
<li>Rotating individuals into an ACL job function for 3-months or more.</li>
</ul>
<p>Feel free to comment on this posting if you have some suggestions on how to tackle ACL training effectively.</p>
]]></content:encoded>
			<wfw:commentRss>http://centraljerseyacl.com/2008/04/17/training-for-the-new-user/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Audit Analytics &#8211; The Value Proposition</title>
		<link>http://centraljerseyacl.com/2008/04/17/audit-analytics-the-value-proposition/</link>
		<comments>http://centraljerseyacl.com/2008/04/17/audit-analytics-the-value-proposition/#comments</comments>
		<pubDate>Thu, 17 Apr 2008 21:14:32 +0000</pubDate>
		<dc:creator>Joseph Termine</dc:creator>
				<category><![CDATA[Discussion Topics]]></category>
		<category><![CDATA[Value Proposition]]></category>

		<guid isPermaLink="false">http://amperconnect.com/acl/?p=6</guid>
		<description><![CDATA[Another concern raised at the SuperUser round-table (4/17/08) applied to the &#8220;value proposition&#8221;.  During the conversation, we recognized that the most difficult hurdle to reach when using audit analytics for testing or risk management was in getting the data from its I.T. home and preparing it for use in ACL.  This process is [...]]]></description>
			<content:encoded><![CDATA[<p>Another concern raised at the SuperUser round-table (4/17/08) applied to the &#8220;value proposition&#8221;.  During the conversation, we recognized that the most difficult hurdle to reach when using audit analytics for testing or risk management was in getting the data from its I.T. home and preparing it for use in ACL.  This process is time-consuming and can be very costly.  Therefore we raised the following questions:</p>
<ul>
<li>How do we articulate the value of spending resources gathering data to perform audit analytics?</li>
<li>Which individuals in our organizations do we need to get &#8220;buy-in&#8221;?</li>
<li>How do we manage the change in our audit culture to adapt to audit analytics and make it a part of our daily processes?</li>
</ul>
<p>Feel free to comment on this posting if you have some suggestions on how best to articulate the audit analytics value proposition.</p>
]]></content:encoded>
			<wfw:commentRss>http://centraljerseyacl.com/2008/04/17/audit-analytics-the-value-proposition/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
