Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to load data in QW

Dear,

I have made a database and a odbc connectie. Now I want the load this data into Qlikview.

Can somebody tell me how to do it?

Thanks,

2 Replies
Not applicable
Author

Hi Kara,

your script shoulb be like this:

ODBC CONNECT TO [MS Access Database;DBQ=C:\Documents and Settings\.....\BI.mdb];
SQL SELECT
CONTABILIDAD,
SOCIEDAD,
NIVEL_GESTION,
CLASIF,
CEBE,
CONTABLE,
SOCIEDAD&' - '&NOM_ABREVIADO AS NOMSOCIEDAD
FROM `000_DATOS_SOCIEDADES`;

Hope this helps

Fiber9906

Not applicable
Author

hello kara

I think you should see training videos.

http://www.qlik.com/us/services/training/courses

Regards