<?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: Max Month Name NOT Value in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Max-Month-Name-NOT-Value/m-p/408573#M151937</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use MaxString&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Feb 2013 09:09:53 GMT</pubDate>
    <dc:creator>sreenivas</dc:creator>
    <dc:date>2013-02-06T09:09:53Z</dc:date>
    <item>
      <title>Max Month Name NOT Value</title>
      <link>https://community.qlik.com/t5/QlikView/Max-Month-Name-NOT-Value/m-p/408572#M151936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys and gals,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is the code I use to isolate the max value across 2 data sets. I want to point this to the&lt;STRONG&gt; month name&lt;/STRONG&gt; now instead of the value. So instead of a max value of R500K, I want it to say &lt;STRONG&gt;Jun 2012&lt;/STRONG&gt;. How do i do this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;RangeMax(&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Max(TOTAL aggr(sum({$&amp;lt;CalendarMonthAndYear={'&amp;gt;=$(v12MonthMin)&amp;lt;=$(v12MonthMax)'},CallType={'o'}&amp;gt;}Cost),CalendarMonthAndYear)),&lt;/P&gt;&lt;P&gt;Max(TOTAL aggr(sum({$&amp;lt;CalendarMonthAndYear={'&amp;gt;=$(v12MonthMin)&amp;lt;=$(v12MonthMax)'}&amp;gt;}HistoricCostTrendCost),CalendarMonthAndYear)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Byron&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Feb 2013 09:03:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-Month-Name-NOT-Value/m-p/408572#M151936</guid>
      <dc:creator />
      <dc:date>2013-02-06T09:03:55Z</dc:date>
    </item>
    <item>
      <title>Re: Max Month Name NOT Value</title>
      <link>https://community.qlik.com/t5/QlikView/Max-Month-Name-NOT-Value/m-p/408573#M151937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use MaxString&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Feb 2013 09:09:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-Month-Name-NOT-Value/m-p/408573#M151937</guid>
      <dc:creator>sreenivas</dc:creator>
      <dc:date>2013-02-06T09:09:53Z</dc:date>
    </item>
    <item>
      <title>Re: Max Month Name NOT Value</title>
      <link>https://community.qlik.com/t5/QlikView/Max-Month-Name-NOT-Value/m-p/408574#M151938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried before and it gives value not name for some odd reason&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Feb 2013 13:14:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-Month-Name-NOT-Value/m-p/408574#M151938</guid>
      <dc:creator />
      <dc:date>2013-02-06T13:14:57Z</dc:date>
    </item>
    <item>
      <title>Re: Max Month Name NOT Value</title>
      <link>https://community.qlik.com/t5/QlikView/Max-Month-Name-NOT-Value/m-p/408575#M151939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am surprised no one knows how to do this. Comeon guys, one of you must be smart enough or logical enough to figure this one out. Help a fella and pleaseeeeeeeeeeeeeeeeeeeeeeeeeeeee point me in the right direction &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;byron&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Feb 2013 06:52:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-Month-Name-NOT-Value/m-p/408575#M151939</guid>
      <dc:creator />
      <dc:date>2013-02-07T06:52:47Z</dc:date>
    </item>
    <item>
      <title>Re: Max Month Name NOT Value</title>
      <link>https://community.qlik.com/t5/QlikView/Max-Month-Name-NOT-Value/m-p/408576#M151940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When one persevers one finds an answer. For those that come across this post this is what I did&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To get the frequency as an expression I used this formula&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max(aggr(count({$&amp;lt;CalendarMonthAndYear={'Nov 2012'},CallType={'o'},MAYAMobileCheck={'Maya'}&amp;gt;}Extn),CalendarMonthAndYear,Extn,Digits))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To get the extn responsible for that frequency I used this with a parameter and then suppressed nulls. Pretty much the same as the above expression just made to work as a dimension&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aggr(if(Max(aggr(count({$&amp;lt;CalendarMonthAndYear={'Nov 2012'},CallType={'o'},MAYAMobileCheck={'Maya'}&amp;gt;}Extn),CalendarMonthAndYear,Extn,Digits))&amp;gt;30,Extn),CalendarMonthAndYear,Extn,Digits)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps anyone out there looking for a similar solution. If anyone knows a better way please let me know&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Byron&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Feb 2013 07:09:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-Month-Name-NOT-Value/m-p/408576#M151940</guid>
      <dc:creator />
      <dc:date>2013-02-07T07:09:34Z</dc:date>
    </item>
  </channel>
</rss>

