Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
madushanfernand
Contributor III
Contributor III

Open another QVW file using qlikview macro function

Hi All

is there a way to open another QVW file using a macro function ( not using a sub function ) ?

Madushan

3 Replies
raman_rastogi
Partner - Creator III
Partner - Creator III

Hi, 

For Macros 

https://help.qlik.com/en-US/qlikview-developer/12.1/Subsystems/Automation/Content/automation-access-...

Or 

You can open other QVW files through text box or button by providing then Action.

Properties -> Action ->External->Open Qlik Document.

 

Regards

Raman 

 

madushanfernand
Contributor III
Contributor III
Author

Hi Raman

Thank you for your reply. i have been through this before. my concern is can we write a function at load script of the QVW to open another QVW.?

 

raman_rastogi
Partner - Creator III
Partner - Creator III

Hi,

i am not sure about that but you can not open another QVW from your load script.