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

Announcements
April 13–15 - Dare to Unleash a New Professional You at Qlik Connect 2026: Register Now!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

export chart data into csv

Hi,

I'm trying to export the table data into .CSV file by using below code. It works fine with desktop app but not works while opening from AJAX browser(i.e. Google Chrome).

Can you please share the code that works on browser for exporting data into CSV file.

Sub ExportToFile

'Download Sheet ojbect data to CSV

set sObject = ActiveDocument.GetSheetObject("TB01")

sObject.Export "C:\download\BIB\TestFile.csv", ", "

Thanks in advance.

0 Replies