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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register 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.