I have an issue with reloading a QlikView document. When I execute a batch file with the command:
"C:\Program Files (x86)\QlikView\Qv.exe" /r "C:\QlikViewMount\reloadvictim.qvw"
the document reloads fine.
But, when I put it into a QlikView Macro (VBScript), it is giving me 'Unknown command line option'. This is what I used:
strCommand = chr(34) & "C:\Program Files (x86)\QlikView\Qv.exe" & chr(34) & "/r" & chr(34) & "C:\QlikViewMount\reloadvictim.qvw" & chr(34)