<?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: Partial Reload by Hour of Day in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Partial-Reload-by-Hour-of-Day/m-p/100076#M6643</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mark,&lt;/P&gt;&lt;P&gt;in that case store results of section 1 into QVD files and load those QVD files in section two.&lt;/P&gt;&lt;P&gt;Juraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 Aug 2018 14:22:19 GMT</pubDate>
    <dc:creator>juraj_misina</dc:creator>
    <dc:date>2018-08-03T14:22:19Z</dc:date>
    <item>
      <title>Partial Reload by Hour of Day</title>
      <link>https://community.qlik.com/t5/App-Development/Partial-Reload-by-Hour-of-Day/m-p/100073#M6640</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;&lt;/P&gt;&lt;P&gt;My script has two sections which each read from a different datasource&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Section 1:&lt;/P&gt;&lt;P&gt;Takes 10 minutes and the data is only updated once a day (overnight)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Section 2:&lt;/P&gt;&lt;P&gt;Takes 1 minute and updates hourly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd like to set a reload task to reload this app once every hour but after a certain time of day say 7 am, I only want to reload Section 2 because Section 1 is static.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Does anyone have any ideas on how to accomplish this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;BR /&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Aug 2018 16:34:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Partial-Reload-by-Hour-of-Day/m-p/100073#M6640</guid>
      <dc:creator>m_perreault</dc:creator>
      <dc:date>2018-08-02T16:34:18Z</dc:date>
    </item>
    <item>
      <title>Re: Partial Reload by Hour of Day</title>
      <link>https://community.qlik.com/t5/App-Development/Partial-Reload-by-Hour-of-Day/m-p/100074#M6641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mark,&lt;/P&gt;&lt;P&gt;in your script set up a condition to navigate script execution to corresponding section. Something like:&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_15332923363335852 jive_text_macro" jivemacro_uid="_15332923363335852" modifiedtitle="true"&gt;
&lt;P&gt;If(Hour(Now()&amp;lt;7) then&lt;/P&gt;
&lt;P&gt;//section one&lt;/P&gt;
&lt;P&gt;Else&lt;/P&gt;
&lt;P&gt;//section two&lt;/P&gt;
&lt;P&gt;EndIf&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;Juraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Aug 2018 10:34:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Partial-Reload-by-Hour-of-Day/m-p/100074#M6641</guid>
      <dc:creator>juraj_misina</dc:creator>
      <dc:date>2018-08-03T10:34:36Z</dc:date>
    </item>
    <item>
      <title>Re: Partial Reload by Hour of Day</title>
      <link>https://community.qlik.com/t5/App-Development/Partial-Reload-by-Hour-of-Day/m-p/100075#M6642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Juraj however wouldn't this mean that after 7 the data from Section 1 will no longer be in the application?&amp;nbsp; I only want to load Section 2 after 7 but I still want all the data from Section 1 to remain.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Aug 2018 13:12:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Partial-Reload-by-Hour-of-Day/m-p/100075#M6642</guid>
      <dc:creator>m_perreault</dc:creator>
      <dc:date>2018-08-03T13:12:55Z</dc:date>
    </item>
    <item>
      <title>Re: Partial Reload by Hour of Day</title>
      <link>https://community.qlik.com/t5/App-Development/Partial-Reload-by-Hour-of-Day/m-p/100076#M6643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mark,&lt;/P&gt;&lt;P&gt;in that case store results of section 1 into QVD files and load those QVD files in section two.&lt;/P&gt;&lt;P&gt;Juraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Aug 2018 14:22:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Partial-Reload-by-Hour-of-Day/m-p/100076#M6643</guid>
      <dc:creator>juraj_misina</dc:creator>
      <dc:date>2018-08-03T14:22:19Z</dc:date>
    </item>
    <item>
      <title>Re: Partial Reload by Hour of Day</title>
      <link>https://community.qlik.com/t5/App-Development/Partial-Reload-by-Hour-of-Day/m-p/100077#M6644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: calibri, verdana, arial, sans-serif;"&gt;Try:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;LOAD&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;*&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;FROM&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Section1;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;IF &lt;SPAN style="color: #000000; font-size: 12px;"&gt;(Hour(Now()&amp;gt;7) THEN&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: calibri, verdana, arial, sans-serif; font-size: 12px;"&gt;LOAD&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: calibri, verdana, arial, sans-serif; font-size: 12px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; *&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: calibri, verdana, arial, sans-serif; font-size: 12px;"&gt;FROM&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: calibri, verdana, arial, sans-serif; font-size: 12px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Section2;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 12px; font-family: calibri, verdana, arial, sans-serif;"&gt;ENDIF;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Aug 2018 14:26:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Partial-Reload-by-Hour-of-Day/m-p/100077#M6644</guid>
      <dc:creator>dapostolopoylos</dc:creator>
      <dc:date>2018-08-03T14:26:22Z</dc:date>
    </item>
    <item>
      <title>Re: Partial Reload by Hour of Day</title>
      <link>https://community.qlik.com/t5/App-Development/Partial-Reload-by-Hour-of-Day/m-p/100078#M6645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's the route I think I am going to take thanks Juraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Aug 2018 14:50:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Partial-Reload-by-Hour-of-Day/m-p/100078#M6645</guid>
      <dc:creator>m_perreault</dc:creator>
      <dc:date>2018-08-03T14:50:58Z</dc:date>
    </item>
  </channel>
</rss>

