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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to open a web application from QV macro

Hello,

Is there a way to open a web application from Qv using a macro? If so, can I also use parameteres to control the window size, with/without toolbars, etc.?

1 Reply
rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

If using V9, use the External->Open URL action. For V8, the macro call is ActiveDocument.GetApplication.Launch.

Parameters to control window size etc are going to be whatever is recognized by your web app and server. It's not a function of the Launch. If you want to open without toolbars you may need to create an entry page on your web app that does the window open without toolbars.