<?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: QlikView should pull automatically from &amp;quot;New Updated Excel Sheet&amp;quot; by latest date. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/QlikView-should-pull-automatically-from-quot-New-Updated-Excel/m-p/806453#M1047288</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;where date &amp;gt;='11/11/2014'&amp;nbsp;&amp;nbsp;&amp;nbsp; put this after laoding xl file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for automation put like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load *,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;from&amp;nbsp; sales.xls&lt;/P&gt;&lt;P&gt;where date &amp;gt;today()-1;&amp;nbsp; it loads&amp;nbsp;&amp;nbsp; todays data&amp;nbsp; if u want yesterdays data also then go like&amp;nbsp;&amp;nbsp; &amp;gt;=today()-1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Nov 2014 11:56:43 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-11-11T11:56:43Z</dc:date>
    <item>
      <title>QlikView should pull automatically from "New Updated Excel Sheet" by latest date.</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-should-pull-automatically-from-quot-New-Updated-Excel/m-p/806449#M1047284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've a Sales folder that contains sales related excel sheets coming in automatically on daily basis. How to get the latest one as my source file automatically?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Nov 2014 11:21:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-should-pull-automatically-from-quot-New-Updated-Excel/m-p/806449#M1047284</guid>
      <dc:creator />
      <dc:date>2014-11-11T11:21:42Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView should pull automatically from "New Updated Excel Sheet" by latest date.</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-should-pull-automatically-from-quot-New-Updated-Excel/m-p/806450#M1047285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ho w u are getting automatically. is there any job ?&lt;/P&gt;&lt;P&gt;load * from&lt;/P&gt;&lt;P&gt;\c\..\ sales.xl&lt;/P&gt;&lt;P&gt;where date &amp;gt;='11/11/2014';&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Nov 2014 11:27:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-should-pull-automatically-from-quot-New-Updated-Excel/m-p/806450#M1047285</guid>
      <dc:creator />
      <dc:date>2014-11-11T11:27:55Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView should pull automatically from "New Updated Excel Sheet" by latest date.</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-should-pull-automatically-from-quot-New-Updated-Excel/m-p/806451#M1047286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;on every reload save the maximum date in a qvd File&lt;/P&gt;&lt;P&gt;if your table is T&lt;/P&gt;&lt;P&gt;SortT:&lt;/P&gt;&lt;P&gt;noconcatenate&lt;/P&gt;&lt;P&gt;load * resident T order by Date asc;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;drop table T;&lt;/P&gt;&lt;P&gt;let vLastDate = peek('Date',-1,'SortT');&lt;/P&gt;&lt;P&gt;Save:&lt;/P&gt;&lt;P&gt;Load $(vLastDate) as LastDate;&lt;/P&gt;&lt;P&gt;Autogenerate 1;&lt;/P&gt;&lt;P&gt;Store Save into File.qvd;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then on the successive reloads read everything from database where date is &amp;gt; the max Value the you read from QVD file saved&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Nov 2014 11:32:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-should-pull-automatically-from-quot-New-Updated-Excel/m-p/806451#M1047286</guid>
      <dc:creator>ali_hijazi</dc:creator>
      <dc:date>2014-11-11T11:32:15Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView should pull automatically from "New Updated Excel Sheet" by latest date.</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-should-pull-automatically-from-quot-New-Updated-Excel/m-p/806452#M1047287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, there is a job. this Sales folder is getting updated from SAP Database.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Nov 2014 11:53:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-should-pull-automatically-from-quot-New-Updated-Excel/m-p/806452#M1047287</guid>
      <dc:creator />
      <dc:date>2014-11-11T11:53:33Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView should pull automatically from "New Updated Excel Sheet" by latest date.</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-should-pull-automatically-from-quot-New-Updated-Excel/m-p/806453#M1047288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;where date &amp;gt;='11/11/2014'&amp;nbsp;&amp;nbsp;&amp;nbsp; put this after laoding xl file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for automation put like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load *,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;from&amp;nbsp; sales.xls&lt;/P&gt;&lt;P&gt;where date &amp;gt;today()-1;&amp;nbsp; it loads&amp;nbsp;&amp;nbsp; todays data&amp;nbsp; if u want yesterdays data also then go like&amp;nbsp;&amp;nbsp; &amp;gt;=today()-1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Nov 2014 11:56:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-should-pull-automatically-from-quot-New-Updated-Excel/m-p/806453#M1047288</guid>
      <dc:creator />
      <dc:date>2014-11-11T11:56:43Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView should pull automatically from "New Updated Excel Sheet" by latest date.</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-should-pull-automatically-from-quot-New-Updated-Excel/m-p/806454#M1047289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let vLast_reloadtime=reloadtime();&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table:&lt;/P&gt;&lt;P&gt;Load *&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; from Tablename where date&amp;gt;($vLast_reloadtime);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or else Let vToday=today();&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Let&amp;nbsp; vPath= 'C:/'&amp;amp;($vToday);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;sql select * from Tablename;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;store Table1 into ($vPath).xls;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Nov 2014 12:22:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-should-pull-automatically-from-quot-New-Updated-Excel/m-p/806454#M1047289</guid>
      <dc:creator />
      <dc:date>2014-11-11T12:22:22Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView should pull automatically from "New Updated Excel Sheet" by latest date.</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-should-pull-automatically-from-quot-New-Updated-Excel/m-p/806455#M1047290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SalesFolder:&amp;nbsp;&amp;nbsp; //Here Your getting all the file names that are present in the source folder//&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; // RecNo() AS Records,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; FILENAME() AS KEY&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[..\DATA\SALESREPORT *]&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sales);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MAX_FILE:&amp;nbsp; // Using resident your loading only the file that has maxtimestamp//&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;MaxString(KEY)&amp;nbsp; AS MAX_FILE&lt;/P&gt;&lt;P&gt;RESIDENT SalesFolder;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET vMaxFile=peek('MAX_FILE','-1','MAX_FILE');&amp;nbsp; // Storing that maxfile in a variable//&lt;/P&gt;&lt;P&gt;DROP TABLE SalesFolder;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SalesFolderWithMaxDate: // loading only the file that has max timestamp from the source folder//&lt;/P&gt;&lt;P&gt;lOAD *&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[..\DATA\$(vMaxFile)]&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sales);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/*&amp;nbsp; U can Create a task by daily or hourly ( On qlikview Server) how your files are updated on the source folder */&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if this works&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Nov 2014 18:01:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-should-pull-automatically-from-quot-New-Updated-Excel/m-p/806455#M1047290</guid>
      <dc:creator>shree909</dc:creator>
      <dc:date>2014-11-11T18:01:02Z</dc:date>
    </item>
  </channel>
</rss>

