General discussion
Calculate the Duration in seconds
Forums
Hi All,
I need to deal with a field ( numeric type) containing a number called duration with this format for example : 14100 wich mean that the duration is 101 second, another exmaple :
1333800 = 5618 second
1410100=6061 second
So which function ca help me to get the result in second ?
Thank you.
- Read more about Calculate the Duration in seconds
- 5 comments
- Log in or register to post comments
Extract without duplicated data
Forums
Hi All,
Can you help or guid me to extract without duplicated data ?
column A (character type ):
1
2
1
4
5
1
3
Thanks.
- Read more about Extract without duplicated data
- 7 comments
- Log in or register to post comments
Function or Script
Forums
Hi All,
I have a field that contains a list of number separated by (,), what i need is : create a lot of field depended of how number contained in it ,
for ex : 3554249, 3554250, 3554251, 3554252 and the result that i'd like is for ex :
A
B
C
D
3554249
3554250
3554251
3554252
Thank you.
- Read more about Function or Script
- 24 comments
- Log in or register to post comments
IDEA Versions and Compatible Laptop Specifications
Forums
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
Forums
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!
- Read more about Problem with IDEA when Using 2 Monitors
- 4 comments
- Log in or register to post comments
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