Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

What are the Enable Push from Server & Enable Dynamic Data Update ?

Hi

What are the Enable Push from Server & Enable Dynamic Data Update in the document properties?

The help document provides only the below information

*****************

Enable Push from ServerMark this check box if the Server should allow graceful document refresh.
Enable Dynamic Data UpdateMark this check box if the Server should allow dynamic updates in a document.

******************

Can anyone explain the practical application of the above with some examples?

1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Hi,

I believe "Enable Push from Server" enables the server to push refreshed data to the client (AJAX at least, not sure about the plug-in) such that the user doesn't need to initiate a refresh or close and reopen the app.

"Enable Dynamic Data" refers to the ability to dynamically update the data in an app while it is running on the server.  Note that only the data residing in memory on the server is updated, the app itself is not, so if there is a disruption to the server the data will be lost.

Hope this helps.

Rod

View solution in original post

3 Replies
Anonymous
Not applicable
Author

Hi,

I believe "Enable Push from Server" enables the server to push refreshed data to the client (AJAX at least, not sure about the plug-in) such that the user doesn't need to initiate a refresh or close and reopen the app.

"Enable Dynamic Data" refers to the ability to dynamically update the data in an app while it is running on the server.  Note that only the data residing in memory on the server is updated, the app itself is not, so if there is a disruption to the server the data will be lost.

Hope this helps.

Rod

Bill_Britt
Former Employee
Former Employee

Rob is correct on the second point "Enable Dynamic Data", but not on the first one.

"Enable Push from Server" This has to be enable if you are using Tunneling and have your document set to enable graceful refresh. The client will keep asking the server if there is any updates available.

Bill

Bill - Principal Technical Support Engineer at Qlik
To help users find verified answers, please don't forget to use the "Accept as Solution" button on any posts that helped you resolve your problem or question.
Anonymous
Not applicable
Author

Thanks Bill!  I had been searching for a more cogent explanation 🙂