Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
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