Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Ajax JavaScript API method to Refresh Document with new data

I have document which reloads every minute. It is posted on server via Ajax. To make it user usable, checkbox

"Allow Only One Copy of Document in Memory" is disabled on server. "Refresh" button in Ajax toolbar is enabled by adding "ShowRefreshDoc=1" into settings.ini.

I'm looking for a way to automate "Refresh"  action with Document Extension on JavaScript. But i can't find method in Qlikview Ajax JavaScript API to perform this job.

Can someone help me?

1 Reply
Anonymous
Not applicable
Author

I resolved problem with workaround. I'm closing session by API method .CloseSession() and then refresh page and it loads fresh data.