Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi, all!
Trigger, webserver, variable after update data no work!
On local PC work - after update data through script, variable update. But when i update data in document on server, variable not update. F5 does nothing. If activate trigger anything select in anything field - it's work on server and local. But need work update variable after autoupdate data on server.
Sorry for my English! 😃
I find decision. Need set trigger 'WithOpen'. And it's work. Yet you may activate dinamic update data in 'server'.
It gives the update immediately.
Guess you set trigger one OnPostReload and updating the variable. Post reload trigger will not work reliably when reload is done from QVServer. You can set EDX trigger on QMC to get the dashboard refresh and update the variable.
Update the variable at the end of the script with a LET or SET statement.
Does not work on server. Local it's work.
I find decision. Need set trigger 'WithOpen'. And it's work. Yet you may activate dinamic update data in 'server'.
It gives the update immediately.
Reload the document so the script gets executed. It will work on the server just as well as on a local client. Do not try to use the OnReload trigger on the server. That trigger does not work on the server.