Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
james
Creator III
Creator III

Binary load and passing Variable(s) with it

Good morning-

I was using a binary load until i realized that the Binary Load does not bring with it all of the variables.

Has anyone figured out how to bring n the variables as well? If its even possible?

Thanks

James

1 Solution

Accepted Solutions
Oleg_Troyansky
Partner Ambassador/MVP
Partner Ambassador/MVP

As a "wrok around" - you can load variables into a table in the source document and then retrieve them from the table (using peek()) in the target document.

I'm not aware of anything easier...

cheers,

Oleg

View solution in original post

4 Replies
Oleg_Troyansky
Partner Ambassador/MVP
Partner Ambassador/MVP

As a "wrok around" - you can load variables into a table in the source document and then retrieve them from the table (using peek()) in the target document.

I'm not aware of anything easier...

cheers,

Oleg

james
Creator III
Creator III
Author

Oleg,

Yes after posting, I realized why not just do a LET vVariable = peek('Date',0,'Table1')

Yes

guya
Contributor II
Contributor II

Hello,

Could you please post a concrete example.

With many thanks,

Guy

Anonymous
Not applicable

Could you mention an example of how to load variables into a table in the source document ?

Thank you.