<?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: Pie Chart Coloring in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Pie-Chart-Coloring/m-p/1024389#M346364</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you are using an expression to create the labels next to the sectors (or multiple expressions?)&lt;/P&gt;&lt;P&gt;How do these look like?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With regard to your color issue, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #000000;"&gt;=IF(Match(Table,'Above Threshold'),v_Red_100,IF(Match(Table,'Below Threshold'),v_Rose_100,IF(Match(Table,'Within Threshold'),v_Tangerine_100)))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #000000;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #000000;"&gt;Where does the &lt;EM&gt;Table&lt;/EM&gt; field here comes from? &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #000000;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Apr 2016 16:41:17 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2016-04-26T16:41:17Z</dc:date>
    <item>
      <title>Pie Chart Coloring</title>
      <link>https://community.qlik.com/t5/QlikView/Pie-Chart-Coloring/m-p/1024388#M346363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Hi All,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;This is a snapshot of the pie chart I created. For some reason, each of the parts say 'within threshold' when I wrote the code: &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;=IF($(vfield) &amp;lt; $(vMinThresholdAmount), 'Below Threshold',IF($(vfield) &amp;gt; $(vMaxThresholdAmount), 'Above Threshold','Within Threshold'))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;as the dimension.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Also, I cannot get the colors to apply for each part. For each expressions background color, I put the following code:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;=IF(Match(Table,'Above Threshold'),v_Red_100,IF(Match(Table,'Below Threshold'),v_Rose_100,IF(Match(Table,'Within Threshold'),v_Tangerine_100)))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;The variables are in my code and work for other charts so I know that is not the problem. Could someone assist?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Thanks!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="pie chart.PNG" class="jive-image image-1" src="/legacyfs/online/122753_pie chart.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Apr 2016 13:09:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pie-Chart-Coloring/m-p/1024388#M346363</guid>
      <dc:creator />
      <dc:date>2016-04-26T13:09:58Z</dc:date>
    </item>
    <item>
      <title>Re: Pie Chart Coloring</title>
      <link>https://community.qlik.com/t5/QlikView/Pie-Chart-Coloring/m-p/1024389#M346364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you are using an expression to create the labels next to the sectors (or multiple expressions?)&lt;/P&gt;&lt;P&gt;How do these look like?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With regard to your color issue, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #000000;"&gt;=IF(Match(Table,'Above Threshold'),v_Red_100,IF(Match(Table,'Below Threshold'),v_Rose_100,IF(Match(Table,'Within Threshold'),v_Tangerine_100)))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #000000;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #000000;"&gt;Where does the &lt;EM&gt;Table&lt;/EM&gt; field here comes from? &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #000000;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Apr 2016 16:41:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pie-Chart-Coloring/m-p/1024389#M346364</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-04-26T16:41:17Z</dc:date>
    </item>
    <item>
      <title>Re: Pie Chart Coloring</title>
      <link>https://community.qlik.com/t5/QlikView/Pie-Chart-Coloring/m-p/1024390#M346365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks very much for your reply, however this did not work.&lt;/P&gt;&lt;P&gt;Table is a field that I am using as a filter.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Apr 2016 20:30:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pie-Chart-Coloring/m-p/1024390#M346365</guid>
      <dc:creator />
      <dc:date>2016-04-29T20:30:37Z</dc:date>
    </item>
    <item>
      <title>Re: Pie Chart Coloring</title>
      <link>https://community.qlik.com/t5/QlikView/Pie-Chart-Coloring/m-p/1024391#M346366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would you be able to share a sample to look at the issue?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Apr 2016 20:51:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pie-Chart-Coloring/m-p/1024391#M346366</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-29T20:51:19Z</dc:date>
    </item>
  </channel>
</rss>

