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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
meghabagri
Contributor II
Contributor II

how can we add object copied from another app's sheet to the current sheet?

currentApp.model.engineApp.createObject(sourceObjectProperties).then(newObject => {

console.log('created object:', newObject);

console.log(currentApp.model);

});

I want to add this object to the current sheet. Is there any function available to do so?

0 Replies