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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
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

Labels (1)
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