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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
hopkinsc
Partner - Specialist III
Partner - Specialist III

How do i get my Qlikview document to automatically reload?

Hi, i have created a Document which uses a spreadsheet for its data, The spreadsheet is updated on a daily basis. At the moment, after i launch the Qlikview doc, i have to click relaunch to update the values from the spreadsheet. Can this be done automatically on launch of the document?

3 Replies
Not applicable

hi

create a macro

sub reload

ActiveDocument.Reload

end sub

and set it to run on open document

regards

Peter

hopkinsc
Partner - Specialist III
Partner - Specialist III
Author

Thanks very much Peter, that worked fine. I tried doing that earlier today but i was using the SELECTION command instead of ACTIVEDOCUMENT.

Thanks very much

kji
Employee
Employee

You can also launch your application by using the /L parameter as in:

"C:\Program Files\Qlikview\qv.exe" /L C:\MyData.qvw