Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hello,
I have a button with action set up as reload...which works fine in developer but unable to do from access point.
I tried multiple option like calling a macro
Sub Reload
ActiveDocument.Reload
end Sub
But its not wrking..Searched few blogs but couldnt get proper info on the same.KIndly suggest.
Regards,
Prajna
End-user trigger reload is not allowed from web client. This is also mentioned in the QlikView Reference Manual.
The reason is that if several simultaneous reloads are triggered the server would easy get overloaded.
This could be achieved by having an EDX trigger being fired on the button press. Have a look here
You would need a macro to fire off the edx on the button press
You would want to put a restriction on this though, as I wouldn't recommend allowing everyone to pres the button
hope that helps
Joe