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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Create New QVW using Macros

Hi Everyone,

How can i create a new QVW file using Macros code ?

Pls can anyone give me suggestion on this or code of macros.

Thanks

Venkat

1 Reply
Not applicable
Author

Hi Satish,

sub create()

ActiveDocument.GetApplication.CreateDoc

end sub

Regards

Arun