<?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: highlight min/max values in straight table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/highlight-min-max-values-in-straight-table/m-p/493375#M184550</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try a background color expression attribute (on expression tab, open the attributes by clicking on the plus sign next to the expression label), something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(rank( EXPRESSION) = 1, lightgreen(),&lt;/P&gt;&lt;P&gt;if(rank( -EXPRESSION) = 1, lightred() &lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Dec 2013 09:37:36 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2013-12-17T09:37:36Z</dc:date>
    <item>
      <title>highlight min/max values in straight table</title>
      <link>https://community.qlik.com/t5/QlikView/highlight-min-max-values-in-straight-table/m-p/493374#M184549</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 want to highlight min/max values in a straight table for each column.&lt;/P&gt;&lt;P&gt;how can I do it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Boris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Dec 2013 09:28:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/highlight-min-max-values-in-straight-table/m-p/493374#M184549</guid>
      <dc:creator />
      <dc:date>2013-12-17T09:28:37Z</dc:date>
    </item>
    <item>
      <title>Re: highlight min/max values in straight table</title>
      <link>https://community.qlik.com/t5/QlikView/highlight-min-max-values-in-straight-table/m-p/493375#M184550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try a background color expression attribute (on expression tab, open the attributes by clicking on the plus sign next to the expression label), something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(rank( EXPRESSION) = 1, lightgreen(),&lt;/P&gt;&lt;P&gt;if(rank( -EXPRESSION) = 1, lightred() &lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Dec 2013 09:37:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/highlight-min-max-values-in-straight-table/m-p/493375#M184550</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2013-12-17T09:37:36Z</dc:date>
    </item>
    <item>
      <title>Re: highlight min/max values in straight table</title>
      <link>https://community.qlik.com/t5/QlikView/highlight-min-max-values-in-straight-table/m-p/1647878#M447631</link>
      <description>&lt;P&gt;For Maximum value, results are coming right but to highlight minimum results are not coming.&lt;/P&gt;&lt;P&gt;I am using below expression:&lt;/P&gt;&lt;P&gt;If(rank(Total Salary)=1,Green(), ---Correct&lt;BR /&gt;If(rank(-Total Salary)=1,Yellow())) ---Not Correct&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any Help would be appreciated!&lt;/P&gt;&lt;P&gt;Babita&lt;/P&gt;</description>
      <pubDate>Mon, 18 Nov 2019 11:07:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/highlight-min-max-values-in-straight-table/m-p/1647878#M447631</guid>
      <dc:creator>babitaku</dc:creator>
      <dc:date>2019-11-18T11:07:09Z</dc:date>
    </item>
    <item>
      <title>Re: highlight min/max values in straight table</title>
      <link>https://community.qlik.com/t5/QlikView/highlight-min-max-values-in-straight-table/m-p/2021614#M1222085</link>
      <description>&lt;P&gt;I prefer using a simpler way&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;if (rank (column(1)) =1, Green()
,if (rank (-column(1)) =1, red()
))&lt;/LI-CODE&gt;
&lt;P&gt;where column(n) is the number of the column, counting measures only.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jan 2023 08:52:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/highlight-min-max-values-in-straight-table/m-p/2021614#M1222085</guid>
      <dc:creator>Majed</dc:creator>
      <dc:date>2023-01-04T08:52:12Z</dc:date>
    </item>
  </channel>
</rss>

