Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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
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
Is running Fine!