Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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,
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
hello kara
I think you should see training videos.
http://www.qlik.com/us/services/training/courses
Regards