<?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: Check whether file is refresh or not? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Check-whether-file-is-refresh-or-not/m-p/1438609#M820063</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can try this ways and other also suggest&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;TableName:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD&amp;nbsp; FileTime( ) as FileLastModify from PS_CASE_START.xlsx;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LET vModifyTime = Peek( '&lt;SPAN style="font-size: 13.3333px;"&gt;FileLastModify', -1 , '&lt;SPAN style="font-size: 13.3333px;"&gt;TableName&lt;/SPAN&gt;' &lt;/SPAN&gt;)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Aug 2017 06:59:17 GMT</pubDate>
    <dc:creator>its_anandrjs</dc:creator>
    <dc:date>2017-08-22T06:59:17Z</dc:date>
    <item>
      <title>Check whether file is refresh or not?</title>
      <link>https://community.qlik.com/t5/QlikView/Check-whether-file-is-refresh-or-not/m-p/1438606#M820060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have one scenario where my user save one input file every day on one location and I have EDX trigger for my application.When file gets saved my application automatically reload and when&amp;nbsp; it is not saved that day my application could not reload.But now I dont have EDX trigger for my application due to some reason so now how would my application come to know whether file is refreshed or not.?Because on that basis It should get save otherwise It will refreshed on old data when file is not update. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;E.g &lt;/P&gt;&lt;P&gt;INPUT FILE.&lt;/P&gt;&lt;P&gt;PS_CASE_START.xlsx &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/171708" target="_blank"&gt;stalwar1&lt;/A&gt;‌&lt;A href="https://community.qlik.com/qlik-users/34510" target="_blank"&gt;kaushik.solanki&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Check-whether-file-is-refresh-or-not/m-p/1438606#M820060</guid>
      <dc:creator>rupaliqlik</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Check whether file is refresh or not?</title>
      <link>https://community.qlik.com/t5/QlikView/Check-whether-file-is-refresh-or-not/m-p/1438607#M820061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe you could use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;filetime() or QvdCreateTime(filename)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Aug 2017 20:40:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Check-whether-file-is-refresh-or-not/m-p/1438607#M820061</guid>
      <dc:creator>eduardo_dimperio</dc:creator>
      <dc:date>2017-08-21T20:40:41Z</dc:date>
    </item>
    <item>
      <title>Re: Check whether file is refresh or not?</title>
      <link>https://community.qlik.com/t5/QlikView/Check-whether-file-is-refresh-or-not/m-p/1438608#M820062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi as &lt;A href="https://community.qlik.com/qlik-users/233823"&gt;eduardo.dimperio&lt;/A&gt;‌ suggested, you can file functions to know if file is there or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So the FileTIme() function can be used in this case. If file exists it will return the file time else it will return null.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Aug 2017 05:58:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Check-whether-file-is-refresh-or-not/m-p/1438608#M820062</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2017-08-22T05:58:55Z</dc:date>
    </item>
    <item>
      <title>Re: Check whether file is refresh or not?</title>
      <link>https://community.qlik.com/t5/QlikView/Check-whether-file-is-refresh-or-not/m-p/1438609#M820063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can try this ways and other also suggest&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;TableName:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD&amp;nbsp; FileTime( ) as FileLastModify from PS_CASE_START.xlsx;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LET vModifyTime = Peek( '&lt;SPAN style="font-size: 13.3333px;"&gt;FileLastModify', -1 , '&lt;SPAN style="font-size: 13.3333px;"&gt;TableName&lt;/SPAN&gt;' &lt;/SPAN&gt;)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Aug 2017 06:59:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Check-whether-file-is-refresh-or-not/m-p/1438609#M820063</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2017-08-22T06:59:17Z</dc:date>
    </item>
  </channel>
</rss>

