General discussion
Add Prefix-Suffix to Field Names
Forums
This script will allow you to add a prefix or a suffix to all your field names. This is great when performing a join or Visual Connector and don't want the entire file name to be included.
http://ideascripting.com/ideascript/add-prefix-suffix-field-names
- Read more about Add Prefix-Suffix to Field Names
- Log in or register to post comments
Append Field Name
Forums
Hi Brian,
I want append a column name with its tagged field name. But while am appending this through script. Its appending with each row value.
eg: if tagged field name is "CF". Then I need to append a new column with "CF".
- Read more about Append Field Name
- 1 comment
- Log in or register to post comments
Add totals column
Forums
This script will add a total field to the file and you can either create a running total on the entire file or on a combination of up to 8 different fields.
- Read more about Add totals column
- Log in or register to post comments
Append File Report
Forums
Just added a new script. This one will be handy when you are performing appends. The script will compare the primary file with all the append files and generate a report of any append fields in the that are different from the primary file but with the same file name. These will need to be changed before the append can be run successfully.
- Read more about Append File Report
- 2 comments
- Log in or register to post comments
Favourite Date Functions in IDEA
Forums
Nice article about using IDEA date functions for fraud investigations.
https://www.themis-analyticstraining.com/idea-date-functions/
- Read more about Favourite Date Functions in IDEA
- Log in or register to post comments
Python
Forums
As you may or may not know, with version 10.3 of IDEA you can now create projects and custom functions in Python. I have just added a section to the forums on anything that is Python related. I am trying to learn the language now as it has great potential for IDEA. There are already a few downloads related to Python in the IDEA Lab section of the site.
I also have a few videos (pretty basic so far) on my YouTube channel about using Python with IDEA.
Hopefully we can start having discussions about this language.
- Read more about Python
- Log in or register to post comments
reate a database with one row
Forums
Hi Brian,
Is it possible to create a database with one row with blank/zero data with some column names.
Can we create a blank database using scripts.
Best Regards,
Jiyaji
- Read more about reate a database with one row
- 2 comments
- Log in or register to post comments
IDEAScripting Template
Forums
I just posted a template that you can use to start writing your scripts. It has a menu with a file selection and one field selection from a download.
Enjoy.
- Read more about IDEAScripting Template
- Log in or register to post comments
Burst range
Forums
Hi,
I need to find how automatically with idea (using formula or script ) that help me to burst a list of number that are between (upper and lower )
I have attached a file .xls as an example
Thank you
- Read more about Burst range
- 9 comments
- Log in or register to post comments
Running Total
Forums
Hey,
Any chance you know how to calculate a running total in IDEA? I tried using the @GetPreviousValue, but I couldn't get it to work.
Best,
Steven
- Read more about Running Total
- 4 comments
- Log in or register to post comments