Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
Does someone know how to add the sheet name (or Id) in a web url ?
i would like the Qlikview file open on a specific sheet .
My URL:
http://serveur/QvAJAXZfc/opendoc.htm?document=directory/Qlikviewfile.qvw&host=QVS@srv-qv-vmpr
Thanks for your help.
See bold text below
In addition to this URL you can also supply some extra parameters to control which actions will fire when the app is opened. For example the URL below will open the Sales Compass app with the value “Q2” selected in the listbox with id LB5699 (yes we create way to many objects )
demo.qlik.com/QvAJAXZfc/opendoc.htm?document=qvdocs%2FSales%20Compass.qvw&host=demo11&select=LB5699,Q2
Of course this is only a simple example, in the table below you will find all the available parameters you can append to your URL.
Feel free to mix and match these til your hearts content.
Action Parameter Example
Select a single value &select=<Listbox ID>,<Value> &select=LB01,Total
Select multiple values &select=<Listbox ID,(Value|Value2) &select=LB02,(2011|2012)
Open the app on a specific sheet &sheet=<Sheet ID> &sheet=SH01
Open the app with a bookmark applied &bookmark=<Bookmark ID> &bookmark=Server\BM01
See bold text below
In addition to this URL you can also supply some extra parameters to control which actions will fire when the app is opened. For example the URL below will open the Sales Compass app with the value “Q2” selected in the listbox with id LB5699 (yes we create way to many objects )
demo.qlik.com/QvAJAXZfc/opendoc.htm?document=qvdocs%2FSales%20Compass.qvw&host=demo11&select=LB5699,Q2
Of course this is only a simple example, in the table below you will find all the available parameters you can append to your URL.
Feel free to mix and match these til your hearts content.
Action Parameter Example
Select a single value &select=<Listbox ID>,<Value> &select=LB01,Total
Select multiple values &select=<Listbox ID,(Value|Value2) &select=LB02,(2011|2012)
Open the app on a specific sheet &sheet=<Sheet ID> &sheet=SH01
Open the app with a bookmark applied &bookmark=<Bookmark ID> &bookmark=Server\BM01
Thank you,
works perfectly!