Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to export the qvw data to other database (Excel\SQL)?

Hello friends,

I am working with qlikview and have a requirement of using some qlikview data in my other application which can fetch data from EXCEL and SQL? How can i do this? ( I know a way by using button and exporting in txt/csv format) Looking for a direct interaction of qlikview and SQL/EXCEL.

5 Replies
TK_
Partner - Creator
Partner - Creator

Hi

In QV 10 it is possible to store tables in the script to csv-files. Maybe that will be helpful?

regards

Terje

martin59
Specialist II
Specialist II

Hi,

In QV9 you have to do that :

STORE MyTable INTO MyTable.csv (txt);


Not applicable
Author

Hi,

Sorry Terje i couldnt understand what you said... could you plz explain it in bit detail how can i do that?

Not applicable
Author

Hi,

I was trying what was suggested by a friend Martin but problem is i coudnt get the name of the table name for qlikview file.

How to get the name of the table where qlikview store the data after importing.

martin59
Specialist II
Specialist II

You can rename your table like this :

MyTable:
Load *
FROM ....;


Otherwise, if it's an excel file, the table name must be ExcelTabName$.