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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Load all table/field names in directory

Dear sirs,

I run Microsoft Dynamics and qlikview.

In my Dynamics database i have some 1000 tables and some 10000 fields, and i would like to have a better overview over the lot.

Is there anyway you gents can teach me how to write a generic script that loads all table names and field names in my directory into a qlikview? I just need a complete overview over which table names and field names my databsae contains.

When i load from my Dynamics database the script line is like this:



EventResponsible:

LOAD
*;
SQL SELECT * FROM AX2009Prod.dbo.VCCEVENTRESPONSIBLE;



1 Solution

Accepted Solutions
martinpohl
Partner - Master
Partner - Master

Hello,

try sqltables or sqlcolumns (see manual)

Regards

View solution in original post

2 Replies
martinpohl
Partner - Master
Partner - Master

Hello,

try sqltables or sqlcolumns (see manual)

Regards

Not applicable
Author

The perfect answer. Many thanks.