<?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 multiple rows with the same minimum date per value in another cell in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Load-multiple-rows-with-the-same-minimum-date-per-value-in/m-p/1548189#M440034</link>
    <description>&lt;P&gt;hello community&lt;/P&gt;&lt;P&gt;i want to load data like from a table like this:&lt;/P&gt;&lt;P&gt;ID, Name, Number, Date&lt;/P&gt;&lt;P&gt;485, Peter, 2, 2019-01-17&lt;BR /&gt;485, Marc, 22, 2019-01-17&lt;BR /&gt;485, Marc, 64, 2019-01-17&lt;BR /&gt;485, Peter, 452, 2019-01-18&lt;BR /&gt;485, Jessica, 2, 2019-01-18&lt;BR /&gt;485, Sarah, 2, 2019-01-18&lt;BR /&gt;485, Jessica, 2, 2019-01-19&lt;BR /&gt;490, Marc, 2, 2019-02-02&lt;BR /&gt;490, Jessica, 2, 2019-02-02&lt;BR /&gt;490, Sarah, 2, 2019-02-02&lt;BR /&gt;490, Jessica, 2, 2019-02-03&lt;BR /&gt;490, Marc, 2, 2019-02-08&lt;BR /&gt;490, Peter, 2, 2019-02-08&lt;BR /&gt;495, and so on...&lt;/P&gt;&lt;P&gt;so i want to load every min(Date) row from every ID.&lt;/P&gt;&lt;P&gt;So I'll have data like:&lt;BR /&gt;485, Peter, 2, 2019-01-17&lt;BR /&gt;485, Marc, 22, 2019-01-17&lt;BR /&gt;485, Marc, 64, 2019-01-17&lt;BR /&gt;490, Marc, 2, 2019-02-02&lt;BR /&gt;490, Jessica, 2, 2019-02-02&lt;BR /&gt;490, Sarah, 2, 2019-02-02&lt;BR /&gt;495, and so on...&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I'm glad if someone can help me with this.&lt;BR /&gt;&lt;BR /&gt;Thank you!&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 21:21:42 GMT</pubDate>
    <dc:creator>sammo</dc:creator>
    <dc:date>2024-11-16T21:21:42Z</dc:date>
    <item>
      <title>Load multiple rows with the same minimum date per value in another cell</title>
      <link>https://community.qlik.com/t5/QlikView/Load-multiple-rows-with-the-same-minimum-date-per-value-in/m-p/1548189#M440034</link>
      <description>&lt;P&gt;hello community&lt;/P&gt;&lt;P&gt;i want to load data like from a table like this:&lt;/P&gt;&lt;P&gt;ID, Name, Number, Date&lt;/P&gt;&lt;P&gt;485, Peter, 2, 2019-01-17&lt;BR /&gt;485, Marc, 22, 2019-01-17&lt;BR /&gt;485, Marc, 64, 2019-01-17&lt;BR /&gt;485, Peter, 452, 2019-01-18&lt;BR /&gt;485, Jessica, 2, 2019-01-18&lt;BR /&gt;485, Sarah, 2, 2019-01-18&lt;BR /&gt;485, Jessica, 2, 2019-01-19&lt;BR /&gt;490, Marc, 2, 2019-02-02&lt;BR /&gt;490, Jessica, 2, 2019-02-02&lt;BR /&gt;490, Sarah, 2, 2019-02-02&lt;BR /&gt;490, Jessica, 2, 2019-02-03&lt;BR /&gt;490, Marc, 2, 2019-02-08&lt;BR /&gt;490, Peter, 2, 2019-02-08&lt;BR /&gt;495, and so on...&lt;/P&gt;&lt;P&gt;so i want to load every min(Date) row from every ID.&lt;/P&gt;&lt;P&gt;So I'll have data like:&lt;BR /&gt;485, Peter, 2, 2019-01-17&lt;BR /&gt;485, Marc, 22, 2019-01-17&lt;BR /&gt;485, Marc, 64, 2019-01-17&lt;BR /&gt;490, Marc, 2, 2019-02-02&lt;BR /&gt;490, Jessica, 2, 2019-02-02&lt;BR /&gt;490, Sarah, 2, 2019-02-02&lt;BR /&gt;495, and so on...&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I'm glad if someone can help me with this.&lt;BR /&gt;&lt;BR /&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 21:21:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-multiple-rows-with-the-same-minimum-date-per-value-in/m-p/1548189#M440034</guid>
      <dc:creator>sammo</dc:creator>
      <dc:date>2024-11-16T21:21:42Z</dc:date>
    </item>
    <item>
      <title>Re: Load multiple rows with the same minimum date per value in another cell</title>
      <link>https://community.qlik.com/t5/QlikView/Load-multiple-rows-with-the-same-minimum-date-per-value-in/m-p/1548223#M440035</link>
      <description>&lt;P&gt;How do you want the final table to look like.&lt;/P&gt;&lt;P&gt;try something like below&lt;/P&gt;&lt;PRE&gt;Temp:
load * Inline
[

ID, Name, Number, Date

485, Peter, 2, 2019-01-17
485, Marc, 22, 2019-01-17
485, Marc, 64, 2019-01-17
485, Peter, 452, 2019-01-18
485, Jessica, 2, 2019-01-18
485, Sarah, 2, 2019-01-18
485, Jessica, 2, 2019-01-19
490, Marc, 2, 2019-02-02
490, Jessica, 2, 2019-02-02
490, Sarah, 2, 2019-02-02
490, Jessica, 2, 2019-02-03
490, Marc, 2, 2019-02-08
490, Peter, 2, 2019-02-08
];

load ID, Name, Number, Min(Date) as MinDate
resident Temp
group by ID, Name, Number;&lt;BR /&gt;&lt;BR /&gt;drop table Temp;&lt;/PRE&gt;</description>
      <pubDate>Fri, 22 Feb 2019 18:11:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-multiple-rows-with-the-same-minimum-date-per-value-in/m-p/1548223#M440035</guid>
      <dc:creator>dplr-rn</dc:creator>
      <dc:date>2019-02-22T18:11:07Z</dc:date>
    </item>
    <item>
      <title>Re: Load multiple rows with the same minimum date per value in another cell</title>
      <link>https://community.qlik.com/t5/QlikView/Load-multiple-rows-with-the-same-minimum-date-per-value-in/m-p/1549047#M440103</link>
      <description>&lt;P&gt;Thank you for your feedback!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;This works mostly well &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can i change your script, if I just want to load only the min-Dates from every ID? except all other data.&lt;/P&gt;&lt;P&gt;I want to have all the fields, but the Name and Number should be ignored while i try to select the min dates.&lt;BR /&gt;&lt;BR /&gt;The result should be:&lt;BR /&gt;&lt;BR /&gt;485, Peter, 2, 2019-01-17&lt;BR /&gt;485, Marc, 22, 2019-01-17&lt;BR /&gt;485, Marc, 64, 2019-01-17&lt;BR /&gt;490, Marc, 2, 2019-02-02&lt;BR /&gt;490, Jessica, 2, 2019-02-02&lt;BR /&gt;490, Sarah, 2, 2019-02-02&lt;BR /&gt;&lt;BR /&gt;is it possible to do this?&lt;/P&gt;</description>
      <pubDate>Tue, 26 Feb 2019 09:00:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-multiple-rows-with-the-same-minimum-date-per-value-in/m-p/1549047#M440103</guid>
      <dc:creator>sammo</dc:creator>
      <dc:date>2019-02-26T09:00:17Z</dc:date>
    </item>
  </channel>
</rss>

