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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
MarianoH
Contributor
Contributor

Macro stops running after Reload

Hi, I have a button that calls a Macro with this simple code:

Sub ReloadPrincipal
ActiveDocument.Reload
End Sub

When I want to press the button again, or another button, nothing happens.

I've tried to call another Macro, after the first one and it happens the same: nothing. In fact, I can´t even Edit the Macro, I have to close Qlikview.

What could it be ?

Thanks!

 

Labels (1)
1 Reply
marcus_sommer

Please elaborate the issue in more details - for example the used release and clients. To check if macros are in general executed you should rather call a msgbox "test" and not a reload which would need extra security rights - as user and within the document properties and also within the macro-editor. Not be able to launch the editor is a sign that either not the right permissions exists or that the editor-window might be hidden from other windows or just on the outside of the screen (it's not seldom especially within multi-monitor environments).