Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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.
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.