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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
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