<?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 Reloading data into Qlikview using a schedule in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Reloading-data-into-Qlikview-using-a-schedule/m-p/202734#M60333</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;You can schedule it through the publisher or using macros and windows task scheduler&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Apr 2011 09:26:43 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-04-07T09:26:43Z</dc:date>
    <item>
      <title>Reloading data into Qlikview using a schedule</title>
      <link>https://community.qlik.com/t5/QlikView/Reloading-data-into-Qlikview-using-a-schedule/m-p/202733#M60332</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;any ideas please how to set a Qlikview document to reload its data at a set time each day without manually opening the document and clicking on Reload?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Apr 2011 09:21:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reloading-data-into-Qlikview-using-a-schedule/m-p/202733#M60332</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-04-07T09:21:59Z</dc:date>
    </item>
    <item>
      <title>Reloading data into Qlikview using a schedule</title>
      <link>https://community.qlik.com/t5/QlikView/Reloading-data-into-Qlikview-using-a-schedule/m-p/202734#M60333</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;You can schedule it through the publisher or using macros and windows task scheduler&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Apr 2011 09:26:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reloading-data-into-Qlikview-using-a-schedule/m-p/202734#M60333</guid>
      <dc:creator />
      <dc:date>2011-04-07T09:26:43Z</dc:date>
    </item>
    <item>
      <title>Reloading data into Qlikview using a schedule</title>
      <link>https://community.qlik.com/t5/QlikView/Reloading-data-into-Qlikview-using-a-schedule/m-p/202735#M60334</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Using windows scheduler you just need to create a .bat file containing:&lt;/P&gt;&lt;P&gt;CALL "C:\PROGRAM FILES\QLIKVIEW\QV.EXE" /R "C:\document path\document.QVW"&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gordon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Apr 2011 09:32:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reloading-data-into-Qlikview-using-a-schedule/m-p/202735#M60334</guid>
      <dc:creator />
      <dc:date>2011-04-07T09:32:40Z</dc:date>
    </item>
    <item>
      <title>Reloading data into Qlikview using a schedule</title>
      <link>https://community.qlik.com/t5/QlikView/Reloading-data-into-Qlikview-using-a-schedule/m-p/202736#M60335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can do this using windows scheduler also&lt;/P&gt;&lt;P&gt;1) just create a batch file having following command&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"C:\Program Files\Qlikview\QV.exe" /r "D:\Upendra\test Data 5Apr.qvw"&lt;/P&gt;&lt;P&gt;This command will open the QV file, reload it, save it and close it automatically&lt;/P&gt;&lt;DIV&gt;2) create a scheduler and add that batch file to that scheduler( keep that scheduler setting runs daily at specific time)&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Thanks &amp;amp; Regards&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Apr 2011 09:33:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reloading-data-into-Qlikview-using-a-schedule/m-p/202736#M60335</guid>
      <dc:creator />
      <dc:date>2011-04-07T09:33:08Z</dc:date>
    </item>
    <item>
      <title>Reloading data into Qlikview using a schedule</title>
      <link>https://community.qlik.com/t5/QlikView/Reloading-data-into-Qlikview-using-a-schedule/m-p/202737#M60336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your reply...I looked through the Automation Interface Reference guide but couldn't find a straight forward solution using macros.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Apr 2011 09:43:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reloading-data-into-Qlikview-using-a-schedule/m-p/202737#M60336</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-04-07T09:43:15Z</dc:date>
    </item>
    <item>
      <title>Reloading data into Qlikview using a schedule</title>
      <link>https://community.qlik.com/t5/QlikView/Reloading-data-into-Qlikview-using-a-schedule/m-p/202738#M60337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you - just precisely what I was looking for!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Apr 2011 09:45:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reloading-data-into-Qlikview-using-a-schedule/m-p/202738#M60337</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-04-07T09:45:14Z</dc:date>
    </item>
    <item>
      <title>Reloading data into Qlikview using a schedule</title>
      <link>https://community.qlik.com/t5/QlikView/Reloading-data-into-Qlikview-using-a-schedule/m-p/202739#M60338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you - just what I needed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Apr 2011 09:46:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reloading-data-into-Qlikview-using-a-schedule/m-p/202739#M60338</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-04-07T09:46:37Z</dc:date>
    </item>
    <item>
      <title>Reloading data into Qlikview using a schedule</title>
      <link>https://community.qlik.com/t5/QlikView/Reloading-data-into-Qlikview-using-a-schedule/m-p/202740#M60339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you have QlikView Server 9 or later then open the Management Console, select User Documents, choose your document and select the Reload option on the right. This will allow you to set reload options for the document.&lt;/P&gt;&lt;P&gt;If you don't have Server then use the batch file methods above.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Apr 2011 09:48:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reloading-data-into-Qlikview-using-a-schedule/m-p/202740#M60339</guid>
      <dc:creator>colinh</dc:creator>
      <dc:date>2011-04-07T09:48:44Z</dc:date>
    </item>
    <item>
      <title>Re: Reloading data into Qlikview using a schedule</title>
      <link>https://community.qlik.com/t5/QlikView/Reloading-data-into-Qlikview-using-a-schedule/m-p/202741#M60340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One additional question on the subject... We have scheduled a reload of a document to occur every five minutes, but we only want this to occur within a 12 hour window during the day.&amp;nbsp; Does anyone know how we would go about doing this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jun 2012 14:19:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reloading-data-into-Qlikview-using-a-schedule/m-p/202741#M60340</guid>
      <dc:creator />
      <dc:date>2012-06-22T14:19:16Z</dc:date>
    </item>
  </channel>
</rss>

