<?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: Only load files filetime() &amp;gt; Date in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Only-load-files-filetime-gt-Date/m-p/1641953#M732340</link>
    <description>Hello., LOAD PGMI_KEY_INV, VALUATED_STOCK_INV, DATE( MAKEDATE (RIGHT(RIGHT(FileBaseName(),10),4), MID(RIGHT(FileBaseName(),10),4,2), LEFT(RIGHT(FileBaseName(),10),2)) ,'DD-MM-YYYY') as VALUATED_DATE FROM [C:\Qlikview Primary\JSPL\Module Wise Base Data Modeling\MM\QVD\Daily Store\VALUATED_INVENTORY_GWI_*.QVD] (qvd) where DATE( MAKEDATE (RIGHT(RIGHT(FileBaseName(),10),4), MID(RIGHT(FileBaseName(),10),4,2),LEFT(RIGHT(FileBaseName(),10),2)),'DD-MM-YYYY') = date(Today(),'DD-MM-YYYYY'); ; May Be help full to u this</description>
    <pubDate>Fri, 01 Nov 2019 05:35:46 GMT</pubDate>
    <dc:creator>Surya</dc:creator>
    <dc:date>2019-11-01T05:35:46Z</dc:date>
    <item>
      <title>Only load files filetime() &gt; Date</title>
      <link>https://community.qlik.com/t5/QlikView/Only-load-files-filetime-gt-Date/m-p/1639002#M732337</link>
      <description>&lt;P&gt;Hi Guys!&lt;/P&gt;&lt;P&gt;Load many xls files from a folder&lt;BR /&gt;(load *, from Folder / *. xls)&lt;/P&gt;&lt;P&gt;But now I have the problem that from a certain date new fields have been added which I would now like to load.&lt;/P&gt;&lt;P&gt;concatenate&lt;BR /&gt;load Distinct&lt;BR /&gt;newfield&lt;BR /&gt;FROM Folder / *. Xls&lt;/P&gt;&lt;P&gt;How can I load only files larger spezific daten?&lt;/P&gt;&lt;P&gt;concatenate&lt;BR /&gt;load Distinct&lt;BR /&gt;newfield&lt;BR /&gt;FROM Folder / *. Xlsm where filetime() &amp;gt;&amp;nbsp; '01.10.2019'&lt;/P&gt;&lt;P&gt;does not work. QlikView still tries to check all files and of course does not find the new field in the old files.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Only-load-files-filetime-gt-Date/m-p/1639002#M732337</guid>
      <dc:creator>Keyuser</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Only load files filetime() &gt; Date</title>
      <link>https://community.qlik.com/t5/QlikView/Only-load-files-filetime-gt-Date/m-p/1639008#M732338</link>
      <description>&lt;P&gt;you need a field containing a date format which identifies the new records&lt;BR /&gt;you may&amp;nbsp;&lt;BR /&gt;&lt;SPAN&gt;concatenate&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;load Distinct&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;newfield&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;FROM Folder / *. Xlsm where datefield &amp;gt;&amp;nbsp; '01.10.2019'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;other way if you have an unique identifier /keyfield&lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;concatenate load Distinct&lt;BR /&gt;newfield&lt;BR /&gt;FROM Folder / *. Xlsm where not exist (unique_identifier)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Oct 2019 13:42:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Only-load-files-filetime-gt-Date/m-p/1639008#M732338</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-10-23T13:42:42Z</dc:date>
    </item>
    <item>
      <title>Re: Only load files filetime() &gt; Date</title>
      <link>https://community.qlik.com/t5/QlikView/Only-load-files-filetime-gt-Date/m-p/1641863#M732339</link>
      <description>&lt;P&gt;Michael, did the post help you get something working as needed, or are you still working on things?&amp;nbsp; If the prior, do not forget to come back to the thread and use the Accept as Solution button to mark the post that helped you get things working.&amp;nbsp; If you did something different, consider posting that and then mark it, and if you still require help, please leave an update for us.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The following Design Blog post may give you another avenue as well:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/Loops-in-the-Script/ba-p/1473543" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/Loops-in-the-Script/ba-p/1473543&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Thu, 31 Oct 2019 18:42:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Only-load-files-filetime-gt-Date/m-p/1641863#M732339</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2019-10-31T18:42:53Z</dc:date>
    </item>
    <item>
      <title>Re: Only load files filetime() &gt; Date</title>
      <link>https://community.qlik.com/t5/QlikView/Only-load-files-filetime-gt-Date/m-p/1641953#M732340</link>
      <description>Hello., LOAD PGMI_KEY_INV, VALUATED_STOCK_INV, DATE( MAKEDATE (RIGHT(RIGHT(FileBaseName(),10),4), MID(RIGHT(FileBaseName(),10),4,2), LEFT(RIGHT(FileBaseName(),10),2)) ,'DD-MM-YYYY') as VALUATED_DATE FROM [C:\Qlikview Primary\JSPL\Module Wise Base Data Modeling\MM\QVD\Daily Store\VALUATED_INVENTORY_GWI_*.QVD] (qvd) where DATE( MAKEDATE (RIGHT(RIGHT(FileBaseName(),10),4), MID(RIGHT(FileBaseName(),10),4,2),LEFT(RIGHT(FileBaseName(),10),2)),'DD-MM-YYYY') = date(Today(),'DD-MM-YYYYY'); ; May Be help full to u this</description>
      <pubDate>Fri, 01 Nov 2019 05:35:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Only-load-files-filetime-gt-Date/m-p/1641953#M732340</guid>
      <dc:creator>Surya</dc:creator>
      <dc:date>2019-11-01T05:35:46Z</dc:date>
    </item>
    <item>
      <title>Re: Only load files filetime() &gt; Date</title>
      <link>https://community.qlik.com/t5/QlikView/Only-load-files-filetime-gt-Date/m-p/1641969#M732341</link>
      <description>&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;FROM Folder / *. Xlsm where filetime() &amp;gt;&amp;nbsp; date#('01.10.2019','DD.MM.YYYY')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;FROM Folder / *. Xlsm where filetime() &amp;gt;&amp;nbsp;'&lt;SPAN&gt;01.10.2019'&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;This doesn't work since '&lt;EM&gt;&lt;SPAN&gt;01.10.2019&lt;/SPAN&gt;&lt;/EM&gt;' is a string, it couldn't be evaluated.&lt;/P&gt;&lt;P&gt;Eg:&lt;/P&gt;&lt;P&gt;filetime()&amp;gt;'abc'. It doesn't work that way.&lt;/P&gt;&lt;P&gt;&amp;nbsp;Using&amp;nbsp;&lt;SPAN&gt;date#('01.10.2019','DD.MM.YYYY') will evaluate&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN&gt;'01.10.2019' as a date format.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Then, you may use where clause to evaluate filetime() accordingly.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards,&lt;/P&gt;&lt;P&gt;Arthur Fong&lt;/P&gt;</description>
      <pubDate>Fri, 01 Nov 2019 06:39:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Only-load-files-filetime-gt-Date/m-p/1641969#M732341</guid>
      <dc:creator>Arthur_Fong</dc:creator>
      <dc:date>2019-11-01T06:39:42Z</dc:date>
    </item>
  </channel>
</rss>

