<?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 Function in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Max-Function/m-p/732227#M1055437</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use&lt;/P&gt;&lt;P&gt;max(total &amp;lt;Class&amp;gt; Score)&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jiveImage" src="https://community.qlik.com/legacyfs/online/68970_pastedImage_0.png" style="width: 620px; height: 293px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Oct 2014 12:54:32 GMT</pubDate>
    <dc:creator>martinpohl</dc:creator>
    <dc:date>2014-10-15T12:54:32Z</dc:date>
    <item>
      <title>Max Function</title>
      <link>https://community.qlik.com/t5/QlikView/Max-Function/m-p/732223#M1055433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Friends&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using the below value I am trying to create a pivot table top in each subject and score.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried the max function =Max(Score) in the expression and Class in the dimension its fine but when I add Name in the dimension the chart showing the wrong result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please advise me, how to implement this in a pivot table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * Inline [&lt;/P&gt;&lt;P&gt;Class, Name, Score&lt;/P&gt;&lt;P&gt;English, James,5&lt;/P&gt;&lt;P&gt;English, Sneha,6&lt;/P&gt;&lt;P&gt;English, Ram,10&lt;/P&gt;&lt;P&gt;Maths,Troy,1&lt;/P&gt;&lt;P&gt;Maths,Khan,5&lt;/P&gt;&lt;P&gt;Maths,Alif,8&lt;/P&gt;&lt;P&gt;Maths,James,9&lt;/P&gt;&lt;P&gt;Science,Sneha,5&lt;/P&gt;&lt;P&gt;Science,Ram,7&lt;/P&gt;&lt;P&gt;History,Ram,9&lt;/P&gt;&lt;P&gt;History,Khan,3&lt;/P&gt;&lt;P&gt;History,Troy,1&lt;/P&gt;&lt;P&gt;History,James,2&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Joe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2014 12:46:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-Function/m-p/732223#M1055433</guid>
      <dc:creator />
      <dc:date>2014-10-15T12:46:11Z</dc:date>
    </item>
    <item>
      <title>Re: Max Function</title>
      <link>https://community.qlik.com/t5/QlikView/Max-Function/m-p/732224#M1055434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=Aggr(Max(Score) ,Class)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2014 12:50:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-Function/m-p/732224#M1055434</guid>
      <dc:creator>anbu1984</dc:creator>
      <dc:date>2014-10-15T12:50:23Z</dc:date>
    </item>
    <item>
      <title>Re: Max Function</title>
      <link>https://community.qlik.com/t5/QlikView/Max-Function/m-p/732225#M1055435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in the expression write : AGGR(Max(Score),Class)&lt;/P&gt;&lt;P&gt;dimension : Name&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2014 12:53:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-Function/m-p/732225#M1055435</guid>
      <dc:creator />
      <dc:date>2014-10-15T12:53:08Z</dc:date>
    </item>
    <item>
      <title>Re: Max Function</title>
      <link>https://community.qlik.com/t5/QlikView/Max-Function/m-p/732226#M1055436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dimension: Class&lt;/P&gt;&lt;P&gt;Exp1: FirstSortedValue(Name, -Score)&lt;/P&gt;&lt;P&gt;Exp2: Max(Score)&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2014 12:53:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-Function/m-p/732226#M1055436</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-10-15T12:53:20Z</dc:date>
    </item>
    <item>
      <title>Re: Max Function</title>
      <link>https://community.qlik.com/t5/QlikView/Max-Function/m-p/732227#M1055437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use&lt;/P&gt;&lt;P&gt;max(total &amp;lt;Class&amp;gt; Score)&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jiveImage" src="https://community.qlik.com/legacyfs/online/68970_pastedImage_0.png" style="width: 620px; height: 293px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2014 12:54:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-Function/m-p/732227#M1055437</guid>
      <dc:creator>martinpohl</dc:creator>
      <dc:date>2014-10-15T12:54:32Z</dc:date>
    </item>
    <item>
      <title>Re: Max Function</title>
      <link>https://community.qlik.com/t5/QlikView/Max-Function/m-p/732228#M1055438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anbu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for u r reply but the result is wrong for instance Ram is the topper in English but as per your result James.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Joe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2014 12:55:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-Function/m-p/732228#M1055438</guid>
      <dc:creator />
      <dc:date>2014-10-15T12:55:37Z</dc:date>
    </item>
    <item>
      <title>Re: Max Function</title>
      <link>https://community.qlik.com/t5/QlikView/Max-Function/m-p/732229#M1055439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;thanks a lot for your suggestions, &lt;STRONG style="font-size: 12px; 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: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/people/tresesco"&gt;tresesco&lt;/A&gt;&lt;/STRONG&gt;, your answer is worked, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2014 13:03:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-Function/m-p/732229#M1055439</guid>
      <dc:creator />
      <dc:date>2014-10-15T13:03:38Z</dc:date>
    </item>
  </channel>
</rss>

