Skip to main content

General discussion

IDEA Versions and Compatible Laptop Specifications

Hello,
 
How many different kinds of IDEA license are there?
- Client Version
- Server Version
- Single User Version
- Shared User Version
 
I am purchasing new laptops to run IDEA on standalone mode (Client Version).
What is the recommended laptop specification?
 
Thanks and Regards!

Problem with IDEA when Using 2 Monitors

Hello,
 
I am using IDEA by extending my desktop across my laptop screen and another big monitor.
 
But when I am using IDEA in my laptop, I realise that some windows in IDEA will be missing / out of sight. 
 
Is this an existing problem with IDEA? If yes, are there any resolutions for this?
 
Thanks and Regards!

Limitation in Joining Databases?

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.
 

Pass a date in a dialog box

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"

Ordinary Least Squares - IDEA

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

IDEA SERVER

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.

Reading statistics in Idea externally

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.