General discussion
Limitation in Joining Databases?
Forums
Hello,
I had joined a primary database to a secondary database using "Records with no secondary match" option where both databases have a common key.
After looking through the data in the joined database, I realised that some of these unmatched data to secondary database were found in secondary database.
So I re-joined the joined database to the same secondary database using "Records with no secondary match" option. And the output database had fewer records compared to the first join.
- Read more about Limitation in Joining Databases?
- 4 comments
- Log in or register to post comments
Pass a date in a dialog box
Forums
I have been trying to use this date type var in a dialog box but it is giving me an error
Dim StartDate, EndDate As Date
Sub Main
StartDate = dlgEnable.TextBox2
EndDate = dlgEnable.TextBox3
Call DirectMCINTExtraction()
End sub
Function DirectMCINTExtraction
Set db = Client.OpenDatabase(InputFile)
Set task = db.Extraction
task.IncludeAllFields
dbName = FileName +"_INTL.IMD"
- Read more about Pass a date in a dialog box
- 6 comments
- Log in or register to post comments
Ordinary Least Squares - IDEA
Forums
Hello everyone,
I have recently discovered some of the fantastic features and capabilities of this great software - IDEA. Now by my curiosity in studying the capabilities of the software I intend to apply to the database some statisticals. So what I intend to do now is: use the IDEA capabilities to estimate some coefficients, and for that I want to use (for now) the Ordinary Least Squares.
The goal will be:
Imagine that I have an equation like that:
Y = X * B + E
and: Y -> only one column
- Read more about Ordinary Least Squares - IDEA
- 2 comments
- Log in or register to post comments
IDEA SERVER
Forums
Hello everyone from the forum!
I've been working with IDEA for some months already. Since then, I started to face some performace problems that sometimes delay the deliveries in my work.
So I noticed that the CaseWear provides an alternative version of IDEA as a server that I do not know much about.
- Read more about IDEA SERVER
- 1 comment
- Log in or register to post comments
Reading statistics in Idea externally
Forums
Hello All,
I am a new user to IDEA and have limited knowledge in the tool usage. So i have two quetions ...
1) I am trying to read the "Statistics" section externally via a tool named Alteryx which has record count, total net of columns, etc etc which shows up when we upload a file. I would like to know if there are any log files which stores these information once a file is loaded.
- Read more about Reading statistics in Idea externally
- 1 comment
- Log in or register to post comments
Changing working directory down one level
Forums
Hi again,
I'm having an issue with Client.WorkingDirectory
I'm running a script that places files into a folder "Audit Data".
As part of this script it opens one of these files, places a URL into a field, creates this as an action field, and then looks to another macro to invoke I Explorer
If I put the full path of the second macro into the script it works a dream. However, the macro will be used by different people and so the path will change.
- Read more about Changing working directory down one level
- 5 comments
- Log in or register to post comments
Scripting for column order
Forums
Hi folks,
I'm writing a script that involves several summarizations.
In some cases, the output rearranges the fields/columns in a way that is not very user friendly.
Is there any way of specifying the order of the fields/columns of the output file via the script?
Thanks,
Phil
- Read more about Scripting for column order
- 3 comments
- Log in or register to post comments
Run macro into IDEA from Notepad++
Forums
Hello everyone!
I am new in IDEA, but for me the IDEAScripting isn't that efficient taking about the macro editor.
I search in this forum and realize that some people recomended to use Notepad++ to make life easier.
My question is: What is the path that I should provide to Notepad++ in order to run the macro into
the IDEA?
- Read more about Run macro into IDEA from Notepad++
- 4 comments
- Log in or register to post comments
How Data Analytics Opens Opportunities
Forums
I just found this article on the audimation web site, nice read, "How Data Analtyics Opens Opportunities, For IDEA Users, By IDEA Users".
http://www.audimation.com/Resources/Articles/how-data-analytics-opens-opportunities-1683
- Read more about How Data Analytics Opens Opportunities
- Log in or register to post comments
Finding difference between two dates in months or years
Forums
Is it possible to calculate the 2 different dates in months or years? ?