<?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: Earliest Date Record Only in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Earliest-Date-Record-Only/m-p/12278#M775987</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello&lt;/P&gt;&lt;P&gt;i would proceed in two times :&lt;/P&gt;&lt;P&gt;1 - extract min date and Customer&amp;nbsp; for each Customer&lt;/P&gt;&lt;P&gt;load Customer,min(commencedate) as mindate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2 - left join that 1st table wwith the data on keys Customer and mindate&lt;/P&gt;&lt;P&gt;left join(table) load Customer, commencedate as mindate, .......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mind the date format&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Apr 2018 15:28:35 GMT</pubDate>
    <dc:creator>olivierrobin</dc:creator>
    <dc:date>2018-04-24T15:28:35Z</dc:date>
    <item>
      <title>Earliest Date Record Only</title>
      <link>https://community.qlik.com/t5/QlikView/Earliest-Date-Record-Only/m-p/12276#M775984</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 customers that have been assigned to duplicate branches. I need to only pull in the details for the earliest commence date, and not pull in any other records for that particular customer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached a copy of sample data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried all sorts, Min, MinRange, etc, but still cannot get it to work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&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;Di&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Earliest-Date-Record-Only/m-p/12276#M775984</guid>
      <dc:creator>dinicholls</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Earliest Date Record Only</title>
      <link>https://community.qlik.com/t5/QlikView/Earliest-Date-Record-Only/m-p/12277#M775986</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;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Table:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;LOAD Customer, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Branch, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Branch Number], &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Commence Date]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;[Sample_Data.xls]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;(biff, embedded labels, table is [Sheet1$]);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;Right Join (Table)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;LOAD Customer,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt; Min([Commence Date]) as [Commence Date]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;Resident Table&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Group By Customer;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Apr 2018 15:28:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Earliest-Date-Record-Only/m-p/12277#M775986</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-04-24T15:28:07Z</dc:date>
    </item>
    <item>
      <title>Re: Earliest Date Record Only</title>
      <link>https://community.qlik.com/t5/QlikView/Earliest-Date-Record-Only/m-p/12278#M775987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello&lt;/P&gt;&lt;P&gt;i would proceed in two times :&lt;/P&gt;&lt;P&gt;1 - extract min date and Customer&amp;nbsp; for each Customer&lt;/P&gt;&lt;P&gt;load Customer,min(commencedate) as mindate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2 - left join that 1st table wwith the data on keys Customer and mindate&lt;/P&gt;&lt;P&gt;left join(table) load Customer, commencedate as mindate, .......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mind the date format&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Apr 2018 15:28:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Earliest-Date-Record-Only/m-p/12278#M775987</guid>
      <dc:creator>olivierrobin</dc:creator>
      <dc:date>2018-04-24T15:28:35Z</dc:date>
    </item>
  </channel>
</rss>

