Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
prabhas277
Creator
Creator

binary load

Hi to all,

i want to load the qvw file by using binary load then what are changes in data model,in tableview?

1 Solution

Accepted Solutions
Anonymous
Not applicable

with binary load you will get full datamodel of the source qvw file as it is in the destination qvw

you will have to take note of all the associations getting created with the source datamodel and tables you would be loading in destination(non binary load tables)

View solution in original post

3 Replies
Anonymous
Not applicable

Hi Prabhas,

You can refer to this post Types of loads in Qlikview

Anonymous
Not applicable

with binary load you will get full datamodel of the source qvw file as it is in the destination qvw

you will have to take note of all the associations getting created with the source datamodel and tables you would be loading in destination(non binary load tables)

Anonymous
Not applicable

if you dont want particular tables from source qvw in destination

you can simply drop those tables

in your destination qvw script

binary file path

Drop tablenamefromsourceyouwanttodelete;

continue with rest of the script in the destination qvw