Has anyone been able to export multiple objects to Excel in AJAX?
I am trying to get a button working that uses the ServerSideExportEx() function to export multiple objects to an Excel file. I am using the Append parameter, but it is not working. it overwrites the file every time. The whole reason I am doing the export with two objects is because QlikView does not export titles with the charts, so I am having to modify what is being exported, which means exporting a text box in addition to the chart itself. Our customers that will be using the UI have been instructed to use Chrome as the preferred browser on the AccessPoint, so there are limitations as to how we can accomplish the export. The IE Plugin only works with IE, so any export capability that requires it is not available.
This is what I am using currently to do the export: