<?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 Highlight highest column in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Highlight-highest-column/m-p/651478#M1059166</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 have the attached document, I want to highlight in red the cell which has the highest value for each of the columns "Order Price" and "Products"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Oct 2014 20:41:53 GMT</pubDate>
    <dc:creator>ivandrago</dc:creator>
    <dc:date>2014-10-02T20:41:53Z</dc:date>
    <item>
      <title>Highlight highest column</title>
      <link>https://community.qlik.com/t5/QlikView/Highlight-highest-column/m-p/651478#M1059166</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 have the attached document, I want to highlight in red the cell which has the highest value for each of the columns "Order Price" and "Products"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Oct 2014 20:41:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Highlight-highest-column/m-p/651478#M1059166</guid>
      <dc:creator>ivandrago</dc:creator>
      <dc:date>2014-10-02T20:41:53Z</dc:date>
    </item>
    <item>
      <title>Re: Highlight highest column</title>
      <link>https://community.qlik.com/t5/QlikView/Highlight-highest-column/m-p/651479#M1059167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ivan.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Something like this? Using Rank()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the property BackGround Color&lt;IMG alt="solucion.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/68207_solucion.png" style="width: 620px; height: 393px;" /&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>Thu, 02 Oct 2014 20:56:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Highlight-highest-column/m-p/651479#M1059167</guid>
      <dc:creator>julian_ortiz</dc:creator>
      <dc:date>2014-10-02T20:56:26Z</dc:date>
    </item>
    <item>
      <title>Re: Highlight highest column</title>
      <link>https://community.qlik.com/t5/QlikView/Highlight-highest-column/m-p/651480#M1059168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if(sum(OrderPrice)=max(total aggr(sum(OrderPrice),MonthYear)),rgb(255,0,0))&lt;/P&gt;&lt;P&gt;if(count (distinct productId)=max(total aggr(count (distinct productId),MonthYear)),rgb(255,0,0))&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/68199_1.png" style="max-width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Oct 2014 20:59:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Highlight-highest-column/m-p/651480#M1059168</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-10-02T20:59:06Z</dc:date>
    </item>
    <item>
      <title>Re: Highlight highest column</title>
      <link>https://community.qlik.com/t5/QlikView/Highlight-highest-column/m-p/651481#M1059169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ivan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to properties-&amp;gt; visual cues -&amp;gt; and set the background color as red and define a formula for upper limit or lower limit as per your requirements. I have implemented the requirement you asked for in the following attachment as example. Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sonya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Oct 2014 21:14:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Highlight-highest-column/m-p/651481#M1059169</guid>
      <dc:creator />
      <dc:date>2014-10-02T21:14:11Z</dc:date>
    </item>
    <item>
      <title>Re: Highlight highest column</title>
      <link>https://community.qlik.com/t5/QlikView/Highlight-highest-column/m-p/651482#M1059170</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;other versions of the background color expressions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_14123183491585368" jivemacro_uid="_14123183491585368"&gt;
&lt;P&gt;Pick(Rank(Sum(OrderPrice)), LightRed())&lt;/P&gt;

&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="java" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_14123183491437389" jivemacro_uid="_14123183491437389"&gt;
&lt;P&gt;Pick(Rank(Count(Distinct productId)), LightRed())&lt;/P&gt;

&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_136208_Pic1.JPG.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/68215_QlikCommunity_Thread_136208_Pic1.JPG.jpg" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&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;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Oct 2014 06:37:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Highlight-highest-column/m-p/651482#M1059170</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2014-10-03T06:37:46Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Highlight highest column</title>
      <link>https://community.qlik.com/t5/QlikView/Highlight-highest-column/m-p/651483#M1059171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;or maybe even shorter:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_1412321127775374" jivemacro_uid="_1412321127775374"&gt;
&lt;P&gt;Pick(Rank([Order Price]), LightRed())&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_14123211323865867" jivemacro_uid="_14123211323865867"&gt;
&lt;P&gt;Pick(Rank([# Products]), LightRed())&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/servlet/JiveServlet/showImage/2-624713-68215/QlikCommunity_Thread_136208_Pic1.JPG.jpg" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3778c7;"&gt;&lt;IMG alt="QlikCommunity_Thread_136208_Pic1.JPG.jpg" class="jive-image jiveImage" height="150" src="https://community.qlik.com/legacyfs/online/68222_QlikCommunity_Thread_136208_Pic1.JPG.jpg" style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;" width="300" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Oct 2014 07:26:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Highlight-highest-column/m-p/651483#M1059171</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2014-10-03T07:26:29Z</dc:date>
    </item>
  </channel>
</rss>

