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: 
stevejoyce
Specialist II
Specialist II

Binary Load statement with variable

Is there a syntax to be able to write a Binary load statement using a global or let variable.  

Cannot get the Binary statement to work or an Include statement with variable in path that could contain the Binary statement.

Using static string variables does work, but ultimately want to be able to externally control new applications what to binary load based on app name.

tried approaches like:

$(Must_Include=[lib://Parameter Files/BinaryIDs/$(DocumentTitle()).txt]);

$(=replace('@(Must_Include=[lib://Parameter Files/BinaryIDs/' & $(DocumentTitle()) & '.txt])','@','$'));

 

Labels (1)
1 Reply
edwin
Master II
Master II

my understanding is that the binary load needs to be the first statement to execute that means there is no opportunity to set the values of a variable prior to calling the binary load statement