<?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 Highlighting Max and Min Values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Highlighting-Max-and-Min-Values/m-p/824721#M1045082</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;I am trying to highlight the max and min percentage, using a straight table with expressions individually for all months works, &lt;/P&gt;&lt;P&gt;but I want to use one expression keeping month has my Dimension and want to highlight the max and min percentage&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached a qvw file for the reference, with table 1 and table 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need the second table to be same as first one&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure what I am doing wrong&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help&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;Arjun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Nov 2014 13:22:53 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-11-26T13:22:53Z</dc:date>
    <item>
      <title>Highlighting Max and Min Values</title>
      <link>https://community.qlik.com/t5/QlikView/Highlighting-Max-and-Min-Values/m-p/824721#M1045082</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;I am trying to highlight the max and min percentage, using a straight table with expressions individually for all months works, &lt;/P&gt;&lt;P&gt;but I want to use one expression keeping month has my Dimension and want to highlight the max and min percentage&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached a qvw file for the reference, with table 1 and table 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need the second table to be same as first one&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure what I am doing wrong&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help&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;Arjun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2014 13:22:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Highlighting-Max-and-Min-Values/m-p/824721#M1045082</guid>
      <dc:creator />
      <dc:date>2014-11-26T13:22:53Z</dc:date>
    </item>
    <item>
      <title>Re: Highlighting Max and Min Values</title>
      <link>https://community.qlik.com/t5/QlikView/Highlighting-Max-and-Min-Values/m-p/824722#M1045083</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You will have to aggregate the value in load script as a new field. &lt;/P&gt;&lt;P&gt;For example&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Product, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sum(Sales) as salessum&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Resident Table&lt;/P&gt;&lt;P&gt;group by Product&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then in the condition you need to give if(sum(Sales)=max(salessum),red(),green())&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2014 13:42:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Highlighting-Max-and-Min-Values/m-p/824722#M1045083</guid>
      <dc:creator />
      <dc:date>2014-11-26T13:42:21Z</dc:date>
    </item>
  </channel>
</rss>

