<?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 Color background based on top 3 sales in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Color-background-based-on-top-3-sales/m-p/368939#M137154</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 a code which will highlight my top 3 sales in a pivot table with red color. ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Renjith&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Jul 2012 10:03:23 GMT</pubDate>
    <dc:creator>renjithpl</dc:creator>
    <dc:date>2012-07-26T10:03:23Z</dc:date>
    <item>
      <title>Color background based on top 3 sales</title>
      <link>https://community.qlik.com/t5/QlikView/Color-background-based-on-top-3-sales/m-p/368939#M137154</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 a code which will highlight my top 3 sales in a pivot table with red color. ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Renjith&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2012 10:03:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-background-based-on-top-3-sales/m-p/368939#M137154</guid>
      <dc:creator>renjithpl</dc:creator>
      <dc:date>2012-07-26T10:03:23Z</dc:date>
    </item>
    <item>
      <title>Re: Color background based on top 3 sales</title>
      <link>https://community.qlik.com/t5/QlikView/Color-background-based-on-top-3-sales/m-p/368940#M137155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use a background color attribute expression (open attributes by clicking the + next to the expression name in expression tab):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;=if(rank(sum(Sales))&amp;lt;=3,lightred())&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2012 10:05:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-background-based-on-top-3-sales/m-p/368940#M137155</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-07-26T10:05:57Z</dc:date>
    </item>
    <item>
      <title>Re: Color background based on top 3 sales</title>
      <link>https://community.qlik.com/t5/QlikView/Color-background-based-on-top-3-sales/m-p/368941#M137156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;its showing red for all the entries... &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2012 11:31:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-background-based-on-top-3-sales/m-p/368941#M137156</guid>
      <dc:creator>renjithpl</dc:creator>
      <dc:date>2012-07-26T11:31:36Z</dc:date>
    </item>
    <item>
      <title>Re: Color background based on top 3 sales</title>
      <link>https://community.qlik.com/t5/QlikView/Color-background-based-on-top-3-sales/m-p/368942#M137157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, you probably use more than 1 dimension and want the top 3 sales across all values? Try adding a TOTAL qualifier:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;=if(rank(TOTAL sum(Sales))&amp;lt;=3,lightred())&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2012 11:37:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-background-based-on-top-3-sales/m-p/368942#M137157</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-07-26T11:37:50Z</dc:date>
    </item>
    <item>
      <title>Re: Color background based on top 3 sales</title>
      <link>https://community.qlik.com/t5/QlikView/Color-background-based-on-top-3-sales/m-p/368943#M137158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For background color in expression, use the following expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(Rank(Sum(Sales])&amp;lt;= 3),RGB (255,0,0))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2012 12:30:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-background-based-on-top-3-sales/m-p/368943#M137158</guid>
      <dc:creator />
      <dc:date>2012-07-26T12:30:42Z</dc:date>
    </item>
  </channel>
</rss>

