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

Announcements
Q&A with Qlik - Qlik Cloud Migration: Questions about migrating to Qlik Cloud? Catch the latest replay!
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

Labels (1)
0 Replies