Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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;
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?
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.
Madhu,
Only one qvw can be a part of binary load not multiple.
Thanks,
AS
Hi madhu only one application can be loaded via binary load you get the reason from following image which is from Qlikview reference manual