Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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?
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.