<?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: How to make an automatically reload script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-make-an-automatically-reload-script/m-p/1454711#M609425</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Data reload automatically on what basis?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Dec 2017 11:48:29 GMT</pubDate>
    <dc:creator>Anil_Babu_Samineni</dc:creator>
    <dc:date>2017-12-26T11:48:29Z</dc:date>
    <item>
      <title>How to make an automatically reload script</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-an-automatically-reload-script/m-p/1454707#M609421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am a new hand.&lt;/P&gt;&lt;P&gt;I want to make a script to reload data automatically.&lt;/P&gt;&lt;P&gt;Does anybody can teach me how to make it ??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Dec 2017 10:39:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-an-automatically-reload-script/m-p/1454707#M609421</guid>
      <dc:creator>lichang422</dc:creator>
      <dc:date>2017-12-26T10:39:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to make an automatically reload script</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-an-automatically-reload-script/m-p/1454708#M609422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;U want to reload the data in QMC ? If yes than create a task and assign it a specific time to reload . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if no than can you please elaborate what exactly you want ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Dec 2017 10:50:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-an-automatically-reload-script/m-p/1454708#M609422</guid>
      <dc:creator>pradosh_thakur</dc:creator>
      <dc:date>2017-12-26T10:50:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to make an automatically reload script</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-an-automatically-reload-script/m-p/1454709#M609423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i use desktop version.&lt;/P&gt;&lt;P&gt;My resource data is from ODBC .And the data is always update.&lt;/P&gt;&lt;P&gt;So i want to refresh the data at a period time. &lt;/P&gt;&lt;P&gt;To let my visual is keep newest.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Dec 2017 11:00:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-an-automatically-reload-script/m-p/1454709#M609423</guid>
      <dc:creator>lichang422</dc:creator>
      <dc:date>2017-12-26T11:00:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to make an automatically reload script</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-an-automatically-reload-script/m-p/1454710#M609424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Just create a batch file with the line for automation or else you can run it from command line with the below expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;"C:\Program Files\Qlikview\qv.exe" /r &lt;EM style="font-weight: inherit; font-family: inherit;"&gt;&amp;lt;path to your model&amp;gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;schedule the batch file using windows batch scheduler. &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;check out these link too.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/docs/DOC-8899"&gt;Batch file script to reload Qlikview Applications&lt;/A&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/thread/60302"&gt;Automatic Reload to Script.&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Dec 2017 11:23:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-an-automatically-reload-script/m-p/1454710#M609424</guid>
      <dc:creator>pradosh_thakur</dc:creator>
      <dc:date>2017-12-26T11:23:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to make an automatically reload script</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-an-automatically-reload-script/m-p/1454711#M609425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Data reload automatically on what basis?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Dec 2017 11:48:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-an-automatically-reload-script/m-p/1454711#M609425</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-12-26T11:48:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to make an automatically reload script</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-an-automatically-reload-script/m-p/1454712#M609426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i use Qlik Sense , does it also support command line ??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Dec 2017 14:13:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-an-automatically-reload-script/m-p/1454712#M609426</guid>
      <dc:creator>lichang422</dc:creator>
      <dc:date>2017-12-26T14:13:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to make an automatically reload script</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-an-automatically-reload-script/m-p/1454713#M609427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Desktop, Server, Cloud?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Dec 2017 14:30:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-an-automatically-reload-script/m-p/1454713#M609427</guid>
      <dc:creator>antonaks</dc:creator>
      <dc:date>2017-12-26T14:30:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to make an automatically reload script</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-an-automatically-reload-script/m-p/1454714#M609428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, i use Desktop ,Thx!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Dec 2017 14:32:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-an-automatically-reload-script/m-p/1454714#M609428</guid>
      <dc:creator>lichang422</dc:creator>
      <dc:date>2017-12-26T14:32:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to make an automatically reload script</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-an-automatically-reload-script/m-p/1454715#M609429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If desktop you may find some solution here - &lt;A href="http://branch.qlik.com/#!/project/58276ae8d4dbcc7481114356" title="http://branch.qlik.com/#!/project/58276ae8d4dbcc7481114356"&gt;Qlik Branch&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Dec 2017 14:32:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-an-automatically-reload-script/m-p/1454715#M609429</guid>
      <dc:creator>antonaks</dc:creator>
      <dc:date>2017-12-26T14:32:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to make an automatically reload script</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-an-automatically-reload-script/m-p/1454716#M609430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or this - &lt;/P&gt;&lt;P&gt;&lt;A href="http://branch.qlik.com/#!/project/56f2e998f1c173fc24afe6ec" title="http://branch.qlik.com/#!/project/56f2e998f1c173fc24afe6ec"&gt;Qlik Branch&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Dec 2017 14:35:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-an-automatically-reload-script/m-p/1454716#M609430</guid>
      <dc:creator>antonaks</dc:creator>
      <dc:date>2017-12-26T14:35:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to make an automatically reload script</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-an-automatically-reload-script/m-p/1454717#M609431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i had tested it , it is not work at current version.&lt;/P&gt;&lt;P&gt;i had left message to him by Comments&lt;/P&gt;&lt;P&gt;But no one answer it &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Dec 2017 14:36:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-an-automatically-reload-script/m-p/1454717#M609431</guid>
      <dc:creator>lichang422</dc:creator>
      <dc:date>2017-12-26T14:36:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to make an automatically reload script</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-an-automatically-reload-script/m-p/1454718#M609432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your information.&lt;/P&gt;&lt;P&gt;Do you have ever use it ?&lt;/P&gt;&lt;P&gt;i am not sure how to make a command ?&lt;/P&gt;&lt;P&gt;what proxy do i need to type??&lt;/P&gt;&lt;P&gt;Task , i type my worksheet name ,right ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="未命名.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/188155_未命名.jpg" style="height: 337px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Dec 2017 15:19:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-an-automatically-reload-script/m-p/1454718#M609432</guid>
      <dc:creator>lichang422</dc:creator>
      <dc:date>2017-12-26T15:19:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to make an automatically reload script</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-an-automatically-reload-script/m-p/1454719#M609433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you posted in under qlikview scripting my friend. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Dec 2017 15:26:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-an-automatically-reload-script/m-p/1454719#M609433</guid>
      <dc:creator>pradosh_thakur</dc:creator>
      <dc:date>2017-12-26T15:26:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to make an automatically reload script</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-an-automatically-reload-script/m-p/1454720#M609434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i am so sorry ,&lt;/P&gt;&lt;P&gt;i am a new hand .&lt;/P&gt;&lt;P&gt;Please forgive me.&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/cry.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Dec 2017 15:32:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-an-automatically-reload-script/m-p/1454720#M609434</guid>
      <dc:creator>lichang422</dc:creator>
      <dc:date>2017-12-26T15:32:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to make an automatically reload script</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-an-automatically-reload-script/m-p/1454721#M609435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Haha. There is nothing to forgive my friend and i hope you were sarcastic when you said that. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/silly.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All the best learning and exploring Qlik.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Pradosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Dec 2017 15:36:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-an-automatically-reload-script/m-p/1454721#M609435</guid>
      <dc:creator>pradosh_thakur</dc:creator>
      <dc:date>2017-12-26T15:36:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to make an automatically reload script</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-an-automatically-reload-script/m-p/1454722#M609436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My database is from mongodb converted to ODBC,&lt;/P&gt;&lt;P&gt;My data is always updated during 5 sec,&lt;/P&gt;&lt;P&gt;So I want my table can refresh automatically.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Dec 2017 16:33:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-an-automatically-reload-script/m-p/1454722#M609436</guid>
      <dc:creator>lichang422</dc:creator>
      <dc:date>2017-12-26T16:33:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to make an automatically reload script</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-an-automatically-reload-script/m-p/1719055#M609437</link>
      <description>&lt;P&gt;How to Auto Reload in qlik sense server, whenever the data is updated?&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jun 2020 06:01:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-an-automatically-reload-script/m-p/1719055#M609437</guid>
      <dc:creator>Dharanidharan_DD</dc:creator>
      <dc:date>2020-06-16T06:01:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to make an automatically reload script</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-an-automatically-reload-script/m-p/1719057#M609438</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;how to auto-reload in qlik sense server. When the data is updated&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jun 2020 06:06:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-an-automatically-reload-script/m-p/1719057#M609438</guid>
      <dc:creator>Dharanidharan_DD</dc:creator>
      <dc:date>2020-06-16T06:06:42Z</dc:date>
    </item>
  </channel>
</rss>

