Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Team,
I am able to export the table data from Qlik Sense Mashup to CSV file. However i don't want GUID to be generated along with file name. Can any one provide how this can be achievable.
My Code:
globalApp.getObject(objId, objCode).then(function(visual) {
var qTable = qlik.table(visual);
qTable.exportData({ format:'CSV_C',
filename:'XXX',
download: true
});
The export file name is XXX(Guid). My Requirement is just XXX.
Regards,
Lavanya.
Any quick help is really appreciated.