Completed
Unpivot
A small script that will take an IDEA file and render it into two columns with one column being the header names and the second column being the data.
- Read more about Unpivot
- Log in or register to post comments
Extraction Based on Date
A small script that allows you to do an extraction based on a date. This script has been rewritten in Python.
- Read more about Extraction Based on Date
- 6 comments
- Log in or register to post comments
Generate Audit Number
This script will create an number field that keeps a count based on the selected field. When the contents of the field change it resets to 0 and starts the count over. There is also a second script that will order the field based on a date field.
- Read more about Generate Audit Number
- 14 comments
- Log in or register to post comments
Split Text File
This script will split a text file into smaller sections.
- Read more about Split Text File
- Log in or register to post comments
Date Creation Database
This script will create a date database based on a start and end date. The script can do all date or the beginning or end of the month.
- Read more about Date Creation Database
- Log in or register to post comments
Append File Report
- Read more about Append File Report
- 5 comments
- Log in or register to post comments
Fill Down Utility
This script will allow you to fill empty cells within a database from information contained in the previous cell.
- Read more about Fill Down Utility
- 19 comments
- Log in or register to post comments
Mine Sweeper
Try the well know Mine Sweeper game through IDEAscript.
- Read more about Mine Sweeper
- 5 comments
- Log in or register to post comments
Sudoku
Sudoku game for IDEA through IDEAScript.
- Read more about Sudoku
- 3 comments
- Log in or register to post comments
Copy Header Info
The script will copy the header info from one file to another file. This can be used when importing an excel file in which the data is over several tabs but the header info is only on the first tab. The script will take the header info from the first and copy it to the second file.
The script was updated on March 17, 2016. It now has an option to copy the old header name to the field description so that information is not lost.
- Read more about Copy Header Info
- 1 comment
- Log in or register to post comments