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: 
qv_testing
Specialist II
Specialist II

Binary Load

Hi All,

Loading data from Another QVW file,

is it possible more than one QVW file into one...

Please give me Example..

3 Replies
qv_testing
Specialist II
Specialist II
Author

Hi,

Binary practice.qvw;

it works fine,

but i want to two QVW files into one QVW file

qv_testing
Specialist II
Specialist II
Author

Hi,

qvw1 = qvw1+qvw2 it's work fine

any other way.........

kedar_dandekar
Creator
Creator

Hi Raju,

It is not possible to perform more than one Binary Load in a QlikView application, as Binary load reads processed QlikView data into another QlikView document.

As mentioned in the QlikView ref. manual:

The "unpacking" used requires a "clean slate" in memory which is the reason why a Binary statement must be the very first statement in the script. Therefore it is also impossible to use Binary more than once in a script.

However you can perform binary load of one qvw to another, one-at-a-time.

e.g. 

BinaryLoad QV1 data into QV2, and then

BinaryLoad QV2 data into QV3 and so on.

or

You can use QVD files to consolidate data from multiple QlikView documents.

HTH,

KD