General discussion
Count the number of records to determine Sample Size
Forums
Hi,
I was wondering if there is a way to gather the number of records within a database, then evaluate that number to determine the number of records to randomly extract for sampling.
For example:
If there are: <250 records in the database, the number of items sampled is 10%
250-2,500: 25 items need to be sampled
2,501 - 10,000: 45 items
10,001 + : 60 items
I cant figure out how to use the db.Count function and assign it to a varriable in order to evaluate it in the If function.
Data science training San Jose CA
Forums
Big data is data sets that are huge and complex since the data can be rational or irrational. The traditional data-processing application software are inadequate to deal with them. Big data challenges include capturing the various forms of data, storing them in appropriate storage medium. If your want to become a data science expert, it is necessary that you choose the best platform. There are many institutions that help you to get trained.
- Read more about Data science training San Jose CA
- Log in or register to post comments
Dialog box view issue
Forums
Hi All,
I was wondering if anyone ever came accross a situation where their dialog boxes in the IDEA programme have gone misaligned in terms of text within the buttons and static text tools - screenshots attached.
I went for a holiday and left couple of programmes working ok and with a proper display of the dialog boxes however when I came back from holiday my desk had been moved by the IT to different place in the office however with all the same work monitors that I used previously.
- Read more about Dialog box view issue
- 3 comments
- Log in or register to post comments
macro to permanently delete a database
Forums
Hi Brian - how do you permanently delete a database in a macro? iIE - is there a parameter to client.deletedatabase or some other trick to permanently remove the database . THANKS
- Read more about macro to permanently delete a database
- 3 comments
- Log in or register to post comments
Using @isini with other functions
Forums
Hello I've been trying to exclude results from a procurement dataset by using the following equation
TRANSACTION_NUMBER <> "P CARD" .AND. TRANSACTION_NUMBER <> "P-Card" .AND. TRANSACTION_NUMBER <> "CHAPS" .AND. .NOT. @Isini("PC",TRANSACTION_NUMBER) .AND. .NOT. @Isini("Chaps",TRANSACTION_NUMBER)
- Read more about Using @isini with other functions
- 2 comments
- Log in or register to post comments
IDEA Changes Null values to 0 ( zero )
Forums
Hi ,
When I try to create a virtual numeric field for my Seller_ID which is a numeric record but it has character data type in database. Idea changes null vaules of my seller_id when I use @val or @justnumbers .
I need my null vaules , I dont want to see them as zero.
Can you help ?
Best regards ,
- Read more about IDEA Changes Null values to 0 ( zero )
- 1 comment
- Log in or register to post comments
New to IDEA Software !!!
Forums
Hello,
Here at Chiene + Tait we are a new user to the software during our external audits and are looking for tips on how to best use the software!
Hope to hear from you soon
- Read more about New to IDEA Software !!!
- 3 comments
- Log in or register to post comments
Visual Connect
Forums
Hi Brian,
While using visual connector Am getting an error.
1. Variable not defined Id0. (Then I declared Id0 as Object)
Then got the next error
"Object variable or With block variable not set"Please help...below is my code
Function visualConnnectDatabase(resultFileName)Dim db As Database
Dim task As Object
- Read more about Visual Connect
- 2 comments
- Log in or register to post comments
Slow to respond
Forums
Hi everyone, some of you may of noticed that I am not posting much right now and haven't been responding to posts. I had a fall over the Christmas holidays and ended up with a mild concussion, nothing to worry about but I haven't had the energy lately to reply back to everything. I am getting better everyday and hopefully will start to respond to peoples posts as I feel up to it.
Thanks
Brian
- Read more about Slow to respond
- Log in or register to post comments
Add Months to Date
Forums
Hello,
Would anyone be able to tell me how to add a specified number of months to a date? I'm looking for a function that has the same functionality as Excel's EDate function. For example, if I have a date of 10/1/18 in one column, and a number of "11" in another number, I would like to append a column that will add 11 months to 10/1/18, to return 9/1/19.
Thanks!
- Read more about Add Months to Date
- 12 comments
- Log in or register to post comments