<?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 Re: Load multiple QVWs one after one in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Load-multiple-QVWs-one-after-one/m-p/719066#M1078271</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi there&lt;/P&gt;&lt;P&gt;create a macro in qlikview with the following code and place it in a button&lt;/P&gt;&lt;P&gt;sub load()&lt;/P&gt;&lt;P&gt;Set App = ActiveDocument.GetApplication&lt;BR /&gt;Set newdoc = App.opendoc ("C:\L2.qvw")&lt;BR /&gt;newdoc.Activate&lt;BR /&gt;newdoc.reload&lt;BR /&gt;newdoc.save&lt;BR /&gt;newdoc.closedoc&lt;/P&gt;&lt;P&gt;Set App = ActiveDocument.GetApplication&lt;BR /&gt;Set newdoc = App.opendoc ("C:\L3.qvw")&lt;BR /&gt;newdoc.Activate&lt;BR /&gt;newdoc.reload&lt;BR /&gt;newdoc.save&lt;BR /&gt;newdoc.closedoc&lt;/P&gt;&lt;P&gt;Set App = ActiveDocument.GetApplication&lt;BR /&gt;Set newdoc = App.opendoc ("C:\L4.qvw")&lt;BR /&gt;newdoc.Activate&lt;BR /&gt;newdoc.reload&lt;BR /&gt;newdoc.save&lt;BR /&gt;newdoc.closedoc&lt;/P&gt;&lt;P&gt;Set App = ActiveDocument.GetApplication&lt;BR /&gt;Set newdoc = App.opendoc ("C:\Lx.qvw")&lt;BR /&gt;newdoc.Activate&lt;BR /&gt;newdoc.reload&lt;BR /&gt;newdoc.save&lt;BR /&gt;newdoc.closedoc&lt;/P&gt;&lt;P&gt;end sub&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 Jul 2014 20:36:39 GMT</pubDate>
    <dc:creator>jer_2011</dc:creator>
    <dc:date>2014-07-21T20:36:39Z</dc:date>
    <item>
      <title>Load multiple QVWs one after one</title>
      <link>https://community.qlik.com/t5/QlikView/Load-multiple-QVWs-one-after-one/m-p/719061#M1078266</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;I have 3 QVWs (L1, L2 and L4) for an app, First I have to open and reload L1 (it brings data from multiple sources into Qlikview and creates QVD) after that I have to run L2 (it transforms the data and does some calculation and creates QVD), At last I have to run L4 which brings in the data from QVD created by L2 and creates dashboard with that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was thinking is there any way, I can run L1, L2 and L4 from L4 itself so that I don't need to open and load each QVW individually. Any suggestion would be greatly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jul 2014 19:12:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-multiple-QVWs-one-after-one/m-p/719061#M1078266</guid>
      <dc:creator>kamal_sanguri</dc:creator>
      <dc:date>2014-07-21T19:12:05Z</dc:date>
    </item>
    <item>
      <title>Re: Load multiple QVWs one after one</title>
      <link>https://community.qlik.com/t5/QlikView/Load-multiple-QVWs-one-after-one/m-p/719062#M1078267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Make 4&lt;/P&gt;&lt;P&gt;Load 3&lt;/P&gt;&lt;P&gt;Right?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jul 2014 19:17:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-multiple-QVWs-one-after-one/m-p/719062#M1078267</guid>
      <dc:creator />
      <dc:date>2014-07-21T19:17:19Z</dc:date>
    </item>
    <item>
      <title>Re: Load multiple QVWs one after one</title>
      <link>https://community.qlik.com/t5/QlikView/Load-multiple-QVWs-one-after-one/m-p/719063#M1078268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;OL style="list-style-type: upper-alpha;"&gt;&lt;LI&gt;Yes.. Make L4 load L1 once it is completed then L2 and then&lt;BR /&gt;L4&lt;/LI&gt;&lt;/OL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jul 2014 19:20:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-multiple-QVWs-one-after-one/m-p/719063#M1078268</guid>
      <dc:creator>kamal_sanguri</dc:creator>
      <dc:date>2014-07-21T19:20:40Z</dc:date>
    </item>
    <item>
      <title>Re: Load multiple QVWs one after one</title>
      <link>https://community.qlik.com/t5/QlikView/Load-multiple-QVWs-one-after-one/m-p/719064#M1078269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have already added 3 buttons in L4 . First reloads L1&lt;BR /&gt;second reloads L2 and third L4. However I need all the actions in one button, When&lt;BR /&gt;I add all the actions to load L1, L2 and L4 in one button, all the QVWs start&lt;BR /&gt;loading simultaneously, But I want them to load one after one.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jul 2014 19:28:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-multiple-QVWs-one-after-one/m-p/719064#M1078269</guid>
      <dc:creator>kamal_sanguri</dc:creator>
      <dc:date>2014-07-21T19:28:44Z</dc:date>
    </item>
    <item>
      <title>Re: Load multiple QVWs one after one</title>
      <link>https://community.qlik.com/t5/QlikView/Load-multiple-QVWs-one-after-one/m-p/719065#M1078270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create a Batch file and then create an object in QV to run the bat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To create the batch file open notepad and write&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cd&amp;nbsp; C:\Program Files\QlikView&lt;/P&gt;&lt;P&gt;qv.exe /r C:\...path to document 1 goes here&lt;/P&gt;&lt;P&gt;qv.exe /r C:\...path to document 2 goes here&lt;/P&gt;&lt;P&gt;etc....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Save as filename.bat&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then create a button in your main sheet to execute the bat file you created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you didn't do a default installation of QlikView the cd C:\Program Files\QlikView will not be the correct path &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jul 2014 20:14:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-multiple-QVWs-one-after-one/m-p/719065#M1078270</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-21T20:14:12Z</dc:date>
    </item>
    <item>
      <title>Re: Load multiple QVWs one after one</title>
      <link>https://community.qlik.com/t5/QlikView/Load-multiple-QVWs-one-after-one/m-p/719066#M1078271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi there&lt;/P&gt;&lt;P&gt;create a macro in qlikview with the following code and place it in a button&lt;/P&gt;&lt;P&gt;sub load()&lt;/P&gt;&lt;P&gt;Set App = ActiveDocument.GetApplication&lt;BR /&gt;Set newdoc = App.opendoc ("C:\L2.qvw")&lt;BR /&gt;newdoc.Activate&lt;BR /&gt;newdoc.reload&lt;BR /&gt;newdoc.save&lt;BR /&gt;newdoc.closedoc&lt;/P&gt;&lt;P&gt;Set App = ActiveDocument.GetApplication&lt;BR /&gt;Set newdoc = App.opendoc ("C:\L3.qvw")&lt;BR /&gt;newdoc.Activate&lt;BR /&gt;newdoc.reload&lt;BR /&gt;newdoc.save&lt;BR /&gt;newdoc.closedoc&lt;/P&gt;&lt;P&gt;Set App = ActiveDocument.GetApplication&lt;BR /&gt;Set newdoc = App.opendoc ("C:\L4.qvw")&lt;BR /&gt;newdoc.Activate&lt;BR /&gt;newdoc.reload&lt;BR /&gt;newdoc.save&lt;BR /&gt;newdoc.closedoc&lt;/P&gt;&lt;P&gt;Set App = ActiveDocument.GetApplication&lt;BR /&gt;Set newdoc = App.opendoc ("C:\Lx.qvw")&lt;BR /&gt;newdoc.Activate&lt;BR /&gt;newdoc.reload&lt;BR /&gt;newdoc.save&lt;BR /&gt;newdoc.closedoc&lt;/P&gt;&lt;P&gt;end sub&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jul 2014 20:36:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-multiple-QVWs-one-after-one/m-p/719066#M1078271</guid>
      <dc:creator>jer_2011</dc:creator>
      <dc:date>2014-07-21T20:36:39Z</dc:date>
    </item>
    <item>
      <title>Re: Load multiple QVWs one after one</title>
      <link>https://community.qlik.com/t5/QlikView/Load-multiple-QVWs-one-after-one/m-p/719067#M1078272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bingo, this is something I was looking for...cheers to you ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jul 2014 19:25:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-multiple-QVWs-one-after-one/m-p/719067#M1078272</guid>
      <dc:creator>kamal_sanguri</dc:creator>
      <dc:date>2014-07-23T19:25:35Z</dc:date>
    </item>
  </channel>
</rss>

