Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
I'm sure you forgot to remove that msgbox() line we used for testing yesterday
Good Catch , You got me there Michael. Great, It works like charm,
I really appreciate your help.
Once agian thank you for your help.