Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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?
I resolved problem with workaround. I'm closing session by API method .CloseSession() and then refresh page and it loads fresh data.