<?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: Load data with max date in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Load-data-with-max-date/m-p/1071522#M641400</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What you are trying to achieve?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you elaborate more?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;may be like this?&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;Date(DateField,'DD/MM/YYYY') as &lt;SPAN style="font-size: 13.3333px;"&gt;DateField&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;From Table&lt;/P&gt;&lt;P&gt;where &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;DateField=Date(max(DateField),'DD/MM/YYYY');&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Mar 2016 12:34:11 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-03-02T12:34:11Z</dc:date>
    <item>
      <title>Load data with max date</title>
      <link>https://community.qlik.com/t5/QlikView/Load-data-with-max-date/m-p/1071521#M641399</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In files I get historical data and current week data. Date information can be in following formats:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;8.2.14&lt;/P&gt;&lt;P&gt;2/6/2016&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I use alt function to determine type of date information:&lt;/P&gt;&lt;P&gt; Date(Alt(Date#('$(vDate)', 'MM/DD/YYYY'), Date#('$(vDate)', 'MM.DD.YYYY')), 'YYYYMMDD')&amp;nbsp; as WEEK_ENDING_DATE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I load only string with max date.&lt;/P&gt;&lt;P&gt;I tried convert date into number and then use Max function, but for some reason it doesn't work and I get script error.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Mar 2016 12:26:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-data-with-max-date/m-p/1071521#M641399</guid>
      <dc:creator>vchuprina</dc:creator>
      <dc:date>2016-03-02T12:26:05Z</dc:date>
    </item>
    <item>
      <title>Re: Load data with max date</title>
      <link>https://community.qlik.com/t5/QlikView/Load-data-with-max-date/m-p/1071522#M641400</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What you are trying to achieve?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you elaborate more?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;may be like this?&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;Date(DateField,'DD/MM/YYYY') as &lt;SPAN style="font-size: 13.3333px;"&gt;DateField&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;From Table&lt;/P&gt;&lt;P&gt;where &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;DateField=Date(max(DateField),'DD/MM/YYYY');&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Mar 2016 12:34:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-data-with-max-date/m-p/1071522#M641400</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-02T12:34:11Z</dc:date>
    </item>
    <item>
      <title>Re: Load data with max date</title>
      <link>https://community.qlik.com/t5/QlikView/Load-data-with-max-date/m-p/1071523#M641401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD yourFields,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Date(Alt(Date#(DateField, 'M/D/YYYY'), Date#(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;DateField&lt;/SPAN&gt;, 'M.D.YYYY')), 'YYYYMMDD')&amp;nbsp; as WEEK_ENDING_DATE&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;FROM Table:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Right Join (Table)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD Max(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;WEEK_ENDING_DATE) as &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;WEEK_ENDING_DATE&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt;Resident Table;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Mar 2016 12:46:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-data-with-max-date/m-p/1071523#M641401</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-03-02T12:46:30Z</dc:date>
    </item>
    <item>
      <title>Re: Load data with max date</title>
      <link>https://community.qlik.com/t5/QlikView/Load-data-with-max-date/m-p/1071524#M641402</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;// test data&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Source:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;load * inline [&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;DateField&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;8.2.14&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;2/6/2016&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;8.2.15&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;6/30/2016&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;7/1/2016&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;];&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;// add a date field&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Left Join (Source)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; DateField,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; Date( (Alt(Date#(DateField, 'M/D/YYYY'), Date#(DateField, 'M.D.YYYY'))), 'YYYYMMDD')&amp;nbsp; as DateNew&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Resident Source;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;// keep the max&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Right Keep (Source) &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; Date( Max(DateNew), 'YYYYMMDD')&amp;nbsp; as DateNew&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Resident Source;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Mar 2016 13:02:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-data-with-max-date/m-p/1071524#M641402</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2016-03-02T13:02:13Z</dc:date>
    </item>
    <item>
      <title>Re: Load data with max date</title>
      <link>https://community.qlik.com/t5/QlikView/Load-data-with-max-date/m-p/1071525#M641403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I try to load data from file that contains historical data, but I need only last week with correct data.&lt;/P&gt;&lt;P&gt;In example below I should load only week 2/6/2016 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 384px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl68" height="17" width="64"&gt;Date&lt;/TD&gt;&lt;TD class="xl68" style="border-left: none;" width="64"&gt;&amp;nbsp; LYS $&lt;/TD&gt;&lt;TD class="xl68" style="border-left: none;" width="64"&gt;TYS $&lt;/TD&gt;&lt;TD class="xl68" style="border-left: none;" width="64"&gt;S%&lt;/TD&gt;&lt;TD class="xl68" style="border-left: none;" width="64"&gt;TYO $&lt;/TD&gt;&lt;TD class="xl68" style="border-left: none;" width="64"&gt;O%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="17" style="border-top: none;" width="64"&gt;1.19.13&lt;/TD&gt;&lt;TD align="right" class="xl65" width="64"&gt;24.2&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top-style: none; border-left-style: none;" width="64"&gt;26&lt;/TD&gt;&lt;TD align="right" class="xl66" width="64"&gt;-7%&lt;/TD&gt;&lt;TD align="right" class="xl65" width="64"&gt;13.6&lt;/TD&gt;&lt;TD align="right" class="xl66" width="64"&gt;78%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="17" style="border-top-style: none;" width="64"&gt;7/26/2014&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top-style: none; border-left-style: none;" width="64"&gt;42.8&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top-style: none; border-left-style: none;" width="64"&gt;26&lt;/TD&gt;&lt;TD align="right" class="xl66" width="64"&gt;65%&lt;/TD&gt;&lt;TD align="right" class="xl65" width="64"&gt;22&lt;/TD&gt;&lt;TD align="right" class="xl66" width="64"&gt;95%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="17" style="border-top-style: none;" width="64"&gt;8.2.14&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top-style: none; border-left-style: none;" width="64"&gt;-7.1&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top-style: none; border-left-style: none;" width="64"&gt;26&lt;/TD&gt;&lt;TD align="right" class="xl66" width="64"&gt;-127%&lt;/TD&gt;&lt;TD align="right" class="xl65" width="64"&gt;34&lt;/TD&gt;&lt;TD align="right" class="xl66" width="64"&gt;-121%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl67" height="17" style="border-top-style: none;" width="64"&gt;2/6/2016&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top-style: none; border-left-style: none;" width="64"&gt;38.6&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top-style: none; border-left-style: none;" width="64"&gt;33.7&lt;/TD&gt;&lt;TD align="right" class="xl66" width="64"&gt;15%&lt;/TD&gt;&lt;TD align="right" class="xl65" width="64"&gt;22.6&lt;/TD&gt;&lt;TD align="right" class="xl66" width="64"&gt;71%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl67" height="17" style="border-top-style: none;" width="64"&gt;2/13/2016&lt;/TD&gt;&lt;TD class="xl65" style="border-top-style: none; border-left-style: none;" width="64"&gt; &lt;/TD&gt;&lt;TD class="xl65" style="border-top-style: none; border-left-style: none;" width="64"&gt; &lt;/TD&gt;&lt;TD align="center" class="xl65" width="64"&gt;#DIV/0!&lt;/TD&gt;&lt;TD class="xl65" width="64"&gt; &lt;/TD&gt;&lt;TD class="xl65" width="64"&gt;#DIV/0&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Mar 2016 16:18:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-data-with-max-date/m-p/1071525#M641403</guid>
      <dc:creator>vchuprina</dc:creator>
      <dc:date>2016-03-02T16:18:00Z</dc:date>
    </item>
    <item>
      <title>Re: Load data with max date</title>
      <link>https://community.qlik.com/t5/QlikView/Load-data-with-max-date/m-p/1071526#M641404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried your solution and it works butwith some questions.&lt;/P&gt;&lt;P&gt;In my script I process data from different types of files and one of these types contains history data.&lt;/P&gt;&lt;P&gt;When I added right join I got max week but for all files, I can't understand why this happened because I use if else statement .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF&amp;nbsp; Wildmatch (vSheet, '1') then&lt;/P&gt;&lt;P&gt;Data :&lt;/P&gt;&lt;P&gt;Load * from ...&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;ELSEIF&amp;nbsp; Wildmatch (vSheet, '2') then&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Data :&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Load * from ...&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;ELSEIF&amp;nbsp; Wildmatch (vSheet, '3') then&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Data :&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Load * from ...&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Right Join (&lt;SPAN style="font-size: 13.3333px;"&gt;Data&lt;/SPAN&gt;)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD Max(&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;WEEK_ENDING_DATE) as &lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;WEEK_ENDING_DATE&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;Resident &lt;SPAN style="font-size: 13.3333px;"&gt;Data &lt;/SPAN&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;EndIF&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I thought that I will load data with max week from files with sheet '3', but in result I got only files that have current max week(02/27) in file other file are ignored by script.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Mar 2016 17:00:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-data-with-max-date/m-p/1071526#M641404</guid>
      <dc:creator>vchuprina</dc:creator>
      <dc:date>2016-03-02T17:00:36Z</dc:date>
    </item>
    <item>
      <title>Re: Load data with max date</title>
      <link>https://community.qlik.com/t5/QlikView/Load-data-with-max-date/m-p/1071527#M641405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not 100% certain what you are trying to do right now and also having difficulty in understanding the required output.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Mar 2016 17:28:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-data-with-max-date/m-p/1071527#M641405</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-03-02T17:28:53Z</dc:date>
    </item>
    <item>
      <title>Re: Load data with max date</title>
      <link>https://community.qlik.com/t5/QlikView/Load-data-with-max-date/m-p/1071528#M641406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In output I want to see data for max data from each file, for example if file have such data inside:&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="border: 0px; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;TBODY style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD class="xl68" height="17" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit;" width="64"&gt;Date&lt;/TD&gt;&lt;TD class="xl68" style="padding-right: 4px; padding-left: 4px; border-style: solid solid solid none; border-top-color: black; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;" width="64"&gt;&amp;nbsp; LYS $&lt;/TD&gt;&lt;TD class="xl68" style="padding-right: 4px; padding-left: 4px; border-style: solid solid solid none; border-top-color: black; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;" width="64"&gt;TYS $&lt;/TD&gt;&lt;TD class="xl68" style="padding-right: 4px; padding-left: 4px; border-style: solid solid solid none; border-top-color: black; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;" width="64"&gt;S%&lt;/TD&gt;&lt;TD class="xl68" style="padding-right: 4px; padding-left: 4px; border-style: solid solid solid none; border-top-color: black; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;" width="64"&gt;TYO $&lt;/TD&gt;&lt;TD class="xl68" style="padding-right: 4px; padding-left: 4px; border-style: solid solid solid none; border-top-color: black; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;" width="64"&gt;O%&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD class="xl65" height="17" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid; border-right-color: black; border-bottom-color: black; border-left-color: black; font-style: inherit; font-family: inherit;" width="64"&gt;1.19.13&lt;/TD&gt;&lt;TD align="right" class="xl65" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit;" width="64"&gt;24.2&lt;/TD&gt;&lt;TD align="right" class="xl65" style="padding-right: 4px; padding-left: 4px; border-width: 0px; border-style: none solid solid none; border-color: black; font-style: inherit; font-family: inherit;" width="64"&gt;26&lt;/TD&gt;&lt;TD align="right" class="xl66" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit;" width="64"&gt;-7%&lt;/TD&gt;&lt;TD align="right" class="xl65" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit;" width="64"&gt;13.6&lt;/TD&gt;&lt;TD align="right" class="xl66" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit;" width="64"&gt;78%&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD class="xl65" height="17" style="padding-right: 4px; padding-left: 4px; border-width: 0px; border-style: none solid solid; border-color: black; font-style: inherit; font-family: inherit;" width="64"&gt;7/26/2014&lt;/TD&gt;&lt;TD align="right" class="xl65" style="padding-right: 4px; padding-left: 4px; border-width: 0px; border-style: none solid solid none; border-color: black; font-style: inherit; font-family: inherit;" width="64"&gt;42.8&lt;/TD&gt;&lt;TD align="right" class="xl65" style="padding-right: 4px; padding-left: 4px; border-width: 0px; border-style: none solid solid none; border-color: black; font-style: inherit; font-family: inherit;" width="64"&gt;26&lt;/TD&gt;&lt;TD align="right" class="xl66" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit;" width="64"&gt;65%&lt;/TD&gt;&lt;TD align="right" class="xl65" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit;" width="64"&gt;22&lt;/TD&gt;&lt;TD align="right" class="xl66" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit;" width="64"&gt;95%&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD class="xl65" height="17" style="padding-right: 4px; padding-left: 4px; border-width: 0px; border-style: none solid solid; border-color: black; font-style: inherit; font-family: inherit;" width="64"&gt;8.2.14&lt;/TD&gt;&lt;TD align="right" class="xl65" style="padding-right: 4px; padding-left: 4px; border-width: 0px; border-style: none solid solid none; border-color: black; font-style: inherit; font-family: inherit;" width="64"&gt;-7.1&lt;/TD&gt;&lt;TD align="right" class="xl65" style="padding-right: 4px; padding-left: 4px; border-width: 0px; border-style: none solid solid none; border-color: black; font-style: inherit; font-family: inherit;" width="64"&gt;26&lt;/TD&gt;&lt;TD align="right" class="xl66" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit;" width="64"&gt;-127%&lt;/TD&gt;&lt;TD align="right" class="xl65" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit;" width="64"&gt;34&lt;/TD&gt;&lt;TD align="right" class="xl66" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit;" width="64"&gt;-121%&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD align="right" class="xl67" height="17" style="padding-right: 4px; padding-left: 4px; border-width: 0px; border-style: none solid solid; border-color: black; font-style: inherit; font-family: inherit;" width="64"&gt;2/6/2016&lt;/TD&gt;&lt;TD align="right" class="xl65" style="padding-right: 4px; padding-left: 4px; border-width: 0px; border-style: none solid solid none; border-color: black; font-style: inherit; font-family: inherit;" width="64"&gt;38.6&lt;/TD&gt;&lt;TD align="right" class="xl65" style="padding-right: 4px; padding-left: 4px; border-width: 0px; border-style: none solid solid none; border-color: black; font-style: inherit; font-family: inherit;" width="64"&gt;33.7&lt;/TD&gt;&lt;TD align="right" class="xl66" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit;" width="64"&gt;15%&lt;/TD&gt;&lt;TD align="right" class="xl65" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit;" width="64"&gt;22.6&lt;/TD&gt;&lt;TD align="right" class="xl66" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit;" width="64"&gt;71%&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD align="right" class="xl67" height="17" style="padding-right: 4px; padding-left: 4px; border-width: 0px; border-style: none solid solid; border-color: black; font-style: inherit; font-family: inherit;" width="64"&gt;2/13/2016&lt;/TD&gt;&lt;TD class="xl65" style="padding-right: 4px; padding-left: 4px; border-width: 0px; border-style: none solid solid none; border-color: black; font-style: inherit; font-family: inherit;" width="64"&gt;&lt;/TD&gt;&lt;TD class="xl65" style="padding-right: 4px; padding-left: 4px; border-width: 0px; border-style: none solid solid none; border-color: black; font-style: inherit; font-family: inherit;" width="64"&gt;&lt;/TD&gt;&lt;TD align="center" class="xl65" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit;" width="64"&gt;#DIV/0!&lt;/TD&gt;&lt;TD class="xl65" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit;" width="64"&gt;&lt;/TD&gt;&lt;TD class="xl65" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit;" width="64"&gt;#DIV/0&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to see&amp;nbsp; following in output file:&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="448"&gt;&lt;TBODY&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD height="20" width="64"&gt;Filename&lt;/TD&gt;&lt;TD class="xl65" width="64"&gt;Date&lt;/TD&gt;&lt;TD class="xl65" style="padding-right: 4px; padding-left: 4px; border-style: solid solid solid none; border-top-color: black; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;" width="64"&gt;&amp;nbsp; LYS $&lt;/TD&gt;&lt;TD class="xl65" style="padding-right: 4px; padding-left: 4px; border-style: solid solid solid none; border-top-color: black; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;" width="64"&gt;TYS $&lt;/TD&gt;&lt;TD class="xl65" style="padding-right: 4px; padding-left: 4px; border-style: solid solid solid none; border-top-color: black; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;" width="64"&gt;S%&lt;/TD&gt;&lt;TD class="xl65" style="padding-right: 4px; padding-left: 4px; border-style: solid solid solid none; border-top-color: black; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;" width="64"&gt;TYO $&lt;/TD&gt;&lt;TD class="xl65" style="padding-right: 4px; padding-left: 4px; border-style: solid solid solid none; border-top-color: black; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;" width="64"&gt;O%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;File1&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none;" width="64"&gt;2/6/2016&lt;/TD&gt;&lt;TD class="xl67" style="padding-right: 4px; padding-left: 4px; border-width: 0px; border-style: none solid solid none; border-color: black; font-style: inherit; font-family: inherit;" width="64"&gt;38.6&lt;/TD&gt;&lt;TD class="xl67" style="padding-right: 4px; padding-left: 4px; border-width: 0px; border-style: none solid solid none; border-color: black; font-style: inherit; font-family: inherit;" width="64"&gt;33.7&lt;/TD&gt;&lt;TD class="xl68" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit;" width="64"&gt;15%&lt;/TD&gt;&lt;TD class="xl67" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit;" width="64"&gt;22.6&lt;/TD&gt;&lt;TD class="xl68" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit;" width="64"&gt;71%&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Mar 2016 13:40:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-data-with-max-date/m-p/1071528#M641406</guid>
      <dc:creator>vchuprina</dc:creator>
      <dc:date>2016-03-03T13:40:23Z</dc:date>
    </item>
  </channel>
</rss>

