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

Announcements
Save $650 on Qlik Connect, Dec 1 - 7, our lowest price of the year. Register with code CYBERWEEK: Register
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to pass the value of a variable from one qlikview file to another

Hi,

I am trying to execute one qlikview file from another Main qvw file and I want to pass the value of variables too while calling the execute but the values are not being passed.

Execute "$(QvPath)\qv.exe" /r /vvMyvarClientName=$(varClientName) /vvMyvarDSN=$(varDSN) "$(varDocName).qvw"

I want to use the value of the variables $(varClientName) and $(varDSN) in the next file $(varDocName).qvw

Kindly Help.

Thanks .

0 Replies