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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
vikasmahajan

Question on macro

Dear all,

Can u tell me macro is not run through qlikview schedular ?? whether I have to go for Windows Schedular ?

Thanks

Vikas

Hope this resolve your issue.
If the issue is solved please mark the answer with Accept as Solution & like it.
If you want to go quickly, go alone. If you want to go far, go together.
1 Solution

Accepted Solutions
Not applicable

As per my knowledge it’s possible to run reload command by using macro but the one which will having this macro code have to keep in windows batch file. So when batch file trigger comaand to run You Application having Maro for Reload will reload your application.

The changes make to schedule time for reload have to set at windows level 

from batch file setting.  

Code to Reload via Macro :

Sub Reload

ActiveDocument.Reload

ActiveDocument.Save

End Sub

Hope it's the answer you are searching for.

Thank You


View solution in original post

2 Replies
Not applicable

As per my knowledge it’s possible to run reload command by using macro but the one which will having this macro code have to keep in windows batch file. So when batch file trigger comaand to run You Application having Maro for Reload will reload your application.

The changes make to schedule time for reload have to set at windows level 

from batch file setting.  

Code to Reload via Macro :

Sub Reload

ActiveDocument.Reload

ActiveDocument.Save

End Sub

Hope it's the answer you are searching for.

Thank You


vikasmahajan
Author

Hii  Roshan,

Means this is fix we can't  schedule macro through QMC schedular , I shall try bacth file for achiving the

same.

Thanks for sharing your idea.

Vikas

Hope this resolve your issue.
If the issue is solved please mark the answer with Accept as Solution & like it.
If you want to go quickly, go alone. If you want to go far, go together.