Skip to main content

General discussion

Colocar foto

Buenas.
 
No puedo colocar una foto en la ventana de mi guión, ya intente copiar el código que ofrece el explorador de lenguaje pero no me sale. Probé en un script que creé solo con ese propósito y tampoco encontré resultados buenos. A continuación se muestra el formato de la imagen, poner un control para la imagen, definir el diálogo y guardar para que se apliquen los cambios. Cualquier ejemplo funcionaría sería de gran ayuda. Gracias

Count the number of records to determine Sample Size

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

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. 
 

Dialog box view issue

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.

IDEA Changes Null values to 0 ( zero )

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 , 

Visual Connect

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