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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Can one do ActiveDocument.**** for a partial reload in a macro?

Part of this macro:

msgbox("Done")

ActiveDocument.Reload  - ----- I want to do only partial reload???????

ActiveDocument.ClearAll

end if

End Sub

2 Replies
Not applicable
Author

I believe, you can do with below statement:

ActiveDocument.PartialReload

rogerioqv
Creator II
Creator II

Hi,

Analyze the partial load function in the manual ... have any restrictions (ex: Qualify and unqualify)