Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Want to Open the QV Application in the same Browser

Dear All,

I am opening a QlikView Application using a Button. I want to open the application in the same browser.

I am using the following macro to open the Application, which is opening the application in another browser.

Sub LaunchApplication

set Shell = createobject("wscript.shell")
Shell.Run "qvp://ServerName/FolderName/example.qvw"

End Sub

Can you put some light on how can I open the application in the existing browser?

Best Regards,

Nishant

0 Replies