<?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: Barchart Colors based on Values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Barchart-Colors-based-on-Values/m-p/809759#M285817</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;one solution could be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="72000" alt="QlikCommunity_Thread_143369_Pic1.JPG.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/72000_QlikCommunity_Thread_143369_Pic1.JPG.jpg" style="width: 620px; height: 367px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="72001" alt="QlikCommunity_Thread_143369_Pic2.JPG.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/72001_QlikCommunity_Thread_143369_Pic2.JPG.jpg" style="width: 620px; height: 397px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When using the Min/Max approach, you have to compare against the TOTAL min or max.&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>Mon, 24 Nov 2014 23:12:15 GMT</pubDate>
    <dc:creator>MarcoWedel</dc:creator>
    <dc:date>2014-11-24T23:12:15Z</dc:date>
    <item>
      <title>Barchart Colors based on Values</title>
      <link>https://community.qlik.com/t5/QlikView/Barchart-Colors-based-on-Values/m-p/809756#M285814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the following scenario, I am showing all students marks in bar chart, I would like to display Highest score in Green color, lowest score in Red color, rest all in regular gay color. how to give the color code?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have used Rank function, but with this I can show only either Highest or Lowest color change not both at once. please help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;San&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Nov 2014 18:52:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Barchart-Colors-based-on-Values/m-p/809756#M285814</guid>
      <dc:creator />
      <dc:date>2014-11-24T18:52:43Z</dc:date>
    </item>
    <item>
      <title>Re: Barchart Colors based on Values</title>
      <link>https://community.qlik.com/t5/QlikView/Barchart-Colors-based-on-Values/m-p/809757#M285815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;On the expression tab hit the "+" next to the expression and you will see and option called background color.&amp;nbsp; Enter your expression there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(Score = Max(Score), Green(), If(Score = Min(Score), Red(), RGB(125,125,125)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could also use rank in place of min and max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Nov 2014 19:07:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Barchart-Colors-based-on-Values/m-p/809757#M285815</guid>
      <dc:creator>jpapador</dc:creator>
      <dc:date>2014-11-24T19:07:18Z</dc:date>
    </item>
    <item>
      <title>Re: Barchart Colors based on Values</title>
      <link>https://community.qlik.com/t5/QlikView/Barchart-Colors-based-on-Values/m-p/809758#M285816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: #3d3d3d;"&gt;Hi, &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Times New Roman', serif;"&gt;In Background color of the dimension/expression please give below syntax:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt; &lt;SPAN style="font-family: 'Times New Roman','serif'; color: #3d3d3d;"&gt;= &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: blue;"&gt;If&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: #3d3d3d;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: maroon;"&gt;Grade&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: #3d3d3d;"&gt;= 'Highest', &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: blue;"&gt;RGB&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: #3d3d3d;"&gt;(168, 189, 11),&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: blue;"&gt;If&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: #3d3d3d;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: maroon;"&gt;Grade&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: #3d3d3d;"&gt;= 'Lowest', &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: blue;"&gt;RGB&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: #3d3d3d;"&gt;(&lt;SPAN style="color: #3d3d3d; font-family: 'Times New Roman', serif;"&gt;228, 31, 31&lt;/SPAN&gt;),&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: blue;"&gt;RGB&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: #3d3d3d;"&gt;(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;125,125,125&lt;/SPAN&gt;)))&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: #3d3d3d;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: #3d3d3d;"&gt;Hope it helps&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: #3d3d3d;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: #3d3d3d;"&gt;Cheers&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: #3d3d3d;"&gt;Neetha&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Nov 2014 19:25:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Barchart-Colors-based-on-Values/m-p/809758#M285816</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-24T19:25:04Z</dc:date>
    </item>
    <item>
      <title>Re: Barchart Colors based on Values</title>
      <link>https://community.qlik.com/t5/QlikView/Barchart-Colors-based-on-Values/m-p/809759#M285817</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;one solution could be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="72000" alt="QlikCommunity_Thread_143369_Pic1.JPG.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/72000_QlikCommunity_Thread_143369_Pic1.JPG.jpg" style="width: 620px; height: 367px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="72001" alt="QlikCommunity_Thread_143369_Pic2.JPG.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/72001_QlikCommunity_Thread_143369_Pic2.JPG.jpg" style="width: 620px; height: 397px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When using the Min/Max approach, you have to compare against the TOTAL min or max.&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>Mon, 24 Nov 2014 23:12:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Barchart-Colors-based-on-Values/m-p/809759#M285817</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2014-11-24T23:12:15Z</dc:date>
    </item>
    <item>
      <title>Re: Barchart Colors based on Values</title>
      <link>https://community.qlik.com/t5/QlikView/Barchart-Colors-based-on-Values/m-p/809760#M285818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="text-align: center;"&gt;Awesome , Thank you Marco.. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P style="text-align: center;"&gt;&lt;/P&gt;&lt;P style="text-align: center;"&gt;Also, Thank you All &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Nov 2014 14:47:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Barchart-Colors-based-on-Values/m-p/809760#M285818</guid>
      <dc:creator />
      <dc:date>2014-11-25T14:47:18Z</dc:date>
    </item>
    <item>
      <title>Re: Barchart Colors based on Values</title>
      <link>https://community.qlik.com/t5/QlikView/Barchart-Colors-based-on-Values/m-p/809761#M285819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You're welcome&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>Tue, 25 Nov 2014 15:07:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Barchart-Colors-based-on-Values/m-p/809761#M285819</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2014-11-25T15:07:18Z</dc:date>
    </item>
  </channel>
</rss>

