Skip to main content
Announcements
Qlik Community Office Hours, March 20th. Former Talend Community users, ask your questions live. SIGN UP
cancel
Showing results for 
Search instead for 
Did you mean: 
mark_costa
Partner - Creator II
Partner - Creator II

List Tables and Fields of a QS App opened without data

Good day everyone,

Is there a way to list Tables and Fields of a Qlik Sense App opened without data, preferable using the QS.NET SDK?

 

Thank you,

Mark Costa

Get hooked on Qlik at qlikbait.net
Labels (6)
2 Replies
datasynapsi
Partner Ambassador
Partner Ambassador

Hi Mark

If the data model (as in your case) is empty, no structure information is available.

I suggest you to query the original app directly.

TableRecord Class 

Bye

Marco

mark_costa
Partner - Creator II
Partner - Creator II
Author

Thank you Marco.

TableRecord is the method that I'm actually using.
Would be nice to have a way to list tables and fields without having to open the whole app just for that.

Get hooked on Qlik at qlikbait.net