Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
vamseekrishna
Contributor II
Contributor II

Hi Qlik Community

Hi All ,

I am tried to marge two application into one application using Binary load. is there any option to Marge two application.

I will give the EX:

1ST APPLICATION I HAVE TOTAL 6 TO 7 SHEET. 2ND APPLICATION LIKE SAME 6 TO 7 SHEETS BUT HERE I NEED TO TAKE ONE SHEET FORM 2ND APPLICATION INTO 1ST APPLICATION.

HOE CAN I DO THIS???

Best Regards,

Vamsee Krishna

2 Replies
balabhaskarqlik

Try like this:

you use the -prj method to import a set of xml document files. For example:

1. Use Export Document Layout to export to a directoty named "myapp-prj"

2. Copy a qvw -- any qvw to the directory above the "myapp-prj" directory.

3. Rename the copied qvw "myapp.qvw". It must match the directory name minus the "-prj".

4. Open myapp.qvw and it will automatically populate from the contents of the myapp-prj directory below it.

Import Document Layout menu option only exists to load a single xml file. This multiple file style is only loaded automatically using the automatic "-prj" naming convention.

vishsaggi
Champion III
Champion III

may be use Document chaining like create a button in your 1st Application that opens the sheet from 2nd application. Hide tab rows in your 2nd application and create a trigger On Open to go to that specific sheet.