Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

i want merge 2 qvw's ?how? is it possible or not?

i want merge 2 qvw's ?how? is it possible or not?

4 Replies
giakoum
Partner - Master II
Partner - Master II

Merge the data model? Binary load from one to the other.

Merge the front end? Copy and paste...

Not applicable
Author

oh great

can u tell me how to merge the datamodel and front end please

giakoum
Partner - Master II
Partner - Master II

I already did

Binary

The binary statement is used for loading the data from another QlikView document, including section access data. It does not load the layout information or variables. Only one binary statement is allowed in the script and it can only be put as the first statement of a script. The syntax is:

binary file

where:

file ::= [ path ] filename

Examples:

Binary customer.qvw;

Binary c:\qv\customer.qvw;

The path is the path to the file, either absolute, or relative to the .qvw file containing this script line.

For front end, select objects and copy paste to the new application.

ashfaq_haseeb
Champion III
Champion III

Hi,

Make sure you can have only 1 binary per application.

Regards

ASHFAQ