Skip to main content
Announcements
Live today at 11 AM ET. Get your questions about Qlik Connect answered, or just listen in. SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
dickelsa
Creator
Creator

Hiding script progress

Hi all,

I am trying to hide the script execution progress window in QV,

any idea's?

Thanks!

Dick

3 Replies
Peter_Cammaert
Partner - Champion III
Partner - Champion III

AFAIK you can only completely hide the progress window if you launch a QV Desktop reload of a document through the API. E.g. from Visual Basic or so...

dickelsa
Creator
Creator
Author

Ah, so it is only possible through third party?

el_aprendiz111
Specialist
Specialist

Hi,

Macro:

Sub Hide_Progress

ActiveDocument.ClearAll

ActiveDocument.ReloadEx 0,1 

End Sub