Skip to main content
Announcements
Live today at 11 AM ET. Get your questions about Qlik Connect answered, or just listen in. SIGN UP NOW
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