Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Reload from access point

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

2 Replies
ToniKautto
Employee
Employee

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.

Not applicable
Author

This could be achieved by having an EDX trigger being fired on the button press. Have a look here

Using EDX in QlikView 11

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