Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
You may be aware, that you can pass additional query strings when opening a QlikView app from the AccessPoint in order to pass field selections or bookmarks, to open a desired Worksheet or just one object instead of the entire app.
something like
http://server/QvAJAXZfc/opendoc.htm?document=app.qvw&select=LB01,2013&sheet=SH02
There is good documentation around, for example by Stefan Walther here QlikView Mashups - Simple Document Integration
However, getting the syntax right can be quite challenging.
This little tool will help you compute the proper URL in a simple manner, as at the end you just make selections and the tool will compute the corresponding url and all querystrings automatically.
If you want to see a how-to.use videos check this:
New Version v1.12 (24-Oct-13) is using the syntax select=LBxx,(value1|value2|valueN) instead of select=LBxx,value1,value2,valueN ... this simply works better and allows to pass wildcards, too 😉
Hint:
Hi,
Since we can bookmarks in URL and bookmarks can be coded to store the input field values may be this can help.