Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
mkirchhofer
Contributor III
Contributor III

Sent to Excel from Title as Macro for Ajax

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", ";", 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

0 Replies