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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
maxime66
Creator
Creator

Add sheet in Web URL

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.

1 Solution

Accepted Solutions
giakoum
Partner - Master II
Partner - Master II

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

View solution in original post

2 Replies
giakoum
Partner - Master II
Partner - Master II

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

maxime66
Creator
Creator
Author

Thank you,

works perfectly!