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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Linking two different Qv documents on server

Hi,

how can I link two different qv documents published on a qv server ?

What I would like to obtain is a document that let me open other documents (like a web site).
What I have tried is this :

1. put a Button on the document

2. in the "Application" textbox I have write something like this "qvp://localhost/another.qvw"

It's give no error on the server but doesn't open anything.
Have you got any idea or a better solution ?

Thanks a lot.
Bye

1 Solution

Accepted Solutions
Not applicable
Author

Hello,

the following parameter for a button work for me:

http://"servername"/QvPlugin/opendoc.htm?document="Folder/Document.qvw" (without " ")

Greets.

View solution in original post

2 Replies
Not applicable
Author

Hello,

the following parameter for a button work for me:

http://"servername"/QvPlugin/opendoc.htm?document="Folder/Document.qvw" (without " ")

Greets.

Not applicable
Author

It works 🙂

Thx a lot