Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Store data into Sheets

Is it possible to store data from several tables I created into one excel with multiple sheet?

Each table in different sheet?

STORE Report_A into '$(vOutputReport)Report_A.csv'(txt); ---- this in sheet 1

STORE Report_B into '$(vOutputReport)Report_B.csv'(txt); ---- this in sheet 2

So the above “STORE” will be done in the same csv file or excel.

If you know on any external way doing it (not using QV) I will be happy for some guidance.

  1. Cheers.
3 Replies
kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi,

     Have a look at the link below.

     http://www.qlikblog.at/971/qliktip-32-exporting-multiple-objects-single-excel-document/

     Hope this will help.

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!
Not applicable
Author

Thanks.

This is useful for exporting within QV,

Any idea how the same can be done from the loading script?

kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi,

     As far as i know its not possible with standard functionality of qlikview, but you can write the macros which can help you to achieve the same, but I have not done this before. But sure if I know any I will share the idea or the code with you.

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!