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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
_jespers_
Partner - Creator II
Partner - Creator II

Totals with exportData() API

Is it possible to export data including totals with exportData() or in some other way to export data including totals from a table with an API?

The documentation doesn't say anything about it

https://help.qlik.com/en-US/sense-developer/February2023/Subsystems/APIs/Content/Sense_ClientAPIs/Ca...

 

Regards

 

Labels (2)
1 Reply
jprdonnelly
Employee
Employee

@_jespers_ - the documentation doesn't say it explicitly, but on the link you provided you should see this particular section.

 

The exportData() method is pulling the table data itself, not the rendered output in a chart object.

- @jprdonnelly