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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
vandita29
Contributor
Contributor

Qlikview Automation

Hi Everyone,

I have one QVW file which contains macro code to generate excels . I need to run this macro daily at particular time using batch file so that i don't have to run this manually by opening Qlikview Application. Please suggest me the procedure to do that.

3 Replies
Anil_Babu_Samineni

You mean you don't want to run Qlikview reload but only macro or ?

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
vandita29
Contributor
Contributor
Author

Hi Anil,

i want to run macro from batch file so that i dont have to manually run it by opening application.

Anil_Babu_Samineni

Try this way and see, Go to Setting.ini and add this parameter AllowExecuteCommand=1

Then, Write something like this and execute? Execute cmd.exe /C "C:\Path\File.bat";

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful