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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
lavanya_gurrapu
Contributor III
Contributor III

GUID in filename in Export Option

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.

Labels (1)
1 Reply
lavanya_gurrapu
Contributor III
Contributor III
Author

Any quick help is really appreciated.