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

Announcements
Independent validation for trusted, AI-ready data integration. See why IDC named Qlik a Leader: Read the Excerpt!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Partial reload macro

Hello,

I need to create macro to do a partial reload and then link it to a buton in the layout,

Is it possible?

Thanks!

David

1 Solution

Accepted Solutions
Not applicable
Author

Hi David,

First, you need to use the Add or Replace Load in your script.
After that you can use the code below.



Sub PartialReload
ActiveDocument.PartialReload<div>End Sub</div><div>


View solution in original post

6 Replies
Not applicable
Author

Hi David,

First, you need to use the Add or Replace Load in your script.
After that you can use the code below.



Sub PartialReload
ActiveDocument.PartialReload<div>End Sub</div><div>


Not applicable
Author

Thanks Fernando!

Not applicable
Author

Thanks Fernando!!

Not applicable
Author

to save the space for the butoon, you could use  CTRL+SHIFT+R

Not applicable
Author

This macro doesn't work for me

What are those <div> tags?

I wrote it this way:

Sub PartialReload

ActiveDocument.PartialReload

End Sub

But when i click on the button it doesn't work at all =(

Not applicable
Author

the <div> tags are html, and are a bug of the editor which is used in the community. but this rarely happens