Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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
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
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
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