Batch Job to run Macro no does not save and continue
I am trying to reload a job through a batch file so that I can run a Macro that reduces data. Is there any thorough documentation out there anywhere? I am running this on my server and it runs good until it gets to the save. It is acting like a Save As command and I want it automatically click 'save' and then 'Yes' to replace the file. I am not changing the name of the app. What am I missing here?
Dim appQV Dim docQV
Set appQV = CreateObject("QlikTech.QlikView")
Set docQV = appQV.OpenDoc("D:\QUAL\Claims\Crop Hail Claims.qvw") docQV.Reload docQV.Save