Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi everybody,
I create sheet1 with Sheet Event Triggers -> OnActivateSheet -> Clear all
and second sheet2 with button Actions -> Activate Sheet -> sheet1
but when press my button OnActivateSheet doesn't work in WebView or QlikView Server.
I've set up this in my server but still don't work.
These work perfectly fine in the desktop version. However when the document is opened via the server the triggers seem to stop working.
I also created button to reload data Actions -> External -> Reload but also doesn't work in WebView or QlikView Server.
Does anyone have an idea why this don't work in the server and how to resolve problem? I use QlikView 12.
Your best bet is to avoid using macros with QV Server. Many of the tasks can be done using Actions.
Not all macros are supported on the server especially if using Ajax.
The reload Action does not work on a server.
QV Server is designed to reload on a schedule, not on user requests.
Just think how would you expect the server to respond to each user requesting a reload.
Set a schedule to reload the document at a regular interval and identify how recent the data is by adding the reloadtime() to a text box.
Your best bet is to avoid using macros with QV Server. Many of the tasks can be done using Actions.
Not all macros are supported on the server especially if using Ajax.
The reload Action does not work on a server.
QV Server is designed to reload on a schedule, not on user requests.
Just think how would you expect the server to respond to each user requesting a reload.
Set a schedule to reload the document at a regular interval and identify how recent the data is by adding the reloadtime() to a text box.
Thanks Colin for your reply.
Just to make sure I understand you correctly...
You say there is no way to create button on server which when I press button automatic reload data.
Did I understand you correctly?
I only can reload using QMC -> Reload Schedule?
The Reload action is not available on server apps.
There is a possibility that an extension may work for you.