Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I'm very new to Qlikview and was asked to find out how to import data from a Microsoft Access table into Qlikview. Is this even possible? I haven't found a solution online. If it is possible, how is it done? Thanks.
Thanks
AJ
Your connection string should look something like the following, then you can just use select statements to pull in data from your table:
ODBC CONNECT32 TO [MS Access Database;DBQ=C:\USERS\TEST\Desktop\AccessDatabase.mdb];
SELECT * FROM YourTable;
Thanks
AJ
Thank you both Nicole and AJ! Very helpful and perfect. It worked like a charm!!!!!