<?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: Running a Qlikview Script before an other Qlikview Script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Running-a-Qlikview-Script-before-an-other-Qlikview-Script/m-p/1594502#M738684</link>
    <description>&lt;P&gt;My pleasure!&lt;/P&gt;</description>
    <pubDate>Fri, 21 Jun 2019 07:57:43 GMT</pubDate>
    <dc:creator>kennethmash</dc:creator>
    <dc:date>2019-06-21T07:57:43Z</dc:date>
    <item>
      <title>Running a Qlikview Script before an other Qlikview Script</title>
      <link>https://community.qlik.com/t5/QlikView/Running-a-Qlikview-Script-before-an-other-Qlikview-Script/m-p/1593971#M738677</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have 2 Qlikview Scripts. I want to run a Qlikview Script 1 before running Qlikview Script 2 (for loading)&lt;/P&gt;&lt;P&gt;How can i proceed ?&lt;/P&gt;&lt;P&gt;Thanks in advance for your answers&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Running-a-Qlikview-Script-before-an-other-Qlikview-Script/m-p/1593971#M738677</guid>
      <dc:creator>Fanch</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Running a Qlikview Script before an other Qlikview Script</title>
      <link>https://community.qlik.com/t5/QlikView/Running-a-Qlikview-Script-before-an-other-Qlikview-Script/m-p/1593979#M738678</link>
      <description>Hi, can you post the scripts? I suspect using the preceding load feature can work but can't say for sure without seeing your script. See link below for an explanation of preceding load: &lt;A href="https://www.quickintelligence.co.uk/preceding-load-qlikview/" target="_blank"&gt;https://www.quickintelligence.co.uk/preceding-load-qlikview/&lt;/A&gt;</description>
      <pubDate>Thu, 20 Jun 2019 08:12:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Running-a-Qlikview-Script-before-an-other-Qlikview-Script/m-p/1593979#M738678</guid>
      <dc:creator>kennethmash</dc:creator>
      <dc:date>2019-06-20T08:12:16Z</dc:date>
    </item>
    <item>
      <title>Re: Running a Qlikview Script before an other Qlikview Script</title>
      <link>https://community.qlik.com/t5/QlikView/Running-a-Qlikview-Script-before-an-other-Qlikview-Script/m-p/1594000#M738679</link>
      <description>&lt;P&gt;In my Qlikview Script 1 Exemple1.qvw&lt;/P&gt;&lt;P&gt;&amp;nbsp;- Select Tab1, Tab2, Tab 3 from Mytable1&lt;/P&gt;&lt;P&gt;- Store * from Mytable into &lt;EM&gt;Path&lt;/EM&gt;/Mytable1.qvd&lt;/P&gt;&lt;P&gt;In my Qlikview Script 2 Exemple2.qvw&lt;/P&gt;&lt;P&gt;- Select ......&lt;/P&gt;&lt;P&gt;&amp;nbsp;- Load&amp;nbsp;Tab1, Tab2, Tab 3 from &lt;EM&gt;Path&lt;/EM&gt;/Mytable1.qvd&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, i need to update the data from Exemple1.qvw before updating&amp;nbsp;the data from Exemple2.qvw&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jun 2019 08:49:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Running-a-Qlikview-Script-before-an-other-Qlikview-Script/m-p/1594000#M738679</guid>
      <dc:creator>Fanch</dc:creator>
      <dc:date>2019-06-20T08:49:05Z</dc:date>
    </item>
    <item>
      <title>Re: Running a Qlikview Script before an other Qlikview Script</title>
      <link>https://community.qlik.com/t5/QlikView/Running-a-Qlikview-Script-before-an-other-Qlikview-Script/m-p/1594068#M738680</link>
      <description>&lt;P&gt;Oh ok. Then you just put the script from example2 after the script from example1 in the same document.&lt;/P&gt;&lt;P&gt;So create one document called example 3. In one script tab put the code for example1 and in the other script tab put the code for example2. The tabs are executed from left to right so make sure the tab with the code for example1 is to the left of the tab for the code for example2. You can also just put the code for example2 underneath the code for example1. What you need to do is decide if you need to keep the table from example1. If you don't then just make sure to add the line &lt;EM&gt;drop table&lt;/EM&gt;&amp;nbsp; &lt;EM&gt;"MyTable1"&lt;/EM&gt; under the store line. If you need to keep the table from example1 then just make sure the example2 table has a different name.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jun 2019 10:33:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Running-a-Qlikview-Script-before-an-other-Qlikview-Script/m-p/1594068#M738680</guid>
      <dc:creator>kennethmash</dc:creator>
      <dc:date>2019-06-20T10:33:55Z</dc:date>
    </item>
    <item>
      <title>Re: Running a Qlikview Script before an other Qlikview Script</title>
      <link>https://community.qlik.com/t5/QlikView/Running-a-Qlikview-Script-before-an-other-Qlikview-Script/m-p/1594130#M738681</link>
      <description>&lt;P&gt;Hi Kenneth,&lt;/P&gt;&lt;P&gt;Thanls a lot for your answers, but it is important for me to run from 2 different script, not running 2 script on 2 different tab on the same document. I explain to you&lt;/P&gt;&lt;P&gt;When i reload Exemple1, the time of reload is 23 minutes&lt;/P&gt;&lt;P&gt;When i Reload Exemple2 with Exemple1 on a other tab, the time of reload is 25 minutes&lt;/P&gt;&lt;P&gt;But when i reload Exemple2 with just add loading Exemple1.qvd, the time of reload is just 2 minutes.&lt;/P&gt;&lt;P&gt;So, i need to update the table1 in my Exemple1.qvw (Task Scheduler ? Services ?) , store this information in a qvd file and after update my database in my Exemple2.qvw&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jun 2019 12:43:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Running-a-Qlikview-Script-before-an-other-Qlikview-Script/m-p/1594130#M738681</guid>
      <dc:creator>Fanch</dc:creator>
      <dc:date>2019-06-20T12:43:13Z</dc:date>
    </item>
    <item>
      <title>Re: Running a Qlikview Script before an other Qlikview Script</title>
      <link>https://community.qlik.com/t5/QlikView/Running-a-Qlikview-Script-before-an-other-Qlikview-Script/m-p/1594188#M738682</link>
      <description>Hi Fanch&lt;BR /&gt;&lt;BR /&gt;Are you simply running a personal edition or do you have a full Qlikview&lt;BR /&gt;server environment? Assuming you have qlikview server then you will have a&lt;BR /&gt;management console where you can just schedule example 2 to run on&lt;BR /&gt;completion of example 1.&lt;BR /&gt;&lt;BR /&gt;If you don't have that then you can use scheduler but I am no expert on&lt;BR /&gt;that. I would guess example2 would have to be set to run on an a task that&lt;BR /&gt;is triggered by an event from example1 but I am not sure how to do that&lt;BR /&gt;unfortunately.&lt;BR /&gt;</description>
      <pubDate>Thu, 20 Jun 2019 14:41:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Running-a-Qlikview-Script-before-an-other-Qlikview-Script/m-p/1594188#M738682</guid>
      <dc:creator>kennethmash</dc:creator>
      <dc:date>2019-06-20T14:41:17Z</dc:date>
    </item>
    <item>
      <title>Re: Running a Qlikview Script before an other Qlikview Script</title>
      <link>https://community.qlik.com/t5/QlikView/Running-a-Qlikview-Script-before-an-other-Qlikview-Script/m-p/1594196#M738683</link>
      <description>&lt;P&gt;Hi Kenneth,&lt;/P&gt;&lt;P&gt;Yeeeeeeeeeesssss. It's just what i want&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":thumbs_up:"&gt;👍&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot, have a nice day !&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jun 2019 14:51:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Running-a-Qlikview-Script-before-an-other-Qlikview-Script/m-p/1594196#M738683</guid>
      <dc:creator>Fanch</dc:creator>
      <dc:date>2019-06-20T14:51:25Z</dc:date>
    </item>
    <item>
      <title>Re: Running a Qlikview Script before an other Qlikview Script</title>
      <link>https://community.qlik.com/t5/QlikView/Running-a-Qlikview-Script-before-an-other-Qlikview-Script/m-p/1594502#M738684</link>
      <description>&lt;P&gt;My pleasure!&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jun 2019 07:57:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Running-a-Qlikview-Script-before-an-other-Qlikview-Script/m-p/1594502#M738684</guid>
      <dc:creator>kennethmash</dc:creator>
      <dc:date>2019-06-21T07:57:43Z</dc:date>
    </item>
  </channel>
</rss>

