Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Plutoswrath
Contributor
Contributor

Macro to switch of Reload

We are trying to batch reload a lot of dashboards using VBscript.

But we need to manually go through each dashboard to switch of the Reload Property.
Is there any way to switch it off via VBScript

We can check the property via ActiveDocument.GetProperties.UserPermissions.Reload

I've tried 
Set docprop = ActiveDocument.GetProperties.UserPermissions
docprop.Reload = false
ActiveDocument.SetProperties.UserPermissions docprop

and ActiveDocument.SetProperties.UserPermissions.Reload False,true

Labels (1)
1 Solution

Accepted Solutions
J_Lindberg
Support
Support

Hello @Plutoswrath 

It appears that this question has ended up in the wrong forum. In this forum we're able to help you with Qlik Application Automation related questions. Qlik Application Automation provides a no-code visual interface that helps you easily build automated analytics and data workflows. 
It would be great if you could post this question in the forum related to the product you are using and you will get help there.

View solution in original post

1 Reply
J_Lindberg
Support
Support

Hello @Plutoswrath 

It appears that this question has ended up in the wrong forum. In this forum we're able to help you with Qlik Application Automation related questions. Qlik Application Automation provides a no-code visual interface that helps you easily build automated analytics and data workflows. 
It would be great if you could post this question in the forum related to the product you are using and you will get help there.