Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Qlik1_User1
Specialist
Specialist

can we export data from container object {container object has 3 tables in it} using mashup API

Hi All,

can we export data from container object {container object has 3 tables in it} using mashup API? Currently I am not able to do so for 3 tables with in a container .

For a single objects below function is working like pie chart , single table or any chart that is not part of container object but not working for tables / or any other charts that are part of a container object.

 

Function used is 

exportdatas('chart1','wdmg')

//here wdmg is object id of container.


function exportdatas(divid,objectid){

app.getObject(divid,objectid).then(function(model){

var d = app.table(model);
d.exportData({'format':'CSV_C','state':'A','filename': 'exportdata.csv','download': true})

});

}

 

Please help on this. 

Labels (2)
7 Replies
Qlik1_User1
Specialist
Specialist
Author

@htv Sorry but shared link I already checked but its not for the requirement I am having to export the tables in container object. The logic i have shared in the post is working for a single object like pie or single table(out side of container) but not for tables / charts within a container object.

Please suggest how can we handle this scenario or is it any Qlik limitation we having on this (for container objects)?

Qlik1_User1
Specialist
Specialist
Author

@htv Please help on this.

Luis_Arocho-LLantin

The product here is Qlik Sense for Windows or Qlik Sense SaaS?

Thanks!

Qlik1_User1
Specialist
Specialist
Author

@Luis_Arocho-LLantin Qliksense windows  Nov 2021 version.

Please help on this. 

Qlik1_User1
Specialist
Specialist
Author

@Luis_Arocho-LLantin Please help on this, Qliksense windows  Nov 2021 version.

Luis_Arocho-LLantin

Hi Qlik1_User1  Specialist

I recommend you to open a case with support since I do not work with the on-prem version of Qlik Sense.