Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Qlikview Macro - Gives Error -while running through Windows Scheduler

Hi,

I have written a macro in Qlikview, which export 3 different reports, Combine those 3 workbooks into 1, also renaming the excel sheets in that workbook. I created batch file, throuh which i am passing the value for a variable. Based on the value of the variable the macro will execute. While running the Batchfile manually the macro works fine. But, the same batchfile through windows scheduler not working.

While running through Windows scheduler even i tried with ON ERROR RESUME NEXT, then it omits the renaming and combining the workbook, simply exports the reports into excel.

My observation is while running through scheduler it not supports to create object for "Excel.Application" and other stuff.

Can you guys help me to come out of this issue.

Regards,

Yoga

1 Solution

Accepted Solutions
Not applicable
Author

Created the Task in Scheduler with the Admin User after that it works well.

View solution in original post

1 Reply
Not applicable
Author

Created the Task in Scheduler with the Admin User after that it works well.