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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

pass values ​​to variables

Alguien sabe si puedo abrir un documento QlikView atraves del navegador y pasarle valores a las variables. Al estilo QV.EXE /Vvariable=valor

Anyone know if I can open a QlikView document in browser and pass values ​​to variables. similar to QV.EXE  / Vvariable = value

1 Solution

Accepted Solutions
ariel_klien
Specialist
Specialist

Hi,

Qlikview Properties

1. Make a variable (like vXYZ)

2. go to Document Properties > Triggers > On Open > Add (Edit) Action

3. go to Add > Toggle Select

4. in the Field field write the filed you want to select

5. in the Field Search String write the variable vXYZ


when you call the Url:

qvp://Host_name/model_path/model_name.qvw?vXYZ=value

All the green you need to fill out with you server information.

hope this will help you.

BR

Ariel

View solution in original post

2 Replies
ariel_klien
Specialist
Specialist

Hi,

Qlikview Properties

1. Make a variable (like vXYZ)

2. go to Document Properties > Triggers > On Open > Add (Edit) Action

3. go to Add > Toggle Select

4. in the Field field write the filed you want to select

5. in the Field Search String write the variable vXYZ


when you call the Url:

qvp://Host_name/model_path/model_name.qvw?vXYZ=value

All the green you need to fill out with you server information.

hope this will help you.

BR

Ariel

Not applicable
Author

Is running Fine!