Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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 ?
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
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
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
in the backend create variables will work or not ?
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
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
Exactly, you have to create variables although in the script that loads the qvw through binary load.
Just performed a test and script variables also don't carry over.
PFA
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/
what about synthetic key and all
early i have removed
after loading through binary whether will get change or it looks good?