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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
samuel_brierley
Creator
Creator

reload using a CMD file, removing saving prompt

Hi all,

as the title suggests i have a CMD that is scheduled to run every 15 mins that works fine.

after the file has updated their is a prompt to states the file has changed do i want to save the changes?

Can i remove this prompt as its existence nullifies the purpose of the auto reload cmd file.

thanks all

1 Solution

Accepted Solutions
jonathandienst
Partner - Champion III
Partner - Champion III

There is no prompt if you use the /R switch

"C:\Program Files\Qlikview\Qv.exe" /R YourQVdocument.qvw

This opens, reloads, saves the reloaded document and exits.

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein

View solution in original post

3 Replies
jonathandienst
Partner - Champion III
Partner - Champion III

There is no prompt if you use the /R switch

"C:\Program Files\Qlikview\Qv.exe" /R YourQVdocument.qvw

This opens, reloads, saves the reloaded document and exits.

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein
samuel_brierley
Creator
Creator
Author

Excellent thanks Jonathan

Peter_Cammaert
Partner - Champion III
Partner - Champion III

The prompt should only appear when saving a QVW file that has been reduced. The reload (if properly executed) undoes that situation.

Is there Section Access and Data reduction in your document? If so, are you using an ACCESS=ADMIN user with an empty link field to do the reload?

Peter