<?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 How to capture the actual data load event? in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/How-to-capture-the-actual-data-load-event/m-p/1262085#M25730</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Hi All,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Is there any way to capture the actual data load event?&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Let me explain.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;I need to run a file loader task every 15 min.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;This task polls for the file, simply exits if no file, loads when the file is there.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Once the file is loaded (and only when the file is loaded) I need to load the app with the dashboards.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;The only option I can think of is creation of some trigger file when actual load takes place and add a bit of logic to the dashboard loader to exit if there's no trigger file. This will allow me to use &lt;SPAN style="font-size: 13.3333px;"&gt;task event and simply have a quick dry run when there's no trigger file.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;However the solution looks a bit convoluted to me.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;I'm new to Qlik Sense.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;If anyone had to deal with a similar task, please could you share how you handled it.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Thank you in advance for any input.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Andrei&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 01 Dec 2016 12:10:10 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-12-01T12:10:10Z</dc:date>
    <item>
      <title>How to capture the actual data load event?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-capture-the-actual-data-load-event/m-p/1262085#M25730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Hi All,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Is there any way to capture the actual data load event?&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Let me explain.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;I need to run a file loader task every 15 min.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;This task polls for the file, simply exits if no file, loads when the file is there.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Once the file is loaded (and only when the file is loaded) I need to load the app with the dashboards.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;The only option I can think of is creation of some trigger file when actual load takes place and add a bit of logic to the dashboard loader to exit if there's no trigger file. This will allow me to use &lt;SPAN style="font-size: 13.3333px;"&gt;task event and simply have a quick dry run when there's no trigger file.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;However the solution looks a bit convoluted to me.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;I'm new to Qlik Sense.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;If anyone had to deal with a similar task, please could you share how you handled it.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Thank you in advance for any input.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Andrei&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Dec 2016 12:10:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-capture-the-actual-data-load-event/m-p/1262085#M25730</guid>
      <dc:creator />
      <dc:date>2016-12-01T12:10:10Z</dc:date>
    </item>
  </channel>
</rss>

