Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Macro for exporting document layout without data QV 9.0

Hi,

There should be a possibility in QV 9.0 to Export Document Layout, but there is a Bug in Version 9.0 so it does work manually. But it doesn't matter, I need this funcionality as a Macro.

Has anybody have a Macro Code for QV 9.0 to export the Document Layout to an .xml file. The name of the .xml file should be the application name and the file should be stored in a specific directory.

Maybe somebody could help me because I am not able to write macros in VBS.

Thanks

Regards,

Herbert

1 Solution

Accepted Solutions
Not applicable
Author

Unfortunately also the API method for saving the layout to xml has a bug:

ActiveDocument.ExportLayoutFile "c:\Filename.xml"

==> throws an error resp. does not work ...

Best regards

Stefan

View solution in original post

3 Replies
Not applicable
Author

Unfortunately also the API method for saving the layout to xml has a bug:

ActiveDocument.ExportLayoutFile "c:\Filename.xml"

==> throws an error resp. does not work ...

Best regards

Stefan

Not applicable
Author

I have reported this bug to QlikTech and this bug has been confirmed as bug Nr 21947 and will be bugfixed in SR 1 of QlikView 9.

Best regards

Stefan WALTHER

Not applicable
Author

Hi,

Thanks for the answer to my problem, so I think I am waiting for the next Service Release and evaluate than the possibilities.

Regards,

Herbert