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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

QVW file by macro

HI to all,

how to create a new qvw file using macros .

Any idea on this, pls reply me.

Thanks

Venkat

1 Solution

Accepted Solutions
Not applicable
Author

Hi Venkat,

Pls find the code below:

sub create()

ActiveDocument.GetApplication.CreateDoc

end sub

Regards

Arun

View solution in original post

1 Reply
Not applicable
Author

Hi Venkat,

Pls find the code below:

sub create()

ActiveDocument.GetApplication.CreateDoc

end sub

Regards

Arun