<?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 Colors in multiple pie chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Colors-in-multiple-pie-chart/m-p/871787#M1016815</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 want to have two pie charts (inner and outter). i have done it by adding two dimension.&lt;/P&gt;&lt;P&gt;But when i do so the colurs are same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;inner chart it has RED and BLUE and outtter chart also same.&lt;/P&gt;&lt;P&gt;Is there any way to change the color of either inner or outter chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;see attached&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Apr 2015 05:42:36 GMT</pubDate>
    <dc:creator>anuradhaa</dc:creator>
    <dc:date>2015-04-08T05:42:36Z</dc:date>
    <item>
      <title>Colors in multiple pie chart</title>
      <link>https://community.qlik.com/t5/QlikView/Colors-in-multiple-pie-chart/m-p/871787#M1016815</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 want to have two pie charts (inner and outter). i have done it by adding two dimension.&lt;/P&gt;&lt;P&gt;But when i do so the colurs are same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;inner chart it has RED and BLUE and outtter chart also same.&lt;/P&gt;&lt;P&gt;Is there any way to change the color of either inner or outter chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;see attached&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Apr 2015 05:42:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Colors-in-multiple-pie-chart/m-p/871787#M1016815</guid>
      <dc:creator>anuradhaa</dc:creator>
      <dc:date>2015-04-08T05:42:36Z</dc:date>
    </item>
    <item>
      <title>Re: Colors in multiple pie chart</title>
      <link>https://community.qlik.com/t5/QlikView/Colors-in-multiple-pie-chart/m-p/871788#M1016816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anuradha ,&lt;/P&gt;&lt;P&gt;As far as I know there is no direct solution for this in qlikview,&lt;/P&gt;&lt;P&gt;You can do it with IF Statement in Background Color for expression.&lt;/P&gt;&lt;P&gt;Else another best solution, if your data set is small you could set RGB value for your DImension,&lt;/P&gt;&lt;P&gt;And use it as your background color .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Apr 2015 05:55:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Colors-in-multiple-pie-chart/m-p/871788#M1016816</guid>
      <dc:creator>sibideepak</dc:creator>
      <dc:date>2015-04-08T05:55:55Z</dc:date>
    </item>
    <item>
      <title>Re: Colors in multiple pie chart</title>
      <link>https://community.qlik.com/t5/QlikView/Colors-in-multiple-pie-chart/m-p/871789#M1016817</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you please send me a sample with if statement&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Apr 2015 06:13:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Colors-in-multiple-pie-chart/m-p/871789#M1016817</guid>
      <dc:creator>anuradhaa</dc:creator>
      <dc:date>2015-04-08T06:13:12Z</dc:date>
    </item>
    <item>
      <title>Re: Colors in multiple pie chart</title>
      <link>https://community.qlik.com/t5/QlikView/Colors-in-multiple-pie-chart/m-p/871790#M1016818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To use an IF statement you need to manually specify a colour, using RGB, for every possible dimension value.&amp;nbsp; If that works for you then great.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=if(Only(DimensionName) = 'Value1', rgb(255,100,100),&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; if(Only(DimensionName) = 'Value2', rgb(100,255,100),&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; null()))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where DimensionName is the dimension for the ring of your pie chart and Value1 is the value you want to set the colour for.&amp;nbsp; If no match is found then it will default to the colours on the Color tab of the properties.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This code is inserted by clicking on the Plus symbol next to the Expression and selecting &lt;STRONG&gt;Background Colour&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps,&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Apr 2015 07:05:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Colors-in-multiple-pie-chart/m-p/871790#M1016818</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2015-04-08T07:05:56Z</dc:date>
    </item>
    <item>
      <title>Re: Colors in multiple pie chart</title>
      <link>https://community.qlik.com/t5/QlikView/Colors-in-multiple-pie-chart/m-p/871791#M1016819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you share a sample. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Apr 2015 08:36:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Colors-in-multiple-pie-chart/m-p/871791#M1016819</guid>
      <dc:creator>anuradhaa</dc:creator>
      <dc:date>2015-04-08T08:36:16Z</dc:date>
    </item>
    <item>
      <title>Re: Colors in multiple pie chart</title>
      <link>https://community.qlik.com/t5/QlikView/Colors-in-multiple-pie-chart/m-p/871792#M1016820</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;Please see the colour expression behind the Expression Background Colour in this example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For a two dimensional chart you need a more complex IF statement, for the inner and outer wedges.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(Only(Dimension) = 'Value1', &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(Only(Dimension2) = 'OuterValue1', rgb(255, 120, 120),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 13.3333330154419px;"&gt;if(Only(Dimension2) = 'OuterValue2', rgb(255, 140, 140),&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;if(Only(Dimension2) = 'OuterValue3', rgb(255, 160, 160),&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; rgb(255,100,100))))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,&lt;/P&gt;&lt;P&gt;&amp;nbsp; if(Only(Dimension) = 'Value2',&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(Only(Dimension2) = 'OuterValue1', rgb(120, &lt;SPAN style="font-size: 13.3333330154419px;"&gt;255, &lt;/SPAN&gt;120),&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 13.3333330154419px;"&gt;if(Only(Dimension2) = 'OuterValue2', rgb(140, &lt;SPAN style="font-size: 13.3333330154419px;"&gt;255, &lt;/SPAN&gt;140),&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;if(Only(Dimension2) = 'OuterValue3', rgb(160, &lt;SPAN style="font-size: 13.3333330154419px;"&gt;255, &lt;/SPAN&gt;160),&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; rgb(100,255,100))))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; ,&lt;/P&gt;&lt;P&gt;&amp;nbsp; if(Only(Dimension) = 'Value3',&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(Only(Dimension2) = 'OuterValue1', rgb(120&lt;SPAN style="font-size: 13.3333330154419px;"&gt;, &lt;/SPAN&gt;120&lt;SPAN style="font-size: 13.3333330154419px;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;255&lt;/SPAN&gt;),&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 13.3333330154419px;"&gt;if(Only(Dimension2) = 'OuterValue2', rgb(140, 140&lt;SPAN style="font-size: 13.3333330154419px;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;255&lt;/SPAN&gt;),&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;if(Only(Dimension2) = 'OuterValue3', rgb(160, 160&lt;SPAN style="font-size: 13.3333330154419px;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;255&lt;/SPAN&gt;),&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; rgb(100,100&lt;SPAN style="font-size: 13.3333330154419px;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;255&lt;/SPAN&gt;))))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;, null())))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;This would give darker wedges for the inner wedges and then gradients of that colour for the outer ones.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;In general I would steer clear of two dimensional pie charts...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Apr 2015 13:07:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Colors-in-multiple-pie-chart/m-p/871792#M1016820</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2015-04-08T13:07:54Z</dc:date>
    </item>
    <item>
      <title>Re: Colors in multiple pie chart</title>
      <link>https://community.qlik.com/t5/QlikView/Colors-in-multiple-pie-chart/m-p/871793#M1016821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, this is only one demencial pie. in my case i have two demenssions&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Apr 2015 13:22:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Colors-in-multiple-pie-chart/m-p/871793#M1016821</guid>
      <dc:creator>anuradhaa</dc:creator>
      <dc:date>2015-04-08T13:22:11Z</dc:date>
    </item>
    <item>
      <title>Re: Colors in multiple pie chart</title>
      <link>https://community.qlik.com/t5/QlikView/Colors-in-multiple-pie-chart/m-p/871794#M1016822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Here it is with two dimensions.&amp;nbsp; The second dimensions legend is not coloured correctly, but then as you have the same secondary dimension in each of the first dimensions it is perhaps not surprising.&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Hopefully you can work something from here to solve your issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Apr 2015 18:26:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Colors-in-multiple-pie-chart/m-p/871794#M1016822</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2015-04-08T18:26:31Z</dc:date>
    </item>
    <item>
      <title>Re: Colors in multiple pie chart</title>
      <link>https://community.qlik.com/t5/QlikView/Colors-in-multiple-pie-chart/m-p/871795#M1016823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank For your reply , but legend colors are important, otherwise user may get confused&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2015 03:48:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Colors-in-multiple-pie-chart/m-p/871795#M1016823</guid>
      <dc:creator>anuradhaa</dc:creator>
      <dc:date>2015-04-09T03:48:22Z</dc:date>
    </item>
    <item>
      <title>Re: Colors in multiple pie chart</title>
      <link>https://community.qlik.com/t5/QlikView/Colors-in-multiple-pie-chart/m-p/871796#M1016824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the case of the example I uploaded QlikView would not be able to work out what colour to put on the second legend, as the same outer dimension value could have a different colour depending on what inner wedge it was attached to.&amp;nbsp; Your best bet, if you have fixed dimensions with fixed colours defined in script, is to build your legend in an image file and simply show that image in a text box.&amp;nbsp; To keep it looking consistent with other QlikView apps you could simply screen grab the legend with the wrong colours and then paint the correct colours in.&amp;nbsp; You can tell QlikView not to show a legend in the Properties of the pie chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm afraid you are going to have to do some work yourself here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2015 06:54:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Colors-in-multiple-pie-chart/m-p/871796#M1016824</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2015-04-09T06:54:45Z</dc:date>
    </item>
  </channel>
</rss>

