<?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 color coding in the pie chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/color-coding-in-the-pie-chart/m-p/1345667#M846621</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys i am in need of you help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So guys i need to color code the font in my chart so when the number is a certain value it would change color for example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;0-50 red&lt;/P&gt;&lt;P&gt;51-70 yellow&lt;/P&gt;&lt;P&gt;71+ green&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have made the font for the chart in "text in chart" which is in the presentation tab. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have also created 3 variables that have the certain values set&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vmin&lt;/P&gt;&lt;P&gt;vmid&lt;/P&gt;&lt;P&gt;vhigh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i appreciate anyone's help as this is a tough one to crack&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;many thanks guys&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>aaronnayan</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>color coding in the pie chart</title>
      <link>https://community.qlik.com/t5/QlikView/color-coding-in-the-pie-chart/m-p/1345667#M846621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys i am in need of you help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So guys i need to color code the font in my chart so when the number is a certain value it would change color for example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;0-50 red&lt;/P&gt;&lt;P&gt;51-70 yellow&lt;/P&gt;&lt;P&gt;71+ green&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have made the font for the chart in "text in chart" which is in the presentation tab. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have also created 3 variables that have the certain values set&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vmin&lt;/P&gt;&lt;P&gt;vmid&lt;/P&gt;&lt;P&gt;vhigh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i appreciate anyone's help as this is a tough one to crack&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;many thanks guys&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/color-coding-in-the-pie-chart/m-p/1345667#M846621</guid>
      <dc:creator>aaronnayan</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: color coding in the pie chart</title>
      <link>https://community.qlik.com/t5/QlikView/color-coding-in-the-pie-chart/m-p/1345668#M846623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aaron,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can there be a formula for the color you entered not on the desired tab? Look at the attached file, please.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Andrey&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Apr 2017 09:11:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/color-coding-in-the-pie-chart/m-p/1345668#M846623</guid>
      <dc:creator>ahaahaaha</dc:creator>
      <dc:date>2017-04-05T09:11:16Z</dc:date>
    </item>
    <item>
      <title>Re: color coding in the pie chart</title>
      <link>https://community.qlik.com/t5/QlikView/color-coding-in-the-pie-chart/m-p/1345669#M846625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you want to change color of Font in TEXT IN CHART ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use something as below for Calculated Color expression&lt;/P&gt;&lt;P&gt;=IF(SUM(Value)&amp;gt;=0 and SUM(Value) &amp;lt;= 50, RED(),&lt;/P&gt;&lt;P&gt;IF(SUM(Value)&amp;gt;=51 and SUM(Value) &amp;lt;= 70, YELLOW(),&lt;/P&gt;&lt;P&gt;Green())))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Apr 2017 09:14:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/color-coding-in-the-pie-chart/m-p/1345669#M846625</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2017-04-05T09:14:18Z</dc:date>
    </item>
    <item>
      <title>Re: color coding in the pie chart</title>
      <link>https://community.qlik.com/t5/QlikView/color-coding-in-the-pie-chart/m-p/1345670#M846627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andrey, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;no not there it is in the presentation tab. &lt;/P&gt;&lt;P&gt;It is in the text in the chart area&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Apr 2017 09:48:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/color-coding-in-the-pie-chart/m-p/1345670#M846627</guid>
      <dc:creator>aaronnayan</dc:creator>
      <dc:date>2017-04-05T09:48:33Z</dc:date>
    </item>
    <item>
      <title>Re: color coding in the pie chart</title>
      <link>https://community.qlik.com/t5/QlikView/color-coding-in-the-pie-chart/m-p/1345671#M846629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manisha that was spot on thankyou &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Apr 2017 09:50:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/color-coding-in-the-pie-chart/m-p/1345671#M846629</guid>
      <dc:creator>aaronnayan</dc:creator>
      <dc:date>2017-04-05T09:50:41Z</dc:date>
    </item>
    <item>
      <title>Re: color coding in the pie chart</title>
      <link>https://community.qlik.com/t5/QlikView/color-coding-in-the-pie-chart/m-p/1345672#M846630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Glad that it worked for you.. Would be more happy if you write my name correctly ... !! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/laugh.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Apr 2017 09:52:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/color-coding-in-the-pie-chart/m-p/1345672#M846630</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2017-04-05T09:52:52Z</dc:date>
    </item>
  </channel>
</rss>

