<?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 Choose Specific rows of data. in Connectivity &amp; Data Prep</title>
    <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Choose-Specific-rows-of-data/m-p/2044422#M12028</link>
    <description>&lt;P&gt;I have a data set with a PolicyNumber &amp;amp; Date columns (+other columns). I want to filter to 1 line per Policy Number &amp;amp; the most recent Date. (essentially a DISTINCT[PolicyNumber] by Max(Date)). How can I do this in QlikView ?&lt;/P&gt;
&lt;P&gt;Where would be a good place to learn more about basic filtering &amp;amp; aggregation of data tables in qlikview ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 02 Mar 2023 11:47:29 GMT</pubDate>
    <dc:creator>Andrew_Maynard1</dc:creator>
    <dc:date>2023-03-02T11:47:29Z</dc:date>
    <item>
      <title>Choose Specific rows of data.</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Choose-Specific-rows-of-data/m-p/2044422#M12028</link>
      <description>&lt;P&gt;I have a data set with a PolicyNumber &amp;amp; Date columns (+other columns). I want to filter to 1 line per Policy Number &amp;amp; the most recent Date. (essentially a DISTINCT[PolicyNumber] by Max(Date)). How can I do this in QlikView ?&lt;/P&gt;
&lt;P&gt;Where would be a good place to learn more about basic filtering &amp;amp; aggregation of data tables in qlikview ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Mar 2023 11:47:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Choose-Specific-rows-of-data/m-p/2044422#M12028</guid>
      <dc:creator>Andrew_Maynard1</dc:creator>
      <dc:date>2023-03-02T11:47:29Z</dc:date>
    </item>
    <item>
      <title>Re: Choose Specific rows of data.</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Choose-Specific-rows-of-data/m-p/2045382#M12035</link>
      <description>&lt;P&gt;Hi, something like this?&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;tmpBaseData:
LOAD * FROM SouceTable;

Noconcatenate
FinalTable:
LOAD DISTINCT [PolicyNumber] as [PolicyNumber],
     Max(Date) as Date,
     Column1,
     Column2,
     Column3

Resident tmpBaseData
Group By [PolicyNumber], Column1, Column2, Column3;

DROP Table tmpBaseData; &lt;/LI-CODE&gt;</description>
      <pubDate>Sun, 05 Mar 2023 14:27:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Choose-Specific-rows-of-data/m-p/2045382#M12035</guid>
      <dc:creator>BrunPierre</dc:creator>
      <dc:date>2023-03-05T14:27:11Z</dc:date>
    </item>
  </channel>
</rss>

