<?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: Reload Partial in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Reload-Partial/m-p/771152#M1260060</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;For this you need the Publisher for reload task and then mount your folder with Qlik application and then create the reload schedule task on the management console and set there time difference. But you need license for this to reload and also the server installation. Also you can create the Bat file for this and then create the task scheduler in the windows platform.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Dec 2014 20:19:48 GMT</pubDate>
    <dc:creator>its_anandrjs</dc:creator>
    <dc:date>2014-12-03T20:19:48Z</dc:date>
    <item>
      <title>Reload Partial</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-Partial/m-p/771148#M1260050</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;I have a script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ODBC connect ......&lt;/P&gt;&lt;P&gt;ScrA:&lt;/P&gt;&lt;P&gt;SQL &amp;lt;columns&amp;gt;&lt;/P&gt;&lt;P&gt;From&lt;/P&gt;&lt;P&gt;WHERE ....;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ScrB:&lt;/P&gt;&lt;P&gt;sql &amp;lt;columns&amp;gt;&lt;/P&gt;&lt;P&gt;From&lt;/P&gt;&lt;P&gt;Where .....;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i want to reload only Scrb:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to do this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-Partial/m-p/771148#M1260050</guid>
      <dc:creator />
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Reload Partial</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-Partial/m-p/771149#M1260053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ama,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;ScrB:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;REPLACE &lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;sql &amp;lt;columns&amp;gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;From&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Where .....;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and Finally&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;File&amp;gt; Partial Reload (Ctrl + Shift + R)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pablo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Dec 2014 19:57:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-Partial/m-p/771149#M1260053</guid>
      <dc:creator />
      <dc:date>2014-12-03T19:57:31Z</dc:date>
    </item>
    <item>
      <title>Re: Reload Partial</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-Partial/m-p/771150#M1260056</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;Do this way put Add Load statement above the Sql statement &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ODBC connect ......&lt;/P&gt;&lt;P&gt;ScrA:&lt;/P&gt;&lt;P&gt;SQL &amp;lt;columns&amp;gt;&lt;/P&gt;&lt;P&gt;From&lt;/P&gt;&lt;P&gt;WHERE ....;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ScrB:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Add&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Load *;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;sql &amp;lt;columns&amp;gt;&lt;/P&gt;&lt;P&gt;From&lt;/P&gt;&lt;P&gt;Where .....;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note:- And then from file menu click on the &lt;STRONG&gt;Partial Reload&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Dec 2014 20:03:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-Partial/m-p/771150#M1260056</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-12-03T20:03:53Z</dc:date>
    </item>
    <item>
      <title>Re: Reload Partial</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-Partial/m-p/771151#M1260058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thx. It works.&lt;/P&gt;&lt;P&gt;Can you explain me how to do this automatically every 5 minutes?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Dec 2014 20:10:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-Partial/m-p/771151#M1260058</guid>
      <dc:creator />
      <dc:date>2014-12-03T20:10:00Z</dc:date>
    </item>
    <item>
      <title>Re: Reload Partial</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-Partial/m-p/771152#M1260060</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;For this you need the Publisher for reload task and then mount your folder with Qlik application and then create the reload schedule task on the management console and set there time difference. But you need license for this to reload and also the server installation. Also you can create the Bat file for this and then create the task scheduler in the windows platform.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Dec 2014 20:19:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-Partial/m-p/771152#M1260060</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-12-03T20:19:48Z</dc:date>
    </item>
    <item>
      <title>Re: Reload Partial</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-Partial/m-p/771153#M1260063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thx.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know how to create a bat file.&lt;/P&gt;&lt;P&gt;But what statements do i need to write in there?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Dec 2014 20:24:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-Partial/m-p/771153#M1260063</guid>
      <dc:creator />
      <dc:date>2014-12-03T20:24:13Z</dc:date>
    </item>
    <item>
      <title>Re: Reload Partial</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-Partial/m-p/771154#M1260066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Write like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"c:\Program Files\QlikView\QV.exe" /r C:\FinTestApp.qvw&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Dec 2014 20:41:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-Partial/m-p/771154#M1260066</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-12-03T20:41:55Z</dc:date>
    </item>
    <item>
      <title>Re: Reload Partial</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-Partial/m-p/771155#M1260069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thx. And how to partial reload?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Dec 2014 21:01:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-Partial/m-p/771155#M1260069</guid>
      <dc:creator />
      <dc:date>2014-12-03T21:01:22Z</dc:date>
    </item>
    <item>
      <title>Re: Reload Partial</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-Partial/m-p/771156#M1260072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then write /RP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"c:\Program Files\QlikView\QV.exe" /RP C:\FinTestApp.qvw&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And dont forget to put Add or Replace in the load statement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Dec 2014 21:11:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-Partial/m-p/771156#M1260072</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-12-03T21:11:04Z</dc:date>
    </item>
  </channel>
</rss>

