Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Command line pass parameter, macro syntax

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!

1 Solution

Accepted Solutions
disqr_rm
Partner - Specialist III
Partner - Specialist III

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

View solution in original post

2 Replies
disqr_rm
Partner - Specialist III
Partner - Specialist III

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

Not applicable
Author

Thanks Rakesh!