<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Method to merge two qvw apps. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Method-to-merge-two-qvw-apps/m-p/740958#M264662</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Is there any recommended method or approach to merge two qvw files into a single qvw file?&lt;/P&gt;&lt;P&gt;For example, I need to merge two apps Example1.qvw and Example2.qvw in a single app Example1.qvw.&lt;/P&gt;&lt;P&gt;(I am only aware of copying/pasting script and obejcts)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Abhishek.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 28 Nov 2014 09:08:40 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-11-28T09:08:40Z</dc:date>
    <item>
      <title>Method to merge two qvw apps.</title>
      <link>https://community.qlik.com/t5/QlikView/Method-to-merge-two-qvw-apps/m-p/740958#M264662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Is there any recommended method or approach to merge two qvw files into a single qvw file?&lt;/P&gt;&lt;P&gt;For example, I need to merge two apps Example1.qvw and Example2.qvw in a single app Example1.qvw.&lt;/P&gt;&lt;P&gt;(I am only aware of copying/pasting script and obejcts)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Abhishek.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Nov 2014 09:08:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Method-to-merge-two-qvw-apps/m-p/740958#M264662</guid>
      <dc:creator />
      <dc:date>2014-11-28T09:08:40Z</dc:date>
    </item>
    <item>
      <title>Re: Method to merge two qvw apps.</title>
      <link>https://community.qlik.com/t5/QlikView/Method-to-merge-two-qvw-apps/m-p/740959#M264663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try looking at Binary Loads, where you load the data model of the first file to the second.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Nov 2014 09:11:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Method-to-merge-two-qvw-apps/m-p/740959#M264663</guid>
      <dc:creator>jpenuliar</dc:creator>
      <dc:date>2014-11-28T09:11:10Z</dc:date>
    </item>
    <item>
      <title>Re: Method to merge two qvw apps.</title>
      <link>https://community.qlik.com/t5/QlikView/Method-to-merge-two-qvw-apps/m-p/740960#M264664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use Binary load.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Nov 2014 09:12:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Method-to-merge-two-qvw-apps/m-p/740960#M264664</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2014-11-28T09:12:34Z</dc:date>
    </item>
    <item>
      <title>Re: Method to merge two qvw apps.</title>
      <link>https://community.qlik.com/t5/QlikView/Method-to-merge-two-qvw-apps/m-p/740961#M264665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Binary load is used to share the entire dtamodel between 2 QVWs. Basically, the datamodel of one QVW (Q1) is copied from RAM to disk in 0 and 1 form, for another QVW (Q2). Thus Q2 inherits entire data of Q1.&lt;/P&gt;&lt;P&gt;e.g. if you have a base QVW where the common metrices are designed and you want to enhance this to build more business specific dashboards, Binary load is a good option.&lt;/P&gt;&lt;P&gt;Also, if you want to do incremental load, the loading of high volume historical data can be done by binary mothod, to utilize its speed.&lt;/P&gt;&lt;P&gt;Point to be noted here is: Binary has tobe the first statement of the script.&lt;/P&gt;&lt;P&gt;e.g.&lt;/P&gt;&lt;P&gt;Binary order.qvw;&lt;/P&gt;&lt;P&gt;Binary c:\order.qvw;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;To do a binary load use the QlikView File button in the Edit Script dialog.&lt;/P&gt;&lt;P&gt;Note that the resulting script code that is placed as the first line of your load script must stay the very first line.&amp;nbsp; Also, you can not chose to only load some of the data model - it has to be the whole lot.&amp;nbsp; You can however DROP some tables after the Binary Load has completed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;AS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Nov 2014 09:13:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Method-to-merge-two-qvw-apps/m-p/740961#M264665</guid>
      <dc:creator>amit_saini</dc:creator>
      <dc:date>2014-11-28T09:13:16Z</dc:date>
    </item>
    <item>
      <title>Re: Method to merge two qvw apps.</title>
      <link>https://community.qlik.com/t5/QlikView/Method-to-merge-two-qvw-apps/m-p/740962#M264666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes. If your both Example1 and Example2 qvw are stored in seperate qvd. Then, you can load that QVD's into one QVW.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See below Example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OpenSo:&lt;/P&gt;&lt;P&gt;LOAD * FROM OpenSalesOrder.QVD (qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CurrentHistory:&lt;/P&gt;&lt;P&gt;LOAD * From SalesHistoryCurrent.QVD (qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CSR_OpenSo:&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;&amp;nbsp; SoPlantWERKS AS CSR_PlantCode,&lt;/P&gt;&lt;P&gt;&amp;nbsp; SoPlant as CSR_Plant,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SoMonth as CSR_Month,&lt;/P&gt;&lt;P&gt;&amp;nbsp; SoNoVBELN as CSR_SoNo, &lt;/P&gt;&lt;P&gt;&amp;nbsp; SoSoldToCode AS CSR_SoldToCode,&lt;/P&gt;&lt;P&gt;&amp;nbsp; SoSoldToName as CSR_SoldToName,&lt;/P&gt;&lt;P&gt;&amp;nbsp; SoShipToCode as CSR_ShipToCode,&lt;/P&gt;&lt;P&gt;&amp;nbsp; SoShipToName as CSR_ShipToName&lt;/P&gt;&lt;P&gt;Resident OpenSo Where SoLiStatus = 'A';&lt;/P&gt;&lt;P&gt;STORE CSR_OpenSo into CSR_OpenSo.qvd;&lt;/P&gt;&lt;P&gt;drop Table CSR_OpenSo;&lt;/P&gt;&lt;P&gt;drop Table OpenSo; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CSR_CurrentHistory:&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;&amp;nbsp; BillingPlantWERKS AS CSR_PlantCode,&lt;/P&gt;&lt;P&gt;&amp;nbsp; BillingPlant as CSR_Plant,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Month(BillingRequestedDate) as CSR_Month,&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp; BillingSoNoAUBEL as CSR_SoNo, &lt;/P&gt;&lt;P&gt;&amp;nbsp; BillingSoldToCode AS CSR_SoldToCode,&lt;/P&gt;&lt;P&gt;&amp;nbsp; BillingSoldToName as CSR_SoldToName,&lt;/P&gt;&lt;P&gt;&amp;nbsp; BillingShipToCode as CSR_ShipToCode,&lt;/P&gt;&lt;P&gt;&amp;nbsp; BillingShipToName as CSR_ShipToName&lt;/P&gt;&lt;P&gt;Resident CurrentHistory;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STORE CSR_CurrentHistory into CSR_CurrentHistory.qvd;&lt;/P&gt;&lt;P&gt;drop Table CSR_CurrentHistory;&lt;/P&gt;&lt;P&gt;drop Table CurrentHistory;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Amol Khochare&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Nov 2014 09:19:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Method-to-merge-two-qvw-apps/m-p/740962#M264666</guid>
      <dc:creator />
      <dc:date>2014-11-28T09:19:42Z</dc:date>
    </item>
    <item>
      <title>Re: Method to merge two qvw apps.</title>
      <link>https://community.qlik.com/t5/QlikView/Method-to-merge-two-qvw-apps/m-p/740963#M264667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. select the first qvw file in secondary qvw file using edit escipt &amp;gt; Qlikview File &amp;gt; "select the file" (Binary wolud be placed in first statement of edit script.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. now load the file, i.e., same structure it would be concatenated with first one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this will help you. Please check..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;@Sub2u&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Nov 2014 18:03:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Method-to-merge-two-qvw-apps/m-p/740963#M264667</guid>
      <dc:creator />
      <dc:date>2014-11-28T18:03:34Z</dc:date>
    </item>
  </channel>
</rss>

