Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Which event fires when server updates an open document

I have a model running in QVS, set to reload every 10 minutes. It is a dashboard application displayed upon call centre LCD panels. I have enabled the following options in the document settings, server tab

"Server performs refresh automatically without client action" and

"Enable push from the server"

This has the desired effect that the opened model refreshes every 10 minutes, without any user interaction with the model.

What I would like to know is, is there an event that fires when this update is pushed to the clients viewing this model. I have some macro code that performs a FitZoomToWindow function, as some of the displays have differing resolutions. The macro works perfectly in the "OnOpen" event, but subsequent updates pushed from the server result in the default zoom level saved in the document to be used.

The macro is as follows


sub FitZoom
on error resume next
ActiveDocument.ActiveSheet.FitZoomToWindow
end sub


1 Reply
Not applicable
Author

No events unfortunately.