Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello All,
I have scheduled my report through scheduler and now I want to execute the macro without opening the document.
Need help on this urgently.
Hi,apurva
Fisrt u write macro then do below steps.
Go Document Porperty--->Select On Post Reload---> Click on button Add Action on RightSide---->then one window is open----> Cllick on Add button----->Select External Option---->Run Macro
Regards
Kaushal Mehta
I have already done this.
when I open the report and click on Reload button, then once reloading is completed it will execute the macro.
But when the same report is reloaded through qlikview server using scheduler, same macro is not getting executed.
So how to execute the same macro when reloadin report through scheduler.
Hi,
Just create a macro as a seperate file and then call it from the batch file after the execution of scheduled reload task.
It will work.
Let me know if you have any doubts.
Regards
Rajan
Hi Rajan,
What type of file are you saying to create?
Please can you explain me in more detail please?
Please can any one put some light on this issue?
Hello All,
I did used windows batch file to execute the macro.
So the issue is resolved now..
Thanks to everyone for helping