Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
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)