Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
we would like to realize the SentToExcel button from title as a macro for the iPad (Ajax).
We have tried something like this:
sub exportXL set obj = ActiveDocument.GetSheetObject("CH09") obj.ServerSideExportEx "C:\ProgramData\QlikTech\QlikViewServer\Temp\Angebote.xls", ";", 0end sub
sub exportXL
set obj = ActiveDocument.GetSheetObject("CH09")
obj.ServerSideExportEx "C:\ProgramData\QlikTech\QlikViewServer\Temp\Angebote.xls", ";", 0
end sub
A File is generated, but no XLS (probably because of 0 for HTML at serversideexportex)
Any experiences with this.
Thanks in advance
Mario