<?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 Error on pie chart color in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Error-on-pie-chart-color/m-p/212648#M66574</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Deepak,&lt;/P&gt;&lt;P&gt;The repeat last color option doesn't work. Still black. &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Attached is the sample QVW...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 Feb 2011 09:52:05 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-02-11T09:52:05Z</dc:date>
    <item>
      <title>Error on pie chart color</title>
      <link>https://community.qlik.com/t5/QlikView/Error-on-pie-chart-color/m-p/212646#M66572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;BR /&gt;I have a drill down group which is region and country that region have its own color, i apply this code on background color on expressions&lt;BR /&gt;&lt;BR /&gt;if(GetCurrentField([Region/Country])='Region',RGB(Region_RValue, Region_GValue, Region_BValue))&lt;BR /&gt;&lt;BR /&gt;if i select region, the color work fine for my pie, but when i drill down to country level, the pie turn black color but the legend was show the dafault color. i attach the pic on below.&lt;/P&gt;&lt;P&gt;&lt;IMG border="0" src="https://community.qlik.com/cfs-filesystemfile.ashx/__key/CommunityServer.Discussions.Components.Files/11/3515.error-on-pie-_2D00_-Region-level.bmp" style="max-width: 550px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG border="0" src="https://community.qlik.com/cfs-filesystemfile.ashx/__key/CommunityServer.Discussions.Components.Files/11/3603.error-on-pie-_2D00_-country-level.bmp" style="max-width: 550px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;anyone who has any ideas to solve this error??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Feb 2011 09:10:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-on-pie-chart-color/m-p/212646#M66572</guid>
      <dc:creator />
      <dc:date>2011-02-11T09:10:40Z</dc:date>
    </item>
    <item>
      <title>Error on pie chart color</title>
      <link>https://community.qlik.com/t5/QlikView/Error-on-pie-chart-color/m-p/212647#M66573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;Select &lt;B&gt;repeat colors&lt;/B&gt; from colors tab and check if it solves your problem (Chart Properties) .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Feb 2011 09:24:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-on-pie-chart-color/m-p/212647#M66573</guid>
      <dc:creator>deepakk</dc:creator>
      <dc:date>2011-02-11T09:24:49Z</dc:date>
    </item>
    <item>
      <title>Error on pie chart color</title>
      <link>https://community.qlik.com/t5/QlikView/Error-on-pie-chart-color/m-p/212648#M66574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Deepak,&lt;/P&gt;&lt;P&gt;The repeat last color option doesn't work. Still black. &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Attached is the sample QVW...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Feb 2011 09:52:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-on-pie-chart-color/m-p/212648#M66574</guid>
      <dc:creator />
      <dc:date>2011-02-11T09:52:05Z</dc:date>
    </item>
    <item>
      <title>Error on pie chart color</title>
      <link>https://community.qlik.com/t5/QlikView/Error-on-pie-chart-color/m-p/212649#M66575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your color expression is:&lt;/P&gt;&lt;P&gt;=if(GetCurrentField([Region/Country])='Region',RGB(R_Color, G_Color, B_Color))&lt;/P&gt;&lt;P&gt;which means that you will get black whenever your dimensions is not Region (expression evaluates to null).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Feb 2011 10:01:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-on-pie-chart-color/m-p/212649#M66575</guid>
      <dc:creator>kji</dc:creator>
      <dc:date>2011-02-11T10:01:06Z</dc:date>
    </item>
    <item>
      <title>Error on pie chart color</title>
      <link>https://community.qlik.com/t5/QlikView/Error-on-pie-chart-color/m-p/212650#M66576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But for some reason, it works for bar chart. It will use the colors that I defined in Color tab if I drill down to Country Level (not Region).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Feb 2011 10:04:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-on-pie-chart-color/m-p/212650#M66576</guid>
      <dc:creator />
      <dc:date>2011-02-11T10:04:16Z</dc:date>
    </item>
    <item>
      <title>Error on pie chart color</title>
      <link>https://community.qlik.com/t5/QlikView/Error-on-pie-chart-color/m-p/212651#M66577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;but this color expressions look fine for other type of chart except pie and funnel (after select multi-color on color properties) , not sure why the mutli-color option is disable on pie&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Feb 2011 10:07:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-on-pie-chart-color/m-p/212651#M66577</guid>
      <dc:creator />
      <dc:date>2011-02-11T10:07:52Z</dc:date>
    </item>
    <item>
      <title>Error on pie chart color</title>
      <link>https://community.qlik.com/t5/QlikView/Error-on-pie-chart-color/m-p/212652#M66578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looks like a bug to me. The legend shows the right colors, but the chart itself fails to go get the default colors when the expression evaluates to null(). It is at a minimum inconsistent, and I think it's fairly clear that the chart SHOULD have the colors indicated in the legend.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Feb 2011 02:18:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-on-pie-chart-color/m-p/212652#M66578</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2011-02-12T02:18:23Z</dc:date>
    </item>
    <item>
      <title>Error on pie chart color</title>
      <link>https://community.qlik.com/t5/QlikView/Error-on-pie-chart-color/m-p/212653#M66579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Khim,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly share the QV version you using.&lt;/P&gt;&lt;P&gt;There are some bugs in the latest version.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try creating a sperate application and use the same pie chart.&lt;/P&gt;&lt;P&gt;Do check the expression used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Feb 2011 05:58:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-on-pie-chart-color/m-p/212653#M66579</guid>
      <dc:creator />
      <dc:date>2011-02-12T05:58:22Z</dc:date>
    </item>
    <item>
      <title>Error on pie chart color</title>
      <link>https://community.qlik.com/t5/QlikView/Error-on-pie-chart-color/m-p/212654#M66580</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm using QV10 SR1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 13 Feb 2011 03:27:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-on-pie-chart-color/m-p/212654#M66580</guid>
      <dc:creator />
      <dc:date>2011-02-13T03:27:01Z</dc:date>
    </item>
    <item>
      <title>Error on pie chart color</title>
      <link>https://community.qlik.com/t5/QlikView/Error-on-pie-chart-color/m-p/212655#M66581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;QV 10 SR 1 is having some bugs.&lt;/P&gt;&lt;P&gt;I had faced same problem, you try on QV 9.5 it will run perfectly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 13 Feb 2011 04:25:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-on-pie-chart-color/m-p/212655#M66581</guid>
      <dc:creator />
      <dc:date>2011-02-13T04:25:22Z</dc:date>
    </item>
  </channel>
</rss>

