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

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

hi

Is this possible to access multiple qvw files via binary load?

5 Replies
qv_testing
Specialist II
Specialist II

Hi Madhu,

At  a time two qvw not possible....

You can only use it as the first statement of a load script.

There can only ever be one binary load per .qvw.

Ex:

Binary D:MyFile.qvw;

sujeetsingh
Master III
Master III

It is not possible to to load more than one Qlikview into another Qlikview file, but you can load more QVW file and multiple qvd files into the Qlikview file.

There is not concept of loading multiple Qlikview files using Binary Load in Qlikview, but what you can do is Binary load the QVW file first on top of that load the QVDs which you are used in the second Qlikview file.

Is there any way to load more than one qvw file into qlikview?

jagan
Partner - Champion III
Partner - Champion III

Hi Madhu,

It is not possible to use multiple binary load in one qlikview files, instead you can do one binary on top that you can load other tables like below.  Please check the example below

BINARY SomeFile.qvw;

Table1:

LOAD
*

FROM DataSource1;

Table2:

LOAD
*

FROM DataSource2;

When the above script is executed the datamodel is loaded into the new file and Table1 and Table2 are additionally added into the Datamodel.

Like this you have to do.  Hope this helps you.

Regards,

Jagan.

amit_saini
Master III
Master III

Madhu,

Only one qvw can be a part of binary load not multiple.

Thanks,

AS

Not applicable
Author

Hi madhu only one application can be loaded via binary load you get the reason from following image which is from Qlikview reference manualreference manual.png