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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
patrick_fp
Partner - Contributor
Partner - Contributor

export through command line doesn't work

Hi all,

Does someone have a suggestion to solve the following problem.

I created a macro to export a table to a txt file. The macro is a trigger on post reload. If I reload the document manually the macro is executed and the table is exported. If the reload is done through a command line the export doesn't work.

The command line is:

"<<Drive>>:\<<path>>\QV.exe" /r /NoSecurity /vvSupportTask=1 "<<Drive>>:\<<path>>\<<filename>>.qvw"

The reload works fine but the macro is not executed.

Thanks in advance,

Patrick

2 Replies
patrick_fp
Partner - Contributor
Partner - Contributor
Author

Hi Mike,

Thanks for your reply but I already fixed it. In the macro I set a variable to 1. After leaving the setting of the variable out of the macro, the macro is executed properly.

But thanks anyway.

Regards Patrick