Skip to main content
Woohoo! Qlik Community has won “Best in Class Community” in the 2024 Khoros Kudos awards!
Announcements
Nov. 20th, Qlik Insider - Lakehouses: Driving the Future of Data & AI - PICK A SESSION
cancel
Showing results for 
Search instead for 
Did you mean: 
vanderson009
Creator III
Creator III

Reload Using Custom Button

Hello folk,

Can its possible to reload data using Custome Button on dashboard.

- Thanks and Regards,

Villyee Anderson

6 Replies
alexandros17
Partner - Champion III
Partner - Champion III

Yes, there is an action (on button) , select add -> external -> reload

this is possible only in your document not in access point or web view

VishalWaghole
Specialist II
Specialist II

Please find attached sample application file,

Yes u can load data using button, for that you have to write macro.

and call that macro from button.

Hope it will work for you.

vanderson009
Creator III
Creator III
Author

But i want reload it from access point or web view,

then how can i do it.

alexandros17
Partner - Champion III
Partner - Champion III

It is not possible directly, you can use some trick launching an external batch (find examples in the community)

hic
Former Employee
Former Employee

QlikView is designed not to allow reloads using the web client. The reason is simply that a QlikView server is a multi-user system where the reload of one user can disrupt the analysis made by another user.

But if you program your own extension, and trigger a reload using EDX, you can still do it.

Triggering an EDX Task from the Ajax Client

HIC

richard_pearce6
Luminary Alumni
Luminary Alumni

Probably the best way is to set up your load cycle in such a way that it looks for new data.

You can do this by layering your QVWs into QVD Builders and Dashboard. (the dashboard only refreshs if new data is found and that commnd to reload is also in the QVD builder so no new Data = no Dashboard reload).

Then in QMC there's a setting associated to the Dasboard QVW which specifies how new data is presented to the user (if the dashboard they're using / chached is behind the one on the server). Automatically or They need to update

Access point portals have an update button for use by users when the dashboard isn't automatically updated.

Richard