<?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 load distinct with max date in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/load-distinct-with-max-date/m-p/1397436#M424070</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I need to load a qvd with a distinct ID field and also where the field [file_received_date] is the maximum ..is this possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Phil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 Sep 2017 11:16:07 GMT</pubDate>
    <dc:creator>prees959</dc:creator>
    <dc:date>2017-09-22T11:16:07Z</dc:date>
    <item>
      <title>load distinct with max date</title>
      <link>https://community.qlik.com/t5/QlikView/load-distinct-with-max-date/m-p/1397436#M424070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I need to load a qvd with a distinct ID field and also where the field [file_received_date] is the maximum ..is this possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Phil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Sep 2017 11:16:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-distinct-with-max-date/m-p/1397436#M424070</guid>
      <dc:creator>prees959</dc:creator>
      <dc:date>2017-09-22T11:16:07Z</dc:date>
    </item>
    <item>
      <title>Re: load distinct with max date</title>
      <link>https://community.qlik.com/t5/QlikView/load-distinct-with-max-date/m-p/1397437#M424071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Load Distinct&lt;/P&gt;&lt;P&gt;IDField,&lt;/P&gt;&lt;P&gt;max(File_Received_Date) as File_Received_Date&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From .....qvd&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Group by IDField;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Sep 2017 11:22:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-distinct-with-max-date/m-p/1397437#M424071</guid>
      <dc:creator>shraddha_g</dc:creator>
      <dc:date>2017-09-22T11:22:06Z</dc:date>
    </item>
    <item>
      <title>Re: load distinct with max date</title>
      <link>https://community.qlik.com/t5/QlikView/load-distinct-with-max-date/m-p/1397438#M424072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would think it is... how does your data look like? Can you share a sample?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Sep 2017 11:22:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-distinct-with-max-date/m-p/1397438#M424072</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-09-22T11:22:41Z</dc:date>
    </item>
    <item>
      <title>Re: load distinct with max date</title>
      <link>https://community.qlik.com/t5/QlikView/load-distinct-with-max-date/m-p/1397439#M424073</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 have many fields in my dataset which will cause a large group by statement - is there a workaround?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Sep 2017 11:29:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-distinct-with-max-date/m-p/1397439#M424073</guid>
      <dc:creator>prees959</dc:creator>
      <dc:date>2017-09-22T11:29:41Z</dc:date>
    </item>
    <item>
      <title>Re: load distinct with max date</title>
      <link>https://community.qlik.com/t5/QlikView/load-distinct-with-max-date/m-p/1397440#M424074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can Left join this data to your original table&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Sep 2017 11:34:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-distinct-with-max-date/m-p/1397440#M424074</guid>
      <dc:creator>shraddha_g</dc:creator>
      <dc:date>2017-09-22T11:34:43Z</dc:date>
    </item>
    <item>
      <title>Re: load distinct with max date</title>
      <link>https://community.qlik.com/t5/QlikView/load-distinct-with-max-date/m-p/1397441#M424075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt;&amp;gt;is there a workaround?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could load just the IDs and the max Dates and then left join the main load to filter for the maximum IDs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Data:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD ID, Max(DateField) as DateField&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;FROM sourcefile.qvd (qvd)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;GROUP By ID;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Left Join(Data)&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;FROM sourecfile.qvd&lt;/EM&gt;&lt;EM style="font-size: 10pt; line-height: 1.5em;"&gt;;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(Where DateField is the name of the date field and sourcefile.qvw is the name of the source file).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Sep 2017 11:54:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-distinct-with-max-date/m-p/1397441#M424075</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2017-09-22T11:54:32Z</dc:date>
    </item>
  </channel>
</rss>

