<?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: Sales for the largest month expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Sales-for-the-largest-month-expression/m-p/1416898#M819663</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try like:&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FirstSortedValue(DEC_Month, -Aggr(Max(SALES),&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;DEC_Month&lt;/STRONG&gt;))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Aug 2017 09:45:22 GMT</pubDate>
    <dc:creator>tresB</dc:creator>
    <dc:date>2017-08-17T09:45:22Z</dc:date>
    <item>
      <title>Sales for the largest month expression</title>
      <link>https://community.qlik.com/t5/QlikView/Sales-for-the-largest-month-expression/m-p/1416894#M819649</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to create a variable, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way for me to calculate the &lt;STRONG&gt;month&lt;/STRONG&gt; with the largest sales&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mont field is "DEC_Month"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sales field is "SALES"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;N.B .&amp;nbsp; It should only show one month&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/Sales-for-the-largest-month-expression/m-p/1416894#M819649</guid>
      <dc:creator>aaronnayan</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Sales for the largest month expression</title>
      <link>https://community.qlik.com/t5/QlikView/Sales-for-the-largest-month-expression/m-p/1416895#M819651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FirstSortedValue(DEC_Month, -Max(SALES))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Aug 2017 09:40:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sales-for-the-largest-month-expression/m-p/1416895#M819651</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-08-17T09:40:25Z</dc:date>
    </item>
    <item>
      <title>Re: Sales for the largest month expression</title>
      <link>https://community.qlik.com/t5/QlikView/Sales-for-the-largest-month-expression/m-p/1416896#M819658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No sorry anil that doesnt work&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Aug 2017 09:41:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sales-for-the-largest-month-expression/m-p/1416896#M819658</guid>
      <dc:creator>aaronnayan</dc:creator>
      <dc:date>2017-08-17T09:41:51Z</dc:date>
    </item>
    <item>
      <title>Re: Sales for the largest month expression</title>
      <link>https://community.qlik.com/t5/QlikView/Sales-for-the-largest-month-expression/m-p/1416897#M819662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My Bad, Should work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;FirstSortedValue(DEC_Month, -Aggr(Max(SALES), DEC_Month))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Aug 2017 09:44:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sales-for-the-largest-month-expression/m-p/1416897#M819662</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-08-17T09:44:34Z</dc:date>
    </item>
    <item>
      <title>Re: Sales for the largest month expression</title>
      <link>https://community.qlik.com/t5/QlikView/Sales-for-the-largest-month-expression/m-p/1416898#M819663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try like:&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FirstSortedValue(DEC_Month, -Aggr(Max(SALES),&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;DEC_Month&lt;/STRONG&gt;))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Aug 2017 09:45:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sales-for-the-largest-month-expression/m-p/1416898#M819663</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2017-08-17T09:45:22Z</dc:date>
    </item>
    <item>
      <title>Re: Sales for the largest month expression</title>
      <link>https://community.qlik.com/t5/QlikView/Sales-for-the-largest-month-expression/m-p/1416899#M819664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anil&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i was to save your expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would create a variable&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FirstSortedValue(DEC_Month, -Max(SALES))&amp;gt;&amp;gt;&amp;gt;&amp;nbsp; vTopMonth&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then in my chart i would use this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum({1&amp;lt;DEC_Month={'$(vTopMonth)'}&amp;gt;}SALES)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you see errors please tell me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Aug 2017 09:46:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sales-for-the-largest-month-expression/m-p/1416899#M819664</guid>
      <dc:creator>aaronnayan</dc:creator>
      <dc:date>2017-08-17T09:46:04Z</dc:date>
    </item>
    <item>
      <title>Re: Sales for the largest month expression</title>
      <link>https://community.qlik.com/t5/QlikView/Sales-for-the-largest-month-expression/m-p/1416900#M819665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use this in variable &lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;FirstSortedValue(DEC_Month, -Aggr(Max(SALES), DEC_Month))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then, Set analysis should be this?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum({1&amp;lt;DEC_Month = {"$(=$(vTopMonth))"}&amp;gt;} SALES)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Aug 2017 09:57:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sales-for-the-largest-month-expression/m-p/1416900#M819665</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-08-17T09:57:53Z</dc:date>
    </item>
    <item>
      <title>Re: Sales for the largest month expression</title>
      <link>https://community.qlik.com/t5/QlikView/Sales-for-the-largest-month-expression/m-p/1416901#M819666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Very Very close its giving a result,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but its not selecting the largest month &lt;span class="lia-unicode-emoji" title=":face_with_open_mouth:"&gt;😮&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its selecting the middle month if that helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 3 months and its selecting the middle one, not the lowest or the highest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could it be the varible?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Aug 2017 10:01:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sales-for-the-largest-month-expression/m-p/1416901#M819666</guid>
      <dc:creator>aaronnayan</dc:creator>
      <dc:date>2017-08-17T10:01:45Z</dc:date>
    </item>
    <item>
      <title>Re: Sales for the largest month expression</title>
      <link>https://community.qlik.com/t5/QlikView/Sales-for-the-largest-month-expression/m-p/1416902#M819667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could even directly try like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Sum({1&amp;lt;DEC_Month={"=&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;DEC_Month&lt;/STRONG&gt;=Max(total SALES)"}&amp;gt;}SALES)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Aug 2017 10:02:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sales-for-the-largest-month-expression/m-p/1416902#M819667</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2017-08-17T10:02:55Z</dc:date>
    </item>
    <item>
      <title>Re: Sales for the largest month expression</title>
      <link>https://community.qlik.com/t5/QlikView/Sales-for-the-largest-month-expression/m-p/1416903#M819668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check testing in text object and tell me whether you are getting any thing or not?&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=vTopMonth&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Aug 2017 10:04:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sales-for-the-largest-month-expression/m-p/1416903#M819668</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-08-17T10:04:13Z</dc:date>
    </item>
    <item>
      <title>Re: Sales for the largest month expression</title>
      <link>https://community.qlik.com/t5/QlikView/Sales-for-the-largest-month-expression/m-p/1416904#M819669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Trescco&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry that expression doesn't work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;it could be this part&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; vv&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({1&amp;lt;DEC_Month={"=DEC_Month=Max&lt;STRONG&gt;(total SALES)&lt;/STRONG&gt;"}&amp;gt;}SALES)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Aug 2017 10:06:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sales-for-the-largest-month-expression/m-p/1416904#M819669</guid>
      <dc:creator>aaronnayan</dc:creator>
      <dc:date>2017-08-17T10:06:28Z</dc:date>
    </item>
    <item>
      <title>Re: Sales for the largest month expression</title>
      <link>https://community.qlik.com/t5/QlikView/Sales-for-the-largest-month-expression/m-p/1416905#M819670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anil&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its giving me the expression, not the result in the text box&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Aug 2017 10:07:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sales-for-the-largest-month-expression/m-p/1416905#M819670</guid>
      <dc:creator>aaronnayan</dc:creator>
      <dc:date>2017-08-17T10:07:57Z</dc:date>
    </item>
    <item>
      <title>Re: Sales for the largest month expression</title>
      <link>https://community.qlik.com/t5/QlikView/Sales-for-the-largest-month-expression/m-p/1416906#M819671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My bad, This? &lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=$(vTopMonth)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Aug 2017 10:09:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sales-for-the-largest-month-expression/m-p/1416906#M819671</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-08-17T10:09:26Z</dc:date>
    </item>
    <item>
      <title>Re: Sales for the largest month expression</title>
      <link>https://community.qlik.com/t5/QlikView/Sales-for-the-largest-month-expression/m-p/1416907#M819672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HAHAha&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;its giving the result JULY&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 3 months data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The highest month sales is June&lt;/P&gt;&lt;P&gt;The lowest month sales is August&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Aug 2017 10:11:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sales-for-the-largest-month-expression/m-p/1416907#M819672</guid>
      <dc:creator>aaronnayan</dc:creator>
      <dc:date>2017-08-17T10:11:34Z</dc:date>
    </item>
    <item>
      <title>Re: Sales for the largest month expression</title>
      <link>https://community.qlik.com/t5/QlikView/Sales-for-the-largest-month-expression/m-p/1416908#M819673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Strange, How come JULY will come. May be share application to test?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Note - Please mark as helpful if you found some useful information from community of thread. Then only we can understand to link start from there&lt;/EM&gt; &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Aug 2017 10:14:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sales-for-the-largest-month-expression/m-p/1416908#M819673</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-08-17T10:14:27Z</dc:date>
    </item>
    <item>
      <title>Re: Sales for the largest month expression</title>
      <link>https://community.qlik.com/t5/QlikView/Sales-for-the-largest-month-expression/m-p/1416909#M819674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Im sorry Anil im unable to share&amp;nbsp; the application&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it is very strange&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there no way around this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Aug 2017 10:17:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sales-for-the-largest-month-expression/m-p/1416909#M819674</guid>
      <dc:creator>aaronnayan</dc:creator>
      <dc:date>2017-08-17T10:17:21Z</dc:date>
    </item>
    <item>
      <title>Re: Sales for the largest month expression</title>
      <link>https://community.qlik.com/t5/QlikView/Sales-for-the-largest-month-expression/m-p/1416910#M819676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is really intriguing to troubleshoot. Off course, there must be some other round. But, Try this in list box and show the image of &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit;"&gt;DEC_Month&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Aug 2017 10:19:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sales-for-the-largest-month-expression/m-p/1416910#M819676</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-08-17T10:19:47Z</dc:date>
    </item>
  </channel>
</rss>

