<?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 Pie Chart Color in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Pie-Chart-Color/m-p/402744#M563209</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi QlikViewers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am faced with a peculiar problem that does not seem solvable our of the box in QlikView. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A piechart has one dimension and one measure. The dimension has say 4 values. Hence there are 4 different color pieces in the pie chart. Say $Sales for North, Souch, East and West regions. I want to color the east region in white(or any other color), and the remaining three pieces in the same color, say Red. Thus the piechart will have only 2 colors at most. Is this doable?&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;Raghu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Feb 2013 04:14:41 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-02-05T04:14:41Z</dc:date>
    <item>
      <title>Pie Chart Color</title>
      <link>https://community.qlik.com/t5/QlikView/Pie-Chart-Color/m-p/402744#M563209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi QlikViewers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am faced with a peculiar problem that does not seem solvable our of the box in QlikView. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A piechart has one dimension and one measure. The dimension has say 4 values. Hence there are 4 different color pieces in the pie chart. Say $Sales for North, Souch, East and West regions. I want to color the east region in white(or any other color), and the remaining three pieces in the same color, say Red. Thus the piechart will have only 2 colors at most. Is this doable?&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;Raghu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Feb 2013 04:14:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pie-Chart-Color/m-p/402744#M563209</guid>
      <dc:creator />
      <dc:date>2013-02-05T04:14:41Z</dc:date>
    </item>
    <item>
      <title>Re: Pie Chart Color</title>
      <link>https://community.qlik.com/t5/QlikView/Pie-Chart-Color/m-p/402745#M563210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Goto Expression Tab then select the Expression + symbol in the Bckground colour &lt;/P&gt;&lt;P&gt;Add&lt;/P&gt;&lt;P&gt; If(Dimension='East',RGB(255,255,255),RGB(255,0,0))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Feb 2013 04:59:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pie-Chart-Color/m-p/402745#M563210</guid>
      <dc:creator>sreenivas</dc:creator>
      <dc:date>2013-02-05T04:59:43Z</dc:date>
    </item>
    <item>
      <title>Re: Pie Chart Color</title>
      <link>https://community.qlik.com/t5/QlikView/Pie-Chart-Color/m-p/402746#M563211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raghuvansh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may use the expression : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;=if&lt;SPAN style="font-size: 8pt;"&gt;(Region &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;='east',&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;White&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(),&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Red&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;()) &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt; in the Chart Properties --&amp;gt; Expressions --&amp;gt; Background Color (Your Expression - sum(sales))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;This will solve your problem.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Snehal Nabar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Feb 2013 12:23:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pie-Chart-Color/m-p/402746#M563211</guid>
      <dc:creator />
      <dc:date>2013-02-05T12:23:44Z</dc:date>
    </item>
    <item>
      <title>Re: Pie Chart Color</title>
      <link>https://community.qlik.com/t5/QlikView/Pie-Chart-Color/m-p/402747#M563212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot guys.&lt;/P&gt;&lt;P&gt;All of these answers are correct, but I see that I can only mark one answer as correct &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raghu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Feb 2013 14:41:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pie-Chart-Color/m-p/402747#M563212</guid>
      <dc:creator />
      <dc:date>2013-02-05T14:41:53Z</dc:date>
    </item>
  </channel>
</rss>

