<?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: Full load at specific time interval in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Full-load-at-specific-time-interval/m-p/1757613#M58482</link>
    <description>&lt;P&gt;HI Kush/Dilipranjith,&lt;/P&gt;&lt;P&gt;Greeting for the day. So, do you suggest that I should use scheduled the load instead of adding code to it.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sagar.&lt;/P&gt;</description>
    <pubDate>Mon, 02 Nov 2020 04:44:02 GMT</pubDate>
    <dc:creator>Sagar082</dc:creator>
    <dc:date>2020-11-02T04:44:02Z</dc:date>
    <item>
      <title>Full load at specific time interval</title>
      <link>https://community.qlik.com/t5/App-Development/Full-load-at-specific-time-interval/m-p/1757424#M58457</link>
      <description>&lt;P&gt;Hi folks,&lt;/P&gt;&lt;P&gt;Greeting for the day. I need assistance for loading data at perticular time frame. At present I'm looking for loading data on hourly bases and capture the load time in some variable, so I can depict that on report.&lt;/P&gt;&lt;P&gt;I have a script which load and modify data. Should like to update at hourly bases. At present from csv file, but once got link with DB then directly.&amp;nbsp;&lt;/P&gt;&lt;P&gt;For any query please write back.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sagar.&lt;/P&gt;</description>
      <pubDate>Fri, 30 Oct 2020 17:42:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Full-load-at-specific-time-interval/m-p/1757424#M58457</guid>
      <dc:creator>Sagar082</dc:creator>
      <dc:date>2020-10-30T17:42:11Z</dc:date>
    </item>
    <item>
      <title>Re: Full load at specific time interval</title>
      <link>https://community.qlik.com/t5/App-Development/Full-load-at-specific-time-interval/m-p/1757434#M58461</link>
      <description>&lt;P&gt;Not completely clear what you are asking for .&lt;/P&gt;&lt;P&gt;do you have a qlik server? if so you can schedule the reload there.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Oct 2020 20:06:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Full-load-at-specific-time-interval/m-p/1757434#M58461</guid>
      <dc:creator>dplr-rn</dc:creator>
      <dc:date>2020-10-30T20:06:43Z</dc:date>
    </item>
    <item>
      <title>Re: Full load at specific time interval</title>
      <link>https://community.qlik.com/t5/App-Development/Full-load-at-specific-time-interval/m-p/1757463#M58468</link>
      <description>&lt;P&gt;Hi Dilipranjith,&lt;/P&gt;&lt;P&gt;Greeting for the day. What I am looking for the algorithm which can run the script at every one hour interval.&amp;nbsp;&lt;/P&gt;&lt;P&gt;For e.g.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let ThisExecTime = Now( );&lt;/P&gt;&lt;P&gt;if (Minute(ThisExecTime) - Minute(LastExecTime) &amp;gt; 59,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Tabel1:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;From File;&lt;/P&gt;&lt;P&gt;Tabel2:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;From File;&lt;/P&gt;&lt;P&gt;Tabel3:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;From File;&lt;/P&gt;&lt;P&gt;drop Table 2;&lt;/P&gt;&lt;P&gt;Let LastExecTime = ThisExecTime;&lt;/P&gt;&lt;P&gt;Something like this but not getting clue.&lt;/P&gt;&lt;P&gt;Summarizing, I am looking for the code which can check the system time and last modified time, if the difference between it is greater than 59 minutes. Then entire script should be run.&lt;/P&gt;&lt;P&gt;Also, I need to capture the last modified date and time to depict on the report.&lt;/P&gt;&lt;P&gt;I hope this will help you to understand.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sagar.&lt;/P&gt;</description>
      <pubDate>Sat, 31 Oct 2020 05:50:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Full-load-at-specific-time-interval/m-p/1757463#M58468</guid>
      <dc:creator>Sagar082</dc:creator>
      <dc:date>2020-10-31T05:50:37Z</dc:date>
    </item>
    <item>
      <title>Re: Full load at specific time interval</title>
      <link>https://community.qlik.com/t5/App-Development/Full-load-at-specific-time-interval/m-p/1757491#M58472</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/114630"&gt;@Sagar082&lt;/a&gt;&amp;nbsp; why don't you just schedule the refresh of the app. In scheduler setting you can select the option to run it every hour&lt;/P&gt;</description>
      <pubDate>Sat, 31 Oct 2020 12:05:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Full-load-at-specific-time-interval/m-p/1757491#M58472</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2020-10-31T12:05:19Z</dc:date>
    </item>
    <item>
      <title>Re: Full load at specific time interval</title>
      <link>https://community.qlik.com/t5/App-Development/Full-load-at-specific-time-interval/m-p/1757505#M58476</link>
      <description>What kush said. If you are trying to hourly /scheduled refresh without a qliksense server that doesn't work&lt;BR /&gt;</description>
      <pubDate>Sat, 31 Oct 2020 15:59:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Full-load-at-specific-time-interval/m-p/1757505#M58476</guid>
      <dc:creator>dplr-rn</dc:creator>
      <dc:date>2020-10-31T15:59:45Z</dc:date>
    </item>
    <item>
      <title>Re: Full load at specific time interval</title>
      <link>https://community.qlik.com/t5/App-Development/Full-load-at-specific-time-interval/m-p/1757613#M58482</link>
      <description>&lt;P&gt;HI Kush/Dilipranjith,&lt;/P&gt;&lt;P&gt;Greeting for the day. So, do you suggest that I should use scheduled the load instead of adding code to it.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sagar.&lt;/P&gt;</description>
      <pubDate>Mon, 02 Nov 2020 04:44:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Full-load-at-specific-time-interval/m-p/1757613#M58482</guid>
      <dc:creator>Sagar082</dc:creator>
      <dc:date>2020-11-02T04:44:02Z</dc:date>
    </item>
    <item>
      <title>Re: Full load at specific time interval</title>
      <link>https://community.qlik.com/t5/App-Development/Full-load-at-specific-time-interval/m-p/1757882#M58501</link>
      <description>&lt;P&gt;yes. you schedule the load.&lt;/P&gt;&lt;P&gt;you add something in code only if there are conditions to satisfy based on time . even then you schedule on server and then add conditions in code&lt;/P&gt;</description>
      <pubDate>Mon, 02 Nov 2020 16:05:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Full-load-at-specific-time-interval/m-p/1757882#M58501</guid>
      <dc:creator>dplr-rn</dc:creator>
      <dc:date>2020-11-02T16:05:25Z</dc:date>
    </item>
    <item>
      <title>Re: Full load at specific time interval</title>
      <link>https://community.qlik.com/t5/App-Development/Full-load-at-specific-time-interval/m-p/1760222#M58774</link>
      <description>&lt;P&gt;Hi Kush/Dilipranjith,&lt;/P&gt;&lt;P&gt;Greeting for the day. Thank you for the solution. My query will be answered by scheduling, hopefully.&amp;nbsp;&lt;/P&gt;&lt;P&gt;But, what I was looking was to test the condition in the script and without having any store variable in the data tables.&lt;/P&gt;&lt;P&gt;I wrote the logic like mentioned below and it is working fine.&lt;/P&gt;&lt;P&gt;Let vRunTime = Num(Now());&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;from;&lt;/P&gt;&lt;P&gt;Table2:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;from&lt;/P&gt;&lt;P&gt;where Hour($(vRunTime))-Hour($(vLastRunTime)) &amp;gt;= 01 or Hour($(vLastRunTime))-Hour($(vRunTime)) &amp;gt;= 01;&lt;/P&gt;&lt;P&gt;Table3:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;from;&lt;/P&gt;&lt;P&gt;Let vLastRunTime = if (Hour($(vRunTime))-Hour($(vLastRunTime)) &amp;gt;= 01 or&lt;BR /&gt;Hour($(vLastRunTime))-Hour($(vRunTime)) &amp;gt;= 01, $(vRunTime), $(vLastRunTime));&lt;/P&gt;&lt;P&gt;I'm replying this code, so someone who keen to get help, will get it.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sagar.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Nov 2020 11:55:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Full-load-at-specific-time-interval/m-p/1760222#M58774</guid>
      <dc:creator>Sagar082</dc:creator>
      <dc:date>2020-11-10T11:55:29Z</dc:date>
    </item>
  </channel>
</rss>

