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

Announcements
Independent validation for trusted, AI-ready data integration. See why IDC named Qlik a Leader: Read the Excerpt!
cancel
Showing results for 
Search instead for 
Did you mean: 
timsaddler
Creator III
Creator III

Automatically create excel file from qvw on reload - is this impossible ?

Hi all

I can get this to work when testing but never on reload.

Has anyone got this working?

Trawling the subject on QlikCommunity produced a lot of unanswered questions.

Anybody know any different?

Thanks

2 Replies
jeffmartins
Partner - Creator II
Partner - Creator II

Hi timsaddler,

You can create csv files using the store command.

example:

store * from mytable into myfile.csv (txt);

Hope this helps you.

Regards

jerrysvensson
Partner - Specialist II
Partner - Specialist II

If you are using a macro and reloading the app in Publisher the macro will never be called.

Try: qv.exe /r  appname.qvw