<?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: Find the Max value with field name in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Find-the-Max-value-with-field-name/m-p/1200941#M878112</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sunny still im not getting what i expected.&lt;/P&gt;&lt;P&gt;attached the result what im getting now using your expression and Dimension&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kindly attach the QVW if you can&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="as.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/140909_as.png" style="height: 267px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 17 Oct 2016 19:44:17 GMT</pubDate>
    <dc:creator>eromiyasimon</dc:creator>
    <dc:date>2016-10-17T19:44:17Z</dc:date>
    <item>
      <title>Find the Max value with field name</title>
      <link>https://community.qlik.com/t5/QlikView/Find-the-Max-value-with-field-name/m-p/1200937#M878108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have some types of subjects for four different students and i want calculate the max marks along with subject name in a chart&lt;/P&gt;&lt;P&gt;here i attached the sample data,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the given data i want to display the maximum amount of region number along with loan type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance&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/Find-the-Max-value-with-field-name/m-p/1200937#M878108</guid>
      <dc:creator>eromiyasimon</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Find the Max value with field name</title>
      <link>https://community.qlik.com/t5/QlikView/Find-the-Max-value-with-field-name/m-p/1200938#M878109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you have Region and Loan Type as your dimension? May be you need this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Max(Total &amp;lt;Region&amp;gt; Aggr(Sum(Amount), Region, [Loan Type]))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Oct 2016 18:20:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-the-Max-value-with-field-name/m-p/1200938#M878109</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-10-17T18:20:49Z</dc:date>
    </item>
    <item>
      <title>Re: Find the Max value with field name</title>
      <link>https://community.qlik.com/t5/QlikView/Find-the-Max-value-with-field-name/m-p/1200939#M878110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for your reply,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;im expecting result like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Oct 2016 18:58:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-the-Max-value-with-field-name/m-p/1200939#M878110</guid>
      <dc:creator>eromiyasimon</dc:creator>
      <dc:date>2016-10-17T18:58:52Z</dc:date>
    </item>
    <item>
      <title>Re: Find the Max value with field name</title>
      <link>https://community.qlik.com/t5/QlikView/Find-the-Max-value-with-field-name/m-p/1200940#M878111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does this look right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/140903_Capture.PNG" style="height: 255px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Region&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Dual(FirstSortedValue([Loan type], -Aggr(Sum(Amount), Region, [Loan type])) &amp;amp; ' - ' &amp;amp; Max(Aggr(Sum(Amount), Region, [Loan type])), Max(Aggr(Sum(Amount), Region, [Loan type])))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Oct 2016 19:28:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-the-Max-value-with-field-name/m-p/1200940#M878111</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-10-17T19:28:37Z</dc:date>
    </item>
    <item>
      <title>Re: Find the Max value with field name</title>
      <link>https://community.qlik.com/t5/QlikView/Find-the-Max-value-with-field-name/m-p/1200941#M878112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sunny still im not getting what i expected.&lt;/P&gt;&lt;P&gt;attached the result what im getting now using your expression and Dimension&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kindly attach the QVW if you can&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="as.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/140909_as.png" style="height: 267px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Oct 2016 19:44:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-the-Max-value-with-field-name/m-p/1200941#M878112</guid>
      <dc:creator>eromiyasimon</dc:creator>
      <dc:date>2016-10-17T19:44:17Z</dc:date>
    </item>
    <item>
      <title>Re: Find the Max value with field name</title>
      <link>https://community.qlik.com/t5/QlikView/Find-the-Max-value-with-field-name/m-p/1200942#M878113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you open this link &lt;A href="https://community.qlik.com/message/1143699"&gt;Re: Find the Max value with field name&lt;/A&gt;, you will see the qvw attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you not happy with the numbers you are seeing 24, 78, 98, 76 or are you not happy because you don't see the Loan Type? For seeing the loan type, change the format to 'Expression Default' on the number tab of chart properties&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Oct 2016 20:00:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-the-Max-value-with-field-name/m-p/1200942#M878113</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-10-17T20:00:03Z</dc:date>
    </item>
    <item>
      <title>Re: Find the Max value with field name</title>
      <link>https://community.qlik.com/t5/QlikView/Find-the-Max-value-with-field-name/m-p/1200943#M878114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sunny you are soo helpful,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i wish one day i were like you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks a lot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May god bless you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Oct 2016 20:11:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-the-Max-value-with-field-name/m-p/1200943#M878114</guid>
      <dc:creator>eromiyasimon</dc:creator>
      <dc:date>2016-10-17T20:11:19Z</dc:date>
    </item>
    <item>
      <title>Re: Find the Max value with field name</title>
      <link>https://community.qlik.com/t5/QlikView/Find-the-Max-value-with-field-name/m-p/1200944#M878115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am glad I was able to help brother &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;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Oct 2016 20:17:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-the-Max-value-with-field-name/m-p/1200944#M878115</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-10-17T20:17:46Z</dc:date>
    </item>
  </channel>
</rss>

