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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Qlikview - append data to Excel

Hi all,

I have qvw file with sql query

  Data:

  LOAD  source, color, date;

  select source, color, date

  as Mytable;

  STORE Data into  [..\QV_Data\Data.qvd] (qvd);


Then I export data to excel and save.

I need something to do that automatically instead of me

I need to run query every day and automatically send data to excel but keep old data in excel and append new value.

Can qlikview to do that?

2 Replies
jyothish8807
Master II
Master II

Hi Ja Ja,

This can be achieved by creating an on open trigger.

If you do not have a QMC then create a  .bat file to reload the qvw. A macro can be created to export the data in to excel.

Br,

Jyothish KC

Best Regards,
KC
Anonymous
Not applicable
Author

Ok thanks,

can you give me some example please???