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

Suppress Reload Window using VB

Hi all

I have a model that reloads data every 1 minute using the ActiveDocument.Reload call. Is there an additional command that will suppress/hide the reload window? i.e. to stop that window from popping up all the time?

Regards

Deon

2 Replies
Not applicable
Author

Hi Deon

Just saw this post and was wondering whether you found out how to hide the reload window. I can't find anything on it for something I think should be really easy.

Is it possible to show me the code you used for reload document in VB. Trying to do the same thing but without success.

Not applicable
Author

Hi,

use the method ReloadEx instead of Reload.

Try ActiveDocument.ReloadEx 2,1