<?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: Tab script reload. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Tab-script-reload/m-p/754293#M1039737</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;if you are reloading manuallly,comment the code you don't want to reload.&lt;/P&gt;&lt;P&gt;But if you are scheduling the reload of Document ,then Gysberts sub routines solution looks good.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Neetha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Dec 2014 12:40:31 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-12-17T12:40:31Z</dc:date>
    <item>
      <title>Tab script reload.</title>
      <link>https://community.qlik.com/t5/QlikView/Tab-script-reload/m-p/754289#M1039729</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;I have a query I have multiple tabs in the script. Is it possible to reload the script of a single tab instead of the entire script. as it takes a lot of time. Does partial reload work for this usecase?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sai&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Dec 2014 12:19:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Tab-script-reload/m-p/754289#M1039729</guid>
      <dc:creator />
      <dc:date>2014-12-17T12:19:55Z</dc:date>
    </item>
    <item>
      <title>Re: Tab script reload.</title>
      <link>https://community.qlik.com/t5/QlikView/Tab-script-reload/m-p/754290#M1039731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sai,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you just want a quick way to do this, then promote the tab higher in your script and then use 'exit scrpt;' at the end of the tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are looking for a more dynamic way to cheery pick certain tabs to reload each time, then I would look at maybe using a passed in parameter string to your reload, listing out the required tabs to reload in it and then an if statement on each tab, looking for it's value to decide to run the tab or not&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope that helps&lt;/P&gt;&lt;P&gt;Joe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Dec 2014 12:28:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Tab-script-reload/m-p/754290#M1039731</guid>
      <dc:creator />
      <dc:date>2014-12-17T12:28:29Z</dc:date>
    </item>
    <item>
      <title>Re: Tab script reload.</title>
      <link>https://community.qlik.com/t5/QlikView/Tab-script-reload/m-p/754291#M1039733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create sub routines on each tab by enclosing the code on the tab in &lt;EM&gt;Sub MySubNameHere&lt;/EM&gt; and&lt;EM&gt; End Sub&lt;/EM&gt;. Then add a new tab and call each sub routine on that last tab. Comment out the sub routines with the code you don't want to run.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Dec 2014 12:31:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Tab-script-reload/m-p/754291#M1039733</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-12-17T12:31:17Z</dc:date>
    </item>
    <item>
      <title>Re: Tab script reload.</title>
      <link>https://community.qlik.com/t5/QlikView/Tab-script-reload/m-p/754292#M1039735</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I wish I could mark both correct. Thanks guys &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Dec 2014 12:36:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Tab-script-reload/m-p/754292#M1039735</guid>
      <dc:creator />
      <dc:date>2014-12-17T12:36:10Z</dc:date>
    </item>
    <item>
      <title>Re: Tab script reload.</title>
      <link>https://community.qlik.com/t5/QlikView/Tab-script-reload/m-p/754293#M1039737</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;if you are reloading manuallly,comment the code you don't want to reload.&lt;/P&gt;&lt;P&gt;But if you are scheduling the reload of Document ,then Gysberts sub routines solution looks good.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Neetha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Dec 2014 12:40:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Tab-script-reload/m-p/754293#M1039737</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-12-17T12:40:31Z</dc:date>
    </item>
    <item>
      <title>Re: Tab script reload.</title>
      <link>https://community.qlik.com/t5/QlikView/Tab-script-reload/m-p/754294#M1039738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No worries,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are just looking for something a bit manual but clean, Gysbert's suggestion is the one to go for.&lt;/P&gt;&lt;P&gt;If you do have adjusting requirements on each reload schedule (Full vs Inc reloads, start of day dimension table reload only etc) then I would look at the parameter option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Joe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Dec 2014 12:45:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Tab-script-reload/m-p/754294#M1039738</guid>
      <dc:creator />
      <dc:date>2014-12-17T12:45:46Z</dc:date>
    </item>
  </channel>
</rss>

