Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Dear all,
Can u tell me macro is not run through qlikview schedular ?? whether I have to go for Windows Schedular ?
Thanks
Vikas
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
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
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