Skip to main content
Announcements
Qlik Introduces a New Era of Visualization! READ ALL ABOUT IT
cancel
Showing results for 
Search instead for 
Did you mean: 
ferha_jafri
Partner - Creator III
Partner - Creator III

Binary Load through Include Statement

Hello Experts,

I have a requirement for binary load in qliksense. I want to perform a binary load by Include statement but it is not working. Did anyone try that. I took a binary load query as

Binary [lib://Binary_Load/5539a253-44ee-4df4-b8b3-**********]; in txt file and then use Include statment to execute it but it did not worked. I want to execute the binary statement throgh txt file only.

Thanks in advance

Ferha

 

Labels (1)
1 Solution

Accepted Solutions
rubenmarin

Hi, I don't have access now to any onPremise server but I tested in cloud:

Test1

File Binary.txt with content: ********-bf31-43c6-9451-************

This script works : Binary [$(Include=lib://DataFiles/Binary.txt)];

Test2

File Binary.txt with content: Binary [********--bf31-43c6-9451-************];

This script works : $(Include=lib://DataFiles/Binary.txt)

Note that binary needs to be the first sentence of the script, every other sentence (initial SET variables included) has to be placed after the binary sentence.

View solution in original post

1 Reply
rubenmarin

Hi, I don't have access now to any onPremise server but I tested in cloud:

Test1

File Binary.txt with content: ********-bf31-43c6-9451-************

This script works : Binary [$(Include=lib://DataFiles/Binary.txt)];

Test2

File Binary.txt with content: Binary [********--bf31-43c6-9451-************];

This script works : $(Include=lib://DataFiles/Binary.txt)

Note that binary needs to be the first sentence of the script, every other sentence (initial SET variables included) has to be placed after the binary sentence.