Get File Name
A function to obtain the file name from a string that also contains the directory info. This was updated on April 4, 2012 to add functionality for files that may be in sub directories. Also added functionilty where you can get the file name or the file name with the directory imbedded in the IDEA working directory.
- Read more about Get File Name
- 4 comments
- Log in or register to post comments
Field Dialog
This code creates a menu that allows you to pick multiple fields. The code should be inserted as part of the menu structure and as part of the menu, usually based on a select statement option of a button being selected from the main menu.
- Read more about Field Dialog
- Log in or register to post comments
Adding a timer to the script
You can add the following lines to a script to check how long it takes to process. The commented lines show how to get the date and time. The timer gives the seconds and milliseconds so it is great for using as a timer.
Since the Timer function counts seconds from midnight if your run time passes midnight then it will return an inaccurately large result.
- Read more about Adding a timer to the script
- Log in or register to post comments
Progress Bar
The following code will set-up the variables, display the progress bar and update it.
- Read more about Progress Bar
- Log in or register to post comments
GEL-2
The purpose of the GEL tests (GEL-1 and GEL-2) is to detect relationships or links within a data file that serve as potential indicators of fraud.
- Read more about GEL-2
- 6 comments
- Log in or register to post comments
Same-Same-Same Test (SSS)
The purpose of the Same-Same-Same test (SSS) and the Same-Same-Different test (SSD) IDEAScripts are to identify abnormal duplications as potential indicators of errors or fraud.
Updated Sept 17, 2015 - Updated the dialog.
- Read more about Same-Same-Same Test (SSS)
- 1 comment
- Log in or register to post comments
The Same-Same-Different Test (SSD)
The purpose of the Same-Same-Same test (SSS) and the Same-Same-Different test (SSD) IDEAScripts are to identify abnormal duplications as potential indicators of errors or fraud.
This script was originally writting using the Duplicate - Exclude function in IDEA but it turns out that there is a bug in version 7 and 8 of IDEA in which this function does not capture duplicate entries, it would only capture the first entry. The script was rewritten to capture dulicates that fit the Same-Same-Different test.
September 2015 - Rewrote the interface.
- Read more about The Same-Same-Different Test (SSD)
- 16 comments
- Log in or register to post comments
Review Status
This script is a good utility script for adding x number of multistate fields along with opotion comment fields. This would be useful for anyone using IDEA to change a sample database into one where a user can track and comment on audit steps.
- Read more about Review Status
- Log in or register to post comments
Mod Calculation Script
This mod test looks for round number in multiples of 100, 1000 and 10000 when taking into consideration the possible tax rate.
- Read more about Mod Calculation Script
- 1 comment
- Log in or register to post comments
Number Duplication Test
This test will drill down into the data table to identify the exact transactions that were causing the spikes in the frist-order test and summation graphs. The NDT Test is based on Chapter 8 of Nigrini, Mark J., Forensic Analytics: Methods and Techniques for Forensic Accounting Investigations, New Jersey: John Wiley & Sons, Inc., 2011: Print
- Read more about Number Duplication Test
- Log in or register to post comments