Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Saving QlikView table into excel/csv

Hello there folks,

I was wondering if anyone could help me out with an issue at hand. I am wanting to write a script to manipulate a raw table and then save that particular in an excel file instead of the conventional .qvd file format. Please advise. Script looks something like this:

Table:

Load

     Column1

     Column2

     Column3

From

Table.csv;

Store Table into table.xls(xls) @ table.csv(csv)?; ----> possible?

Thanks in advance.

Best Regards,

R

1 Solution

Accepted Solutions
Michiel_QV_Fan
Specialist
Specialist

store table into table.txt (txt);

No other possibilities.

You could drop the data into a table box and do an export to xls.

View solution in original post

2 Replies
Michiel_QV_Fan
Specialist
Specialist

store table into table.txt (txt);

No other possibilities.

You could drop the data into a table box and do an export to xls.

Not applicable
Author

Hi Michiel,

Yeah kinda figured about it after checking out the help page. No other way around it. Thanks anyways. Much appreciated.