Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Sazabi
Creator
Creator

Copy Sheets between Apps through API or something?

Hey Qlik Masters!!

 

I am wanting to propagate 42 sheets someone made in one app into 30 others.

The 30 others have their own custom made sheets as well.

 

What is the best and fastest way to propagate the 42 sheets in one app into the 30 other?

I am aware of the extension that allows you to copy and paste one sheet at a time in a single app (https://community.qlik.com/t5/Qlik-Sense-Enterprise-Documents/Qlik-Sense-quot-Copy-sheet-quot-Extens...), but that still takes too long. Plus you have to make sure the two apps are on the same server, or else there will be an error!

 

I do not want to copy each object one at a time because there are at least 10 objects per sheet. That would be at least 10 objects *42 sheets*30 apps = 15,120 copy and paste, copy and paste, copy and paste, etc, etc

 

Please educate me Qlik Masters in how I can best distribute these sheets? 

 

Regards,

 

S

Labels (1)
  • API

1 Reply
Matthew11
Contributor
Contributor

You can achieve it using the Engine API (Qlik Engine API ‒ Qlik Sense) .Have a look at the App class (App class ‒ Qlik Sense) you need to call some getter to retrieve all the objects in a sheet and create new sheet with the same objects Official Website