<?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 Getting Max date (YYYYMM format) for each account number in Qlik on front end in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Getting-Max-date-YYYYMM-format-for-each-account-number-in-Qlik/m-p/1925783#M76204</link>
    <description>&lt;P&gt;Hello! Currently, we have a dashboard that displays account information. However, it is bringing back dupes. We have a request from the stakeholder to get rid of the dupes. Basically, we want to keep the latest record based on time month key (YYYYMM format) in this case for each account number. It is possible that the account numbers could have different latest time month keys.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is it possible to do this on the front end as a measure or a dimension and use that as a filter? Basically filter out the dupes on the front end. If so, how?&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 03 May 2022 16:08:45 GMT</pubDate>
    <dc:creator>default_the_pig</dc:creator>
    <dc:date>2022-05-03T16:08:45Z</dc:date>
    <item>
      <title>Getting Max date (YYYYMM format) for each account number in Qlik on front end</title>
      <link>https://community.qlik.com/t5/App-Development/Getting-Max-date-YYYYMM-format-for-each-account-number-in-Qlik/m-p/1925783#M76204</link>
      <description>&lt;P&gt;Hello! Currently, we have a dashboard that displays account information. However, it is bringing back dupes. We have a request from the stakeholder to get rid of the dupes. Basically, we want to keep the latest record based on time month key (YYYYMM format) in this case for each account number. It is possible that the account numbers could have different latest time month keys.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is it possible to do this on the front end as a measure or a dimension and use that as a filter? Basically filter out the dupes on the front end. If so, how?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 May 2022 16:08:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Getting-Max-date-YYYYMM-format-for-each-account-number-in-Qlik/m-p/1925783#M76204</guid>
      <dc:creator>default_the_pig</dc:creator>
      <dc:date>2022-05-03T16:08:45Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Max date (YYYYMM format) for each account number in Qlik on front end</title>
      <link>https://community.qlik.com/t5/App-Development/Getting-Max-date-YYYYMM-format-for-each-account-number-in-Qlik/m-p/1925802#M76208</link>
      <description>&lt;P&gt;If you need to use it as a filter I would suggest you create a new field in your load script&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Left join(TableA)&lt;/P&gt;
&lt;P&gt;Load Accountnumber,max(DateField) as maxdate&lt;/P&gt;
&lt;P&gt;Resident TableA&lt;/P&gt;
&lt;P&gt;Group by Accountnumber;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;On the front end you can try below&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Aggr(Max(DateField),AccountNumber)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 May 2022 17:00:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Getting-Max-date-YYYYMM-format-for-each-account-number-in-Qlik/m-p/1925802#M76208</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2022-05-03T17:00:03Z</dc:date>
    </item>
  </channel>
</rss>

