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

Announcements
Only at Qlik Connect! Guest keynote Jesse Cole shares his secrets for daring to be different. Learn More!
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