Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Calling VBScript macro from loadscript

Hello All,

I have created macro in Edit Module using VBScript.

Now I want to call the same macro from EditScript.

Is this possible and if yes how?

12 Replies
Miguel_Angel_Baeyens

Hi,

Make sure the macro works fine when it's called from the QlikView Desktop opened locally, and make sure that the paths (D: drive in your code) is available for the user running the BAT file. Check the Windows Event Viewer to see whether it's throwing any error to the system just in case.

Hope that helps.

Miguel

Not applicable
Author

Hi Miguel,

macro works fine when called frm QV desktop.

Event viewer shows Application hang as an error.

Rich-HHE
Contributor III
Contributor III

I've tried to use the qv.exe /r method but it still doesn't trigger OnOpen or OnPostReload. Thoughts? QV 11 SR2

Nevermind, it's working ... sometimes and not consistently.