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: 
Not applicable

how to access the multiple documents data into one qvw using binary load

Hi all, Is there any way to load multiple documents(qvw) content into single qvw file using BINARY load?. Pls help.

1 Solution

Accepted Solutions
oscar_ortiz
Partner - Specialist
Partner - Specialist

From the reference manual:

Q: Is it possible to use more than one Binary statement in a QlikView script?

A: No unfortunately not. Binary load uses very special logic to read the data already processed once into QlikView in another QlikView document. 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 use QVD files to consolidate data from multiple QlikView documents at the same speed as with Binary.

Good luck

Oscar

View solution in original post

1 Reply
oscar_ortiz
Partner - Specialist
Partner - Specialist

From the reference manual:

Q: Is it possible to use more than one Binary statement in a QlikView script?

A: No unfortunately not. Binary load uses very special logic to read the data already processed once into QlikView in another QlikView document. 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 use QVD files to consolidate data from multiple QlikView documents at the same speed as with Binary.

Good luck

Oscar