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: 
Anonymous
Not applicable

binary?

If i load a application through binary(qvw)

what are the changes will be there ?

whether variables will get dropped ?

any changes in dm ? or any changes in tables ?

1 Solution

Accepted Solutions
its_anandrjs
Champion III
Champion III

Hi,

Yes you right but better you copy and paste the variables from the script part into new qvw. And for synthetic keys do not worry about that just load the tables and remove it from the load script. And by this you also know what are the synthetic keys are created in the QVW application.

Regards

Anand

View solution in original post

14 Replies
sunny_talwar

I am not sure about the variables (you can do a test load), but I am pretty sure that you won't see anything in your front end. Everything will have to be recreated on the front end of the application. Binary load just brings the database with the data structure intact into another application, but front end objects are not carried over.

HTH

Best,

Sunny

Not applicable
Author

Through binary load, are loaded only the data contained in qvw, not variables or objects present in the user interface.

Loads entire structure of the tables contained in qvw loaded via the binary load

Regards

Anonymous
Not applicable
Author

in the backend create variables will work or not ?

its_anandrjs
Champion III
Champion III

Hi,

If you load the QVW file as binary file you get the data model in the application but variables you have to create. And challenge there is need to check the synthetic keys and the tables might be same field are available.

Regards,

Anand

Anonymous
Not applicable
Author

then my question is

if i create variable in backend like

let vp =peek(date)

then it will not come after binary load so again i have to creat in app na

thats double work

Not applicable
Author

Exactly, you have to create variables although in the script that loads the qvw through binary load.

sunny_talwar

Just performed a test and script variables also don't carry over.

PFA

Not applicable
Author

If qvw are on the same server and you need the objects of a qvw to another, you can use other techniques to include objects from various qvw.

See QlikView Mashups at: http://www.qlikblog.at/2343/

Anonymous
Not applicable
Author

what about synthetic key and all

early i have removed

after loading through binary whether will get change or it looks good?