<?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: Reloading different QVWs in continuation in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Reloading-different-QVWs-in-continuation/m-p/697685#M676844</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;- it seems you haven't a qlikview server; in a server you can schedule dependent reloads&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- for qlikview desktop you can use a dos batch&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;SET DISK=E&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;SET WORKDIR="E:\Projects\........"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;SET QVDIR="C:\Program Files\QlikView\QV.exe"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;%DISK%:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;cd %WORKDIR%&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;%QVDIR% /r "T_00_CALENDARIO.qvw"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;%QVDIR% /r "T_01_ARTICOLO.qvw"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;%QVDIR% /r "T_02_ANAGRAFICHE.qvw"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;.........&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- or you can try with a button with more launch actions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/60744_1.png" style="width: 620px; height: 371px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Jun 2014 18:10:59 GMT</pubDate>
    <dc:creator>maxgro</dc:creator>
    <dc:date>2014-06-17T18:10:59Z</dc:date>
    <item>
      <title>Reloading different QVWs in continuation</title>
      <link>https://community.qlik.com/t5/QlikView/Reloading-different-QVWs-in-continuation/m-p/697684#M676843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am new to Qlikview and working on project where I have multiple QVWs. L1 which loads the raw data in and converts it into QVDs. L2 which loads data from QVD generated by L1 and transforms the data (joining multiple tables and filtering unwanted data) and creates QVDs and at Last L4 which brings data into qlikview from QVDs created by L2 and represent the data in graphical format (Dashboards).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now the challenge is I have to load all 3 QVWs one by one. First I open and run L1 then L2 and then L4. So just wandering if there is any way I can place a button on L4 which will load L1 so that it pull data from and convert that into QVDs then Load L2 and then L4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be greatly appreciated.&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2014 17:02:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reloading-different-QVWs-in-continuation/m-p/697684#M676843</guid>
      <dc:creator>kamal_sanguri</dc:creator>
      <dc:date>2014-06-17T17:02:34Z</dc:date>
    </item>
    <item>
      <title>Re: Reloading different QVWs in continuation</title>
      <link>https://community.qlik.com/t5/QlikView/Reloading-different-QVWs-in-continuation/m-p/697685#M676844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;- it seems you haven't a qlikview server; in a server you can schedule dependent reloads&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- for qlikview desktop you can use a dos batch&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;SET DISK=E&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;SET WORKDIR="E:\Projects\........"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;SET QVDIR="C:\Program Files\QlikView\QV.exe"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;%DISK%:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;cd %WORKDIR%&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;%QVDIR% /r "T_00_CALENDARIO.qvw"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;%QVDIR% /r "T_01_ARTICOLO.qvw"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;%QVDIR% /r "T_02_ANAGRAFICHE.qvw"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;.........&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- or you can try with a button with more launch actions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/60744_1.png" style="width: 620px; height: 371px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2014 18:10:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reloading-different-QVWs-in-continuation/m-p/697685#M676844</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-06-17T18:10:59Z</dc:date>
    </item>
    <item>
      <title>Re: Reloading different QVWs in continuation</title>
      <link>https://community.qlik.com/t5/QlikView/Reloading-different-QVWs-in-continuation/m-p/697686#M676845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can try creating a button with 3 actions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. External/Launch: &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;"C:\Program Files\QlikView\qv.exe" /r L1.qvw&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;2. External/Launch: &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;"C:\Program Files\QlikView\qv.exe" /r L2.qvw&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;3. External/Run Script&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are using QlikView Server, you can schedule L2 and L4 "On Event of Anothe Task", triggering them in sequence when L1 is run with a regular reload.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2014 18:19:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reloading-different-QVWs-in-continuation/m-p/697686#M676845</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-17T18:19:10Z</dc:date>
    </item>
    <item>
      <title>Re: Reloading different QVWs in continuation</title>
      <link>https://community.qlik.com/t5/QlikView/Reloading-different-QVWs-in-continuation/m-p/697687#M676846</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;Thanks for replying however I am getting error failed to open document. But when I remove \r from parameter I can open the file however it is just opening and reloading it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please advice&lt;/P&gt;&lt;P&gt;&lt;IMG alt="$663A7C0B5DAA9B52.bmp" class="jive-image" src="https://community.qlik.com/legacyfs/online/60746_$663A7C0B5DAA9B52.bmp" style="width: 620px; height: 517px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2014 19:16:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reloading-different-QVWs-in-continuation/m-p/697687#M676846</guid>
      <dc:creator>kamal_sanguri</dc:creator>
      <dc:date>2014-06-17T19:16:47Z</dc:date>
    </item>
    <item>
      <title>Re: Reloading different QVWs in continuation</title>
      <link>https://community.qlik.com/t5/QlikView/Reloading-different-QVWs-in-continuation/m-p/697688#M676847</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;Thanks for reply, could you please elaborate. I have added a button and on External Launch event I have supplied these values. But when I click on it I get error Failed to open and after removing \r, file is opening but not reloading.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please advise.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="$663A7C0B5DAA9B52.bmp" class="jive-image" src="https://community.qlik.com/legacyfs/online/60747_$663A7C0B5DAA9B52.bmp" style="width: 620px; height: 517px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2014 19:25:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reloading-different-QVWs-in-continuation/m-p/697688#M676847</guid>
      <dc:creator>kamal_sanguri</dc:creator>
      <dc:date>2014-06-17T19:25:23Z</dc:date>
    </item>
    <item>
      <title>Re: Reloading different QVWs in continuation</title>
      <link>https://community.qlik.com/t5/QlikView/Reloading-different-QVWs-in-continuation/m-p/697689#M676848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;/r&lt;/P&gt;&lt;P&gt;not \r&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2014 19:35:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reloading-different-QVWs-in-continuation/m-p/697689#M676848</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-06-17T19:35:58Z</dc:date>
    </item>
    <item>
      <title>Re: Reloading different QVWs in continuation</title>
      <link>https://community.qlik.com/t5/QlikView/Reloading-different-QVWs-in-continuation/m-p/697690#M676849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for catching this. It is working now but not perfectly.&lt;/P&gt;&lt;P&gt;I can reload the data for L1 by pressing button in L2 but the problem is when I increase the rows in excel file and press button in L2 it brings in all the data in L1 however when I remove few rows from excel file it still pulls the same number of rows.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2014 20:18:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reloading-different-QVWs-in-continuation/m-p/697690#M676849</guid>
      <dc:creator>kamal_sanguri</dc:creator>
      <dc:date>2014-06-17T20:18:48Z</dc:date>
    </item>
    <item>
      <title>Re: Reloading different QVWs in continuation</title>
      <link>https://community.qlik.com/t5/QlikView/Reloading-different-QVWs-in-continuation/m-p/697691#M676850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;did you saved the excel?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;blank rows? if yes try to add some where condition, example &lt;/P&gt;&lt;P&gt;where len(trim(somefieldinexcel))&amp;gt;0&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2014 20:23:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reloading-different-QVWs-in-continuation/m-p/697691#M676850</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-06-17T20:23:42Z</dc:date>
    </item>
    <item>
      <title>Re: Reloading different QVWs in continuation</title>
      <link>https://community.qlik.com/t5/QlikView/Reloading-different-QVWs-in-continuation/m-p/697692#M676851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, this is not about blank rows, I add new data in excel and press button in L2 and L1 is loaded with new data however when I do same thing after removing few rows L1 does not updated with new data and still shows old data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2014 20:32:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reloading-different-QVWs-in-continuation/m-p/697692#M676851</guid>
      <dc:creator>kamal_sanguri</dc:creator>
      <dc:date>2014-06-17T20:32:39Z</dc:date>
    </item>
    <item>
      <title>Re: Reloading different QVWs in continuation</title>
      <link>https://community.qlik.com/t5/QlikView/Reloading-different-QVWs-in-continuation/m-p/697693#M676852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no idea at the moment but if you can post your L1 L2 and excel perhaps someone in the community can helps you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2014 20:35:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reloading-different-QVWs-in-continuation/m-p/697693#M676852</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-06-17T20:35:53Z</dc:date>
    </item>
    <item>
      <title>Re: Reloading different QVWs in continuation</title>
      <link>https://community.qlik.com/t5/QlikView/Reloading-different-QVWs-in-continuation/m-p/697694#M676853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can u please check the attached files&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2014 20:36:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reloading-different-QVWs-in-continuation/m-p/697694#M676853</guid>
      <dc:creator>kamal_sanguri</dc:creator>
      <dc:date>2014-06-17T20:36:42Z</dc:date>
    </item>
    <item>
      <title>Re: Reloading different QVWs in continuation</title>
      <link>https://community.qlik.com/t5/QlikView/Reloading-different-QVWs-in-continuation/m-p/697695#M676854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Wow I guess it is working fine&lt;/P&gt;&lt;P&gt;Thanks for help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2014 20:42:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reloading-different-QVWs-in-continuation/m-p/697695#M676854</guid>
      <dc:creator>kamal_sanguri</dc:creator>
      <dc:date>2014-06-17T20:42:51Z</dc:date>
    </item>
  </channel>
</rss>

