Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hi all,
i'm trying to use command line to pass a parameter before i reload the qlikview file.
i know i can use /v in the command line but how do i get the macro to accept the value being passed in?
thanks!
You need a variable defined in the application and then capture the variable value in the macro
See enclosed. Run it as:
"C:\Program Files\QlikView\qv.exe" /vvTest=2 var.qvw
You need a variable defined in the application and then capture the variable value in the macro
See enclosed. Run it as:
"C:\Program Files\QlikView\qv.exe" /vvTest=2 var.qvw
Thanks Rakesh!