Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

if i go with binary load then script variables will get dropped or not?

if i go with binary load then script variables will get dropped or not?

in script level variables created by me

1 Solution

Accepted Solutions
reshmakala
Creator III
Creator III

The variables do not get loaded with binary load.

View solution in original post

5 Replies
reshmakala
Creator III
Creator III

The variables do not get loaded with binary load.

maxgro
MVP
MVP

from QlikView online help

The binary statement is used for loading the data from another QlikView document, including section access data. It does not load the layout information or variables. Only one binary statement is allowed in the script and it can only be put as the first statement of a script

Colin-Albert
Partner - Champion
Partner - Champion

This post has a workaround ...

Load the variables into a table in the original document and then peek them out to variables after the binary load.

http://community.qlik.com/thread/1813

omerfaruk
Creator
Creator

Alternatively you can type your variables in a text file and include the same text file in every inherited qvw file.

See help to find out how to include text files in the script.

Hope this helps.

pratap6699
Creator
Creator

QVW can load entire datamodel and secession access but variables can't loaded from one QVW to another QVW..