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: 
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)
1 Reply
liuis
Contributor II
Contributor II

If you use Python, you can copy sheets with 'qsea' package in one line:

source_sheet.copy(target_app = target_app)