Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

I want users to be able to reload data to one of my applications.

I want users to be able to reload data to one of my applications.

I have checked the "Allow User Reload" in the security tab under Documents Properties.

I made a button which has the following macro

sub reloadMyApp

ActiveDocument.Reload()

end sub

The button works just fine when I use QlikView Enterprise 8.2 but when users open the application and click the button in "The QlikView Analyzer for Microsoft® Internet Explorer plug-in" nothing happens?!

Are there some setting on the Qlikview server software that needs to be changed?



3 Replies
martin59
Specialist II
Specialist II

Hello, the functionnality has been blocked on the server to avoid the server's overload.

I think you can by-pass this issue if you launch a .bat which reload the application.

Otherwise, you can planify a regular reload with your QVS control panel.

Martin

Not applicable
Author

Thank you Martin for taking the time to answer my post!

Can this functionality be un-blocked on the server somehow? It's a small amount of data and it's few people who would be interested in reloading the data.

I would really appreciate if you could explain i bit more regarding the option with the .bat. How could that be launched and what would be in it.

martin59
Specialist II
Specialist II

Or the simpler would be to install some local client which use their user CAL (server licence).

After they have to open document on the local client from the server and they will can reload the application.

Try that it's maybe the best way to soluce that.