Add totals column
This script will add a total field. The total can be the running total on the entire file or it can be based on up to eight different key fields.
- Read more about Add totals column
- 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
Template
This is a template for starting out your scripts.
- Read more about Template
- 1 comment
- Log in or register to post comments
Add Comment to IDEA database
This script gives an alternative way to add comments to your database whil
- Read more about Add Comment to IDEA database
- 2 comments
- Log in or register to post comments
Delete all imd files in a directory
This snippet of code will delete al the IDEA files in an IDEA project folder.
- Read more about Delete all imd files in a directory
- Log in or register to post comments
Add Filename
This short script will add a filename field with the filename of the open file. A second script has been included that now allows you to do multiple files at the same time.
- Read more about Add Filename
- 2 comments
- Log in or register to post comments
Basic IDEAScript video from start to finish
In this video I walk you through creating a basic script from start to finish using a dialog box. I talk about what I think are the current best ways to use a dialog with a script.
- Read more about Basic IDEAScript video from start to finish
- 2 comments
- Log in or register to post comments
Add Counting Column
This script will add a new column that will count the number of records based on a field that is selected by the user.
- Read more about Add Counting Column
- 14 comments
- Log in or register to post comments
Count the number of time a certain item appears in an array
This snippet will take an array and a string value (you can easily change it to other formats) and count how many times an item appears in the array.
Matching Key Example
An example of how to create a dialog that emulates the matching dialog in IDEA.
- Read more about Matching Key Example
- 2 comments
- Log in or register to post comments