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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to RELOAD in dashboard

Hi,

Is it possible to do data reload from the dashboard itself?

meaning, create a button - Reload , and when it's pushed, it will reload the data from the sources again? or trigger the publisher task to reload again?

1 Reply
jagan
Partner - Champion III
Partner - Champion III

Hi,

You can do it by assigning macro to your button:

sub ReloadSave

     ActiveDocument.Reload

     ActiveDocument.Save

end sub

http://community.qlik.com/thread/38646?tstart=0

Hope this helps you.

Regards,

Jagan.