Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
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