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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Urgent: How to see definition of a view/table in qlikview

I don't have access to the database directly and I want to know in which format is the date column of a view defined.

What is the equivalent of

show view viewname;

in qlikview?

I can connect to the database from qlikview only.

1 Reply
vgutkovsky
Master II
Master II

Try the statement: SQLTYPES;

You would insert this right after your connection string. But why not just read in the date column into QV without any transformations and then you'll see how it's defined?

Regards,

Vlad