Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

what is the best way to load data from one QVW to another QVW

Hi,

  please any one explain what is the best way to load data from one Qvw to another Qvw..

Thanks

Reddy

3 Replies
Anonymous
Not applicable
Author

If you want to load all the data, go ahead and do a Binary reload.

You open a new document, go to the script editor, and choose to load a QlikView file. Then point to your source .qvw file and you're good to go.

Not applicable
Author

thanks for u.

Not applicable
Author

Hi,

Use binary load statement to load data from one qvw to another qvw. Keep one thing in mind that a qvw file can have only one binary load. Also binary statment should be first statement of you qvw script.

Syntax:

binary load source.qvw;

Rgds,

Dhananjay