<?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: How to pick the most recent month ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-pick-the-most-recent-month/m-p/1126620#M890764</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pavana,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The answer is found in this post:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/212852"&gt;Get Max Date and Max Value of a ID&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Aug 2016 14:52:29 GMT</pubDate>
    <dc:creator>pk2019</dc:creator>
    <dc:date>2016-08-17T14:52:29Z</dc:date>
    <item>
      <title>How to pick the most recent month ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-pick-the-most-recent-month/m-p/1126619#M890763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PFA Sample QVW.How to pick the most recent month for each ID? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks much.&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/How-to-pick-the-most-recent-month/m-p/1126619#M890763</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to pick the most recent month ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-pick-the-most-recent-month/m-p/1126620#M890764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pavana,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The answer is found in this post:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/212852"&gt;Get Max Date and Max Value of a ID&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Aug 2016 14:52:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-pick-the-most-recent-month/m-p/1126620#M890764</guid>
      <dc:creator>pk2019</dc:creator>
      <dc:date>2016-08-17T14:52:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to pick the most recent month ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-pick-the-most-recent-month/m-p/1126621#M890765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try:&lt;/P&gt;&lt;P&gt;=FirstSortedValue( aggr(sum(Amount),[Invoice Month],Code), aggr(-max(match([Invoice Month], 'Jan','Feb','Mar','Apr','May','Jun','Jul','Aug','Sep','Oct','Nov','Dec') ),[Invoice Month],Code))*12&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alternatively replace your textual month field with a field that has a numeric value. That way you can replace the max(match(... )) construction with the name of the numeric field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Aug 2016 14:56:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-pick-the-most-recent-month/m-p/1126621#M890765</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-08-17T14:56:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to pick the most recent month ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-pick-the-most-recent-month/m-p/1126622#M890766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A slightly different way to assign numerical value to month:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=FirstSortedValue(Aggr(Sum(Amount), [Invoice Month], Code), -Aggr(Max(&lt;SPAN style="color: #ff0000;"&gt;Date#([Invoice Month], 'MMM')&lt;/SPAN&gt;), [Invoice Month], Code)) * 12&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;IMG __jive_id="134811" alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/134811_Capture.PNG" style="height: auto;" /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Aug 2016 01:53:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-pick-the-most-recent-month/m-p/1126622#M890766</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-08-18T01:53:56Z</dc:date>
    </item>
  </channel>
</rss>

