Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to get URL to go directly to bookmark in QVW

Hi guys. I've got a QVW with a bunch of bookmarks saved. Can I send another user a URL that links to the QVW and directly open a bookmark? I tried the "Mail with Bookmark as Link" option, but it didn't do what I expected. Thanks for the help!

Eric

3 Replies
Not applicable
Author

I need to do the same thing but with the Ajax client. Is there a parameter we can add to the URL to go to a document bookmark?

Not applicable
Author

Ok I figured it out after some careful reverse engineering.

To do this in the Ajax cilent just add the following to the query string &bookmark=Document\<bookmarkID>. So for example:

http://myqlikview.qualcomm.com/QvAJAXZfc/AccessPoint.aspx?open=&bookmark=Document\BM01&id=QVS@metcrp...

For IE client the following works but it looks like a QV8 URL, i haven't tried doing this with the QV9 URL:

http://qlikview/Qvplugin/opendoc.htm?document=SSAT%2FFBI%2FProFormaPLv2.qvw%3Fbookmark%3DDocument%5CBM04

This uses opendoc.htm which I know is QV8, but it works in QV9.



Anonymous
Not applicable
Author

The bookmark that worked was a little different. Possibly it depend on the environment:

http://servername/QvPlugin/opendoc.htm?document=dir/xyz.qvw?bookmark=BM01

BM45 is the bookmark ID. xyz is the document name. It worked with QV85 and the MS Explorer Plugin.