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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
lmonincx
Creator II
Creator II

Pulling data out of QV with qvx or qar???

hi,

I was wondering if it's possible if you create a .QAR or a QVX file to read the data out of qlikview through a odbc connection, so to extract the data out of Qlikview ?

Regards,

Linda Monincx

2 Replies
Not applicable

For example, in the reload script STORE * FROM table INTO x.txt (txt);

That is automated. All tools can import comma or tab delimited files.

-Alex

Not applicable

Hi Linda,

as far as i know, QVX is an open standard which you can use for this purpose. There is as far as i know not a ODBC connector for QVX. You have to use the QlikView SDK to learn the QVX format, so you can make your own tool to handle this data.

Why not store your data in your script as a csv??