Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
brindlogcool
Creator III
Creator III

Binary Load

I am trying to do the Binary Load with the following way

Binary $(Include=binary_file.txt);

Where the binary_file.txt will have the qvw document which needs to loaded. I am getting the error. Will it be supported.

10 Replies
MK_QSL
MVP
MVP

Binary YourFIleName.qvw;

or

Binary C:\qv\foldername\filename.qvw

Should be the very first sentence of your load script

brindlogcool
Creator III
Creator III
Author

Thanks Manish, It is the first statement. The problem is will the above method is supported to get the QVW document from text file.

MK_QSL
MVP
MVP

Something like below will give you Binary Load From a Saved Text File..

$(Include=..\..\..\users\desktop\sample.txt);

This Sample.txt is containing below statement...

Binary C:\Folder\FileName.QVW

brindlogcool
Creator III
Creator III
Author

No Manish it wont work. The run will start from set statement if we use C:\Folder\binary_file.txt as first statement. I tried it is not working. Can you please share an sample doc

MK_QSL
MVP
MVP

Save all file in same location...

mightyqlikers
Creator III
Creator III

HI

open one qvw and load another qvw into the opened qvw .

this way only you can do .

you cannot load two qvw's into one.

only one binary statement is allowed in single qvw.

Regards

Samwise

Anonymous
Not applicable

correct

brindlogcool
Creator III
Creator III
Author

hi Sam

I am not trying to load multiple qvw files. i am trying to parameterize the filename in the Binary Statement. Let me know if the question  is not clear.

Anonymous
Not applicable

put the Binary command inside the txt file.

Put the include command on Edit Script - If possible is the only solution.