<?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: Reloading same document at different intervals in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Reloading-same-document-at-different-intervals/m-p/386736#M1320207</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does remounting the folder cause the document to show up twice in Access Point?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 May 2013 19:19:40 GMT</pubDate>
    <dc:creator>rwunderlich</dc:creator>
    <dc:date>2013-05-20T19:19:40Z</dc:date>
    <item>
      <title>Reloading same document at different intervals</title>
      <link>https://community.qlik.com/t5/QlikView/Reloading-same-document-at-different-intervals/m-p/386732#M1320199</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;I have looked around, and surpirsed this has not come up before.&amp;nbsp; Maybe I am using the wrong key words... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to reload the same document at different times through the server?&amp;nbsp; I am trying to run the same document at 8pm and 6.30am. Is there a way to schedule this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am just using QlikView Server, not publisher.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;BR /&gt;Paul&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/Reloading-same-document-at-different-intervals/m-p/386732#M1320199</guid>
      <dc:creator>paulm</dc:creator>
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Reloading same document at different intervals</title>
      <link>https://community.qlik.com/t5/QlikView/Reloading-same-document-at-different-intervals/m-p/386733#M1320201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Paul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, you can always create two tasks, daily, one for each time of the day.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Miguel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 May 2013 14:45:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reloading-same-document-at-different-intervals/m-p/386733#M1320201</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2013-05-20T14:45:41Z</dc:date>
    </item>
    <item>
      <title>Re: Reloading same document at different intervals</title>
      <link>https://community.qlik.com/t5/QlikView/Reloading-same-document-at-different-intervals/m-p/386734#M1320203</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Paul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I use a "Control" .qvw document to manage my multiple and infrequent reloads. I set the control document to reload every hour or half-hour and in the script check the time. If the script is true, then force the control document to FAIL by using something like this ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If (hour(now()) = 20 and minute(now()) &amp;lt;= 30) or (hour(now()) =6 and minute(now()) &amp;gt;= 30) then&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Load nonexistant field from nonexistant table;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;EndIf;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When the if statement is false, the control document succeeds, but when it is true it fails. You then set up your target document to run on the failure state of the control document. It's important to synchronise your scheduling (eg if you had your control document running every 5 minutes, the target document will refresh too often).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;flipside&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 May 2013 14:53:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reloading-same-document-at-different-intervals/m-p/386734#M1320203</guid>
      <dc:creator>flipside</dc:creator>
      <dc:date>2013-05-20T14:53:48Z</dc:date>
    </item>
    <item>
      <title>Re: Reloading same document at different intervals</title>
      <link>https://community.qlik.com/t5/QlikView/Reloading-same-document-at-different-intervals/m-p/386735#M1320205</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;I assume Miguel meant create a new task by remounting the folder. (only way I know how to create a new task)&amp;nbsp; I was able to mount the same folder. System;Setup;Management Service;QlikView Servers;QVS@Server Name; Folders.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This created a new task which I was able to reload.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks you for everyone's help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 May 2013 15:12:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reloading-same-document-at-different-intervals/m-p/386735#M1320205</guid>
      <dc:creator>paulm</dc:creator>
      <dc:date>2013-05-20T15:12:25Z</dc:date>
    </item>
    <item>
      <title>Re: Reloading same document at different intervals</title>
      <link>https://community.qlik.com/t5/QlikView/Reloading-same-document-at-different-intervals/m-p/386736#M1320207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does remounting the folder cause the document to show up twice in Access Point?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 May 2013 19:19:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reloading-same-document-at-different-intervals/m-p/386736#M1320207</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2013-05-20T19:19:40Z</dc:date>
    </item>
    <item>
      <title>Re: Reloading same document at different intervals</title>
      <link>https://community.qlik.com/t5/QlikView/Reloading-same-document-at-different-intervals/m-p/386737#M1320209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Rob,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have set it to non-browsable as it is not something the customers needed to see.&amp;nbsp; When I did make it browsable it showed up twice.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any other way of making two tasks and this not happening?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ThanksPaul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 May 2013 08:30:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reloading-same-document-at-different-intervals/m-p/386737#M1320209</guid>
      <dc:creator>paulm</dc:creator>
      <dc:date>2013-05-21T08:30:27Z</dc:date>
    </item>
    <item>
      <title>Re: Reloading same document at different intervals</title>
      <link>https://community.qlik.com/t5/QlikView/Reloading-same-document-at-different-intervals/m-p/386738#M1320211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;schedule one using QMC and the other one using windows batch file&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 May 2013 08:31:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reloading-same-document-at-different-intervals/m-p/386738#M1320211</guid>
      <dc:creator />
      <dc:date>2013-05-21T08:31:51Z</dc:date>
    </item>
    <item>
      <title>Re: Reloading same document at different intervals</title>
      <link>https://community.qlik.com/t5/QlikView/Reloading-same-document-at-different-intervals/m-p/386739#M1320213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Qlik_techie,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My only concern with that is we do not have any thing monitoring the logs at present, so we use the GUI within QMC to check if everything ran successfully.&amp;nbsp; At present we are having a similar problem to this case:&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" class="loading active_link" href="https://community.qlik.com/thread/19097" title="http://community.qlik.com/thread/19097"&gt;http://community.qlik.com/thread/19097&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So it is something we would like to keep on top of.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Though if there is a way to highlight it within the QMC that would be great?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 May 2013 08:49:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reloading-same-document-at-different-intervals/m-p/386739#M1320213</guid>
      <dc:creator>paulm</dc:creator>
      <dc:date>2013-05-21T08:49:04Z</dc:date>
    </item>
    <item>
      <title>Re: Reloading same document at different intervals</title>
      <link>https://community.qlik.com/t5/QlikView/Reloading-same-document-at-different-intervals/m-p/386740#M1320215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if u want to see the logs...just check the option Generate Log file in the Document Properties----&amp;gt;General tab&lt;/P&gt;&lt;P&gt;it will be generated in both the cases...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ok ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 May 2013 09:08:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reloading-same-document-at-different-intervals/m-p/386740#M1320215</guid>
      <dc:creator />
      <dc:date>2013-05-21T09:08:44Z</dc:date>
    </item>
  </channel>
</rss>

