<?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: Qlik Sense: Read External Trigger Text file to refresh a QVD in every 10 Minutes in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Read-External-Trigger-Text-file-to-refresh-a-QVD-in/m-p/89265#M5952</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perhaps something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tmpTime:&lt;/P&gt;&lt;P&gt;LOAD If(Mod(Minute(TimeStamp#(@1,'DD/MM/YYYY hh:mm:ss')),10)&amp;lt;5,1,0) as DoReload FROM textfile (txt)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET vDoReload&amp;nbsp; = peek('DoReload');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If vDoReload = 0 Then&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; exit script&lt;/P&gt;&lt;P&gt;End if&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Jul 2018 08:23:45 GMT</pubDate>
    <dc:creator>Gysbert_Wassenaar</dc:creator>
    <dc:date>2018-07-16T08:23:45Z</dc:date>
    <item>
      <title>Qlik Sense: Read External Trigger Text file to refresh a QVD in every 10 Minutes</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Read-External-Trigger-Text-file-to-refresh-a-QVD-in/m-p/89264#M5951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Greetings Community Members,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We need your help in suggesting the way out to the following problem statement:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In our DW, few tables get refreshed in every 10 minutes &amp;amp; a text file is generated on a location confirming the completion time in every 10 minutes.&lt;/P&gt;&lt;P&gt;we want to develop a solution in Qliksense which will read the creation time of above text file &amp;amp; it is within 10 minutes cycle it will refresh the QVD.&lt;/P&gt;&lt;P&gt;Just in case if text file is created after 5 minutes of 10 minutes cycle it will skip the current cycle &amp;amp; wait for next cycle.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline;"&gt;To Demonstrate an example:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Let's say a new cycle starts at 'DD/MM/YYYY HH:&lt;STRONG&gt;1&lt;/STRONG&gt;0:00'&lt;/P&gt;&lt;P&gt;Text file is available at 'DD/MM/YYYY HH:&lt;STRONG&gt;1&lt;/STRONG&gt;0:40'.. it should check if it is under current cycle.. if qualifies.. refresh the QVD&lt;/P&gt;&lt;P&gt;If text file is available at &lt;SPAN style="font-size: 13.3333px;"&gt;'DD/MM/YYYY HH:&lt;STRONG&gt;1&lt;/STRONG&gt;6:00' (after 5 minutes of start of current cycle) it should skip the refresh &amp;amp; wait for next cycle &amp;amp; text file update.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It would be really helpful for me if there is any suggestion available. Thank you in anticipation. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Rahul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2018 05:59:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Read-External-Trigger-Text-file-to-refresh-a-QVD-in/m-p/89264#M5951</guid>
      <dc:creator>rahulgoyal1287</dc:creator>
      <dc:date>2018-07-16T05:59:09Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense: Read External Trigger Text file to refresh a QVD in every 10 Minutes</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Read-External-Trigger-Text-file-to-refresh-a-QVD-in/m-p/89265#M5952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perhaps something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tmpTime:&lt;/P&gt;&lt;P&gt;LOAD If(Mod(Minute(TimeStamp#(@1,'DD/MM/YYYY hh:mm:ss')),10)&amp;lt;5,1,0) as DoReload FROM textfile (txt)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET vDoReload&amp;nbsp; = peek('DoReload');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If vDoReload = 0 Then&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; exit script&lt;/P&gt;&lt;P&gt;End if&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2018 08:23:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Read-External-Trigger-Text-file-to-refresh-a-QVD-in/m-p/89265#M5952</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2018-07-16T08:23:45Z</dc:date>
    </item>
  </channel>
</rss>

