Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Issue with passing command line variables.

Hi,

This is my qvw script :

myTable:

Load * Inline

[variable, value

no_data, $(no_data)];

I am trying to invoke this using the following :

"C:\Qlikview\qv.exe" /l /vno_data=1 "C:\PathToQVW\sample.qvw"

and getting myTable as :

variable,value

no_data,

while I expect myTable to be :

variable,value

no_data,1

since I am passing no_data=1 in the command line.

Any pointers where am I wrong ?

Abhi

1 Reply
Not applicable
Author

Works only if the no_data is pre defined in the variable list  in the Document Properties -> Variables section.