<?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 ranking in a chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Color-ranking-in-a-chart/m-p/304412#M579272</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have been asked by my customers to produce a ranked chart where the background colour goes from green for rank 1 through yellow for the middle rank to red for the last rank&lt;EM&gt;.&lt;/EM&gt; Given that the number of ranks can vary, I have tried to use RGB() to define the colours but it only applies to the first rank.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Feb 2012 14:29:27 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-02-21T14:29:27Z</dc:date>
    <item>
      <title>Color ranking in a chart</title>
      <link>https://community.qlik.com/t5/QlikView/Color-ranking-in-a-chart/m-p/304412#M579272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have been asked by my customers to produce a ranked chart where the background colour goes from green for rank 1 through yellow for the middle rank to red for the last rank&lt;EM&gt;.&lt;/EM&gt; Given that the number of ranks can vary, I have tried to use RGB() to define the colours but it only applies to the first rank.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2012 14:29:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-ranking-in-a-chart/m-p/304412#M579272</guid>
      <dc:creator />
      <dc:date>2012-02-21T14:29:27Z</dc:date>
    </item>
    <item>
      <title>Color ranking in a chart</title>
      <link>https://community.qlik.com/t5/QlikView/Color-ranking-in-a-chart/m-p/304413#M579273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Go to expression background and there use an if condition to define the RGB values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;Rajesh Vaswani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2012 14:51:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-ranking-in-a-chart/m-p/304413#M579273</guid>
      <dc:creator>rajeshvaswani77</dc:creator>
      <dc:date>2012-02-21T14:51:13Z</dc:date>
    </item>
    <item>
      <title>Color ranking in a chart</title>
      <link>https://community.qlik.com/t5/QlikView/Color-ranking-in-a-chart/m-p/304414#M579274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the Expression tab&lt;/P&gt;&lt;P&gt;Expression &amp;gt; Background Color &amp;gt; Definition &amp;gt; File &amp;gt; Colormix Wizard&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2012 15:04:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-ranking-in-a-chart/m-p/304414#M579274</guid>
      <dc:creator>Larry_Aaron</dc:creator>
      <dc:date>2012-02-21T15:04:50Z</dc:date>
    </item>
    <item>
      <title>Color ranking in a chart</title>
      <link>https://community.qlik.com/t5/QlikView/Color-ranking-in-a-chart/m-p/304415#M579275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have found another solution which does not require the use of the colormix wizard.&lt;/P&gt;&lt;P&gt;By using the HSL function, and defining certain hues:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; color: #ff8040; font-family: 'Courier New';"&gt;HSL&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; color: black; font-family: 'Courier New';"&gt;((&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; color: #ff8040; font-family: 'Courier New';"&gt;GetPossibleCount&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; color: black; font-family: 'Courier New';"&gt;(&lt;/SPAN&gt;&lt;EM style="color: fuchsia; font-size: 9pt; font-family: 'Courier New';"&gt;Field&lt;/EM&gt;&lt;SPAN style="font-size: 9pt; color: black; font-family: 'Courier New';"&gt;)-&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; color: #ff8040; font-family: 'Courier New';"&gt;rank&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; color: black; font-family: 'Courier New';"&gt;(&lt;/SPAN&gt;&lt;EM style="color: fuchsia; font-size: 9pt; font-family: 'Courier New';"&gt;RankingField&lt;/EM&gt;&lt;SPAN style="font-size: 9pt; color: black; font-family: 'Courier New';"&gt;)+1)/&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; color: #ff8040; font-family: 'Courier New';"&gt;GetPossibleCount&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; color: black; font-family: 'Courier New';"&gt;(&lt;/SPAN&gt;&lt;EM style="color: fuchsia; font-size: 9pt; font-family: 'Courier New';"&gt;Field&lt;/EM&gt;&lt;SPAN style="font-size: 9pt; color: black; font-family: 'Courier New';"&gt;)*80/255,240/255,120/255) &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Feb 2012 09:19:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-ranking-in-a-chart/m-p/304415#M579275</guid>
      <dc:creator />
      <dc:date>2012-02-28T09:19:11Z</dc:date>
    </item>
    <item>
      <title>Re: Color ranking in a chart</title>
      <link>https://community.qlik.com/t5/QlikView/Color-ranking-in-a-chart/m-p/304416#M579276</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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Using Visual Cues We get the color based on ranks. Attached a sample QV file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May be its helpful for u.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Iyyappan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Feb 2012 10:43:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-ranking-in-a-chart/m-p/304416#M579276</guid>
      <dc:creator>v_iyyappan</dc:creator>
      <dc:date>2012-02-28T10:43:58Z</dc:date>
    </item>
    <item>
      <title>Re: Color ranking in a chart</title>
      <link>https://community.qlik.com/t5/QlikView/Color-ranking-in-a-chart/m-p/304417#M579277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Russellangus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to do what you described (where multiple background range colours show all the time and not only when selected), but am battling to implement HSL - I'd really appreciate it if you could please elaborate on how you used it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Feb 2013 14:24:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-ranking-in-a-chart/m-p/304417#M579277</guid>
      <dc:creator />
      <dc:date>2013-02-01T14:24:55Z</dc:date>
    </item>
  </channel>
</rss>

