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: 
Not applicable

load command from a macro using VB script

Is it possible to execute a load command from a macro using VB script?

1 Reply
Not applicable
Author

It might be too late, but if you are still dont have answer, you can load the document thru a macro. Using the following macro.

Sub ReloadData

ActiveDocument.Reload()

End sub