<?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 Finding MIN and MAX in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Finding-MIN-and-MAX/m-p/466036#M174100</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have report which looks like - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="341"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" width="95"&gt;Product_Code&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="107"&gt;Customer_Code&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="64"&gt;Region&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="75"&gt;sum(Sales)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" style="border-top: none;"&gt;A&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;ABC&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;EAST&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;1200&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" style="border-top: none;"&gt;A&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;DEF&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;EAST&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;1400&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" style="border-top: none;"&gt;A&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;MNO&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;EAST&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;1600&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" style="border-top: none;"&gt;B&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;ABC&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;WEST&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;1800&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" style="border-top: none;"&gt;B&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;DEF&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;WEST&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;2000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" style="border-top: none;"&gt;B&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;MNO&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;SOUTH&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;2200&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and i want the output like - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="489"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" width="95"&gt;Product_Code&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="107"&gt;Customer_Code&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="64"&gt;Region&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="75"&gt;sum(Sales)&lt;/TD&gt;&lt;TD class="xl66" style="border-left: none;" width="73"&gt;Min(Sales)&lt;/TD&gt;&lt;TD class="xl66" style="border-left: none;" width="75"&gt;Max(Sales)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="border-top: none;"&gt;A&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;ABC&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;EAST&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;1200&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;1200&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;1600&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="border-top: none;"&gt;A&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;DEF&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;EAST&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;1400&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;1200&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;1600&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="border-top: none;"&gt;A&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;MNO&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;EAST&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;1600&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;1200&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;1600&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="border-top: none;"&gt;B&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;ABC&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;WEST&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;1800&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;1800&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;2200&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="border-top: none;"&gt;B&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;DEF&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;WEST&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;2000&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;1800&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;2200&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="border-top: none;"&gt;B&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;MNO&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;SOUTH&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;2200&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;1800&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;2200&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Here MIN(Sales) and MAX(Sales) are computed based on Product_Code.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;E.g. In the above report, for Product_Code = A, the minimum sales is 1200 and maximum sales is 1600. This should be computed by first doing a GROUP BY on Product_Code, Customer_Code, Region. Then we need to calculate MIN and MAX on the output of this Group. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me how to achieve this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Samir. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Nov 2012 11:01:43 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-11-26T11:01:43Z</dc:date>
    <item>
      <title>Finding MIN and MAX</title>
      <link>https://community.qlik.com/t5/QlikView/Finding-MIN-and-MAX/m-p/466036#M174100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have report which looks like - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="341"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" width="95"&gt;Product_Code&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="107"&gt;Customer_Code&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="64"&gt;Region&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="75"&gt;sum(Sales)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" style="border-top: none;"&gt;A&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;ABC&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;EAST&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;1200&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" style="border-top: none;"&gt;A&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;DEF&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;EAST&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;1400&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" style="border-top: none;"&gt;A&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;MNO&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;EAST&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;1600&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" style="border-top: none;"&gt;B&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;ABC&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;WEST&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;1800&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" style="border-top: none;"&gt;B&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;DEF&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;WEST&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;2000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" style="border-top: none;"&gt;B&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;MNO&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;SOUTH&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;2200&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and i want the output like - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="489"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" width="95"&gt;Product_Code&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="107"&gt;Customer_Code&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="64"&gt;Region&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="75"&gt;sum(Sales)&lt;/TD&gt;&lt;TD class="xl66" style="border-left: none;" width="73"&gt;Min(Sales)&lt;/TD&gt;&lt;TD class="xl66" style="border-left: none;" width="75"&gt;Max(Sales)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="border-top: none;"&gt;A&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;ABC&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;EAST&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;1200&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;1200&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;1600&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="border-top: none;"&gt;A&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;DEF&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;EAST&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;1400&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;1200&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;1600&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="border-top: none;"&gt;A&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;MNO&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;EAST&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;1600&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;1200&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;1600&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="border-top: none;"&gt;B&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;ABC&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;WEST&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;1800&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;1800&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;2200&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="border-top: none;"&gt;B&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;DEF&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;WEST&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;2000&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;1800&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;2200&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="border-top: none;"&gt;B&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;MNO&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;SOUTH&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;2200&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;1800&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;2200&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Here MIN(Sales) and MAX(Sales) are computed based on Product_Code.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;E.g. In the above report, for Product_Code = A, the minimum sales is 1200 and maximum sales is 1600. This should be computed by first doing a GROUP BY on Product_Code, Customer_Code, Region. Then we need to calculate MIN and MAX on the output of this Group. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me how to achieve this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Samir. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Nov 2012 11:01:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Finding-MIN-and-MAX/m-p/466036#M174100</guid>
      <dc:creator />
      <dc:date>2012-11-26T11:01:43Z</dc:date>
    </item>
    <item>
      <title>Re: Finding MIN and MAX</title>
      <link>https://community.qlik.com/t5/QlikView/Finding-MIN-and-MAX/m-p/466037#M174101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;min(Total &amp;lt;Product_Code&amp;gt;Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;max(Total &amp;lt;Product_Code&amp;gt;Sales)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Nov 2012 11:24:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Finding-MIN-and-MAX/m-p/466037#M174101</guid>
      <dc:creator>perumal_41</dc:creator>
      <dc:date>2012-11-26T11:24:40Z</dc:date>
    </item>
    <item>
      <title>Re: Finding MIN and MAX</title>
      <link>https://community.qlik.com/t5/QlikView/Finding-MIN-and-MAX/m-p/466038#M174102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I cannot use it in load script as I am handling some user inputs and the chart has to change dynamically on selections.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Samir&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Nov 2012 12:04:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Finding-MIN-and-MAX/m-p/466038#M174102</guid>
      <dc:creator />
      <dc:date>2012-11-26T12:04:05Z</dc:date>
    </item>
    <item>
      <title>Re: Finding MIN and MAX</title>
      <link>https://community.qlik.com/t5/QlikView/Finding-MIN-and-MAX/m-p/466039#M174103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this expressions in chart&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Min&lt;/P&gt;&lt;P&gt;=Min(Total &amp;lt;Product_Code&amp;gt; Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Max&lt;/P&gt;&lt;P&gt;=Max(Total &amp;lt;Product_Code&amp;gt; Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Nov 2012 12:10:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Finding-MIN-and-MAX/m-p/466039#M174103</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2012-11-26T12:10:39Z</dc:date>
    </item>
    <item>
      <title>Re: Finding MIN and MAX</title>
      <link>https://community.qlik.com/t5/QlikView/Finding-MIN-and-MAX/m-p/466040#M174104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply, however I am not getting correct results in my actual report (which is different than the example above). In some places I am getting 0 values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Samir&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Nov 2012 12:33:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Finding-MIN-and-MAX/m-p/466040#M174104</guid>
      <dc:creator />
      <dc:date>2012-11-26T12:33:53Z</dc:date>
    </item>
    <item>
      <title>Re: Finding MIN and MAX</title>
      <link>https://community.qlik.com/t5/QlikView/Finding-MIN-and-MAX/m-p/466041#M174105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please upload sample application for reference&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Nov 2012 12:42:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Finding-MIN-and-MAX/m-p/466041#M174105</guid>
      <dc:creator>perumal_41</dc:creator>
      <dc:date>2012-11-26T12:42:19Z</dc:date>
    </item>
    <item>
      <title>Re: Finding MIN and MAX</title>
      <link>https://community.qlik.com/t5/QlikView/Finding-MIN-and-MAX/m-p/466042#M174106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to aggregate sum of sales over the report dimensions &lt;/P&gt;&lt;P&gt;before picking the minimum / maximum.&lt;/P&gt;&lt;P&gt;This should work:&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_13539421296538538" jivemacro_uid="_13539421296538538"&gt;&lt;SPAN style="font-size: 8pt; font-family: &amp;amp;quot;courier new&amp;amp;quot;, &amp;amp;quot;courier&amp;amp;quot;"&gt;Min(total&amp;lt;Product_Code&amp;gt; aggr(sum(Sales),Product_Code,Customer_Code,Region))&lt;/SPAN&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Nov 2012 14:59:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Finding-MIN-and-MAX/m-p/466042#M174106</guid>
      <dc:creator>tanelry</dc:creator>
      <dc:date>2012-11-26T14:59:36Z</dc:date>
    </item>
  </channel>
</rss>

