Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
How to create a windows batch file to start qlikview with a parameter
Hi,
Use notepad and set something like the following to reload a file passing a variable (vSecurity) on to the document.
"C:\Program Files\QlikView\qv.exe" /vvSecurity=1 /r "C:\QlikViewFiles\File.qvw"
Store that into a .bat file including quotes. Further documentation about parameters is available in the Reference Manual, Book I, Part III, 6 Command line syntax.
Hope this helps.
Hi,
Use notepad and set something like the following to reload a file passing a variable (vSecurity) on to the document.
"C:\Program Files\QlikView\qv.exe" /vvSecurity=1 /r "C:\QlikViewFiles\File.qvw"
Store that into a .bat file including quotes. Further documentation about parameters is available in the Reference Manual, Book I, Part III, 6 Command line syntax.
Hope this helps.
hi miguel
what will be the syntax if we want partial reload istead of full reload from batch file just for sake of testing purpose
Regards
Rajni
Hi Rajni,
Use /rp switch instead of the /p as shown above.
Miguel