Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
I am using this command to export a chart using macros,
But my exported file is generated as
sub ChartExport()
set obj = ActiveDocument.GetSheetObject("CH08")
obj.ServerSideExportEx "F:\TEST\Export.xlsx", ";" , 6
end sub
In Server we are using Excel 2010
Qlikview 12 sr3
but command for xls is working fine.
Qlik community kindly help
That is a very old release from Dec 2016. I think you need a newer version for the xlsx support.
-Rob
I think you may need a newer version of QlikView. What is the full build number of your version? Help > About Qlikview.
-Rob
Dear Rob,
Qlikview version is 12.10 SR 1
That is a very old release from Dec 2016. I think you need a newer version for the xlsx support.
-Rob
Thanks Rob