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: 
Not applicable

Batch file and Dodument reload

I am running a batch file to reload the documnet with variable passed to documnet.

cd e:\qv\datasource\ProviderAnalysis
"C:\Program Files\Qlikview\qv.exe" /r /vvDataSubset=Pract ProviderInterfaceTest.qvw
"C:\Program Files\Qlikview\qv.exe" /r /vvDataSubset=Fac ProviderInterfaceTest.qvw

It loads it fine, the issue i have is it asks me once documet starts loading it prompts me for SaveAs option to ave the documnet. I am using have macro in which i use following option to create file. I am not sure what am i missing.

ActiveDocument. SaveAs

"E:\qv\production\Quick Reports - " & vDataSubset.GetContent. String & ".qvw"

Any pointer to this would be great.

Thank you in andvance.





11 Replies
Anonymous
Not applicable
Author

I'm sure you forgot to remove that msgbox() line we used for testing yesterday

Not applicable
Author

Good Catch , You got me there Michael. Great, It works like charm,

I really appreciate your help.

Once agian thank you for your help.