<?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: syntax to load new qvd file only? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/syntax-to-load-new-qvd-file-only/m-p/813785#M471388</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check the partial reload in QV help &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or in another case use a binary load while concatenating the new file &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you use a standard format for the weekly file naming it could be like &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;binary test.qvw // has to be first line of the whole script &lt;/P&gt;&lt;P&gt;let vWeekFormat = date(Today(),'YYYYMMDD');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;concatenate(Sales)&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;from ../../Sales_'$(&lt;SPAN style="font-size: 13.3333330154419px;"&gt;vWeekFormat)'.qvd(qvd);&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Mar 2015 23:16:45 GMT</pubDate>
    <dc:creator>ramoncova06</dc:creator>
    <dc:date>2015-03-18T23:16:45Z</dc:date>
    <item>
      <title>syntax to load new qvd file only?</title>
      <link>https://community.qlik.com/t5/QlikView/syntax-to-load-new-qvd-file-only/m-p/813781#M471384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have weekly sales file. one file per week. Every week will have new sales file. they all are qvd format.&lt;/P&gt;&lt;P&gt;What syntax I may use to just load the new created file weekly? Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Mar 2015 22:11:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/syntax-to-load-new-qvd-file-only/m-p/813781#M471384</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-16T22:11:01Z</dc:date>
    </item>
    <item>
      <title>Re: syntax to load new qvd file only?</title>
      <link>https://community.qlik.com/t5/QlikView/syntax-to-load-new-qvd-file-only/m-p/813782#M471385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the file name format?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use 'filetime()' function in the script.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Mar 2015 22:32:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/syntax-to-load-new-qvd-file-only/m-p/813782#M471385</guid>
      <dc:creator>srchilukoori</dc:creator>
      <dc:date>2015-03-16T22:32:13Z</dc:date>
    </item>
    <item>
      <title>Re: syntax to load new qvd file only?</title>
      <link>https://community.qlik.com/t5/QlikView/syntax-to-load-new-qvd-file-only/m-p/813783#M471386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;from QlikView online help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="MCDropDownBody"&gt;&lt;EM&gt;&lt;A class="MCDropDownHotSpot_0" name="QvdCreateTime"&gt;&lt;IMG class="jive-image MCDropDownIcon" style="margin-right: 5px; border-style: none;" /&gt;&lt;SPAN class="Bold"&gt;QvdCreateTime(&lt;/SPAN&gt;&lt;SPAN class="Italic"&gt;filename&lt;/SPAN&gt;&lt;SPAN class="Bold"&gt;)&lt;/SPAN&gt;&lt;/A&gt; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Returns the XML-header time stamp from a QVD file if any (otherwise NULL). &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;The &lt;SPAN class="Italic"&gt;filename&lt;/SPAN&gt; is the name of a QVD file, if necessary including path. &lt;/EM&gt;&lt;/P&gt;&lt;P class="example"&gt;&lt;EM&gt;Examples:&lt;/EM&gt;&lt;/P&gt;&lt;P class="Code"&gt;&lt;EM&gt;QvdCreateTime('MyFile.qvd')&lt;/EM&gt;&lt;/P&gt;&lt;P class="Code"&gt;&lt;EM&gt;QvdCreateTime('C:\MyDir\MyFile.qvd')&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Mar 2015 22:40:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/syntax-to-load-new-qvd-file-only/m-p/813783#M471386</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-03-16T22:40:01Z</dc:date>
    </item>
    <item>
      <title>Re: syntax to load new qvd file only?</title>
      <link>https://community.qlik.com/t5/QlikView/syntax-to-load-new-qvd-file-only/m-p/813784#M471387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;T1: &lt;/P&gt;&lt;P&gt;LOAD&amp;nbsp; &lt;/P&gt;&lt;P&gt;FilePath() as FilePath &lt;/P&gt;&lt;P&gt;,FileTime() as Filetime &lt;/P&gt;&lt;P&gt;FROM &lt;D&gt; (qvd) ;&lt;/D&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; T2: &lt;/P&gt;&lt;P&gt; First 1 &lt;/P&gt;&lt;P&gt; Load FilePath as File &lt;/P&gt;&lt;P&gt; Resident T1 Order by Filetime desc &lt;/P&gt;&lt;P&gt; ; /// This variable will return Latest file info&amp;nbsp; &lt;/P&gt;&lt;P&gt; Let vFile = Peek('File',0,'T2'); &lt;/P&gt;&lt;P&gt; Drop Tables T1,T2; &lt;/P&gt;&lt;P&gt; /// Pass this variable to Qvd load &lt;/P&gt;&lt;P&gt; LatestQVD: &lt;/P&gt;&lt;P&gt; Load *&amp;nbsp; &lt;/P&gt;&lt;P&gt; From &lt;/P&gt;&lt;P&gt; $(vFile)(qvd);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Mar 2015 11:17:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/syntax-to-load-new-qvd-file-only/m-p/813784#M471387</guid>
      <dc:creator>pavendhan</dc:creator>
      <dc:date>2015-03-17T11:17:24Z</dc:date>
    </item>
    <item>
      <title>Re: syntax to load new qvd file only?</title>
      <link>https://community.qlik.com/t5/QlikView/syntax-to-load-new-qvd-file-only/m-p/813785#M471388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check the partial reload in QV help &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or in another case use a binary load while concatenating the new file &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you use a standard format for the weekly file naming it could be like &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;binary test.qvw // has to be first line of the whole script &lt;/P&gt;&lt;P&gt;let vWeekFormat = date(Today(),'YYYYMMDD');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;concatenate(Sales)&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;from ../../Sales_'$(&lt;SPAN style="font-size: 13.3333330154419px;"&gt;vWeekFormat)'.qvd(qvd);&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2015 23:16:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/syntax-to-load-new-qvd-file-only/m-p/813785#M471388</guid>
      <dc:creator>ramoncova06</dc:creator>
      <dc:date>2015-03-18T23:16:45Z</dc:date>
    </item>
  </channel>
</rss>

