Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
Is there any Qlik API that support export from container object.
Please suggest.
What kind of export are you referring to? Do you mean export of data? If so, then I'd expect you'd have to do the export on the individual objects contained within the container.
@Øystein_Kolsrud Yes export of data, already tried to export via API's but that is not working.
Function used is but not working, kindly help here.
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})
});
I'm afraid I don't know those JavaScript APIs, so others will have to help you there. From the Engine APIs point of view, the way to export is to point to the hypercube of a generic object using this method:
@Øystein_Kolsrud Can you please tag someone who can help here. It seems to be an limitation of container object with respect to mashup.