Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Nagaraju_KCS
Specialist III
Specialist III

Binary Load

Hi All,

Loading data from Another QVW file,

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

Please give me Example..

Labels (1)
3 Replies
Nagaraju_KCS
Specialist III
Specialist III
Author

Hi,

Binary practice.qvw;

it works fine,

but i want to two QVW files into one QVW file

Nagaraju_KCS
Specialist III
Specialist III
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