<?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: Text in Chart - setting colours in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Text-in-Chart-setting-colours/m-p/728184#M1071744</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;that should work too. I put the exact same expression under the font properties (change color to 'caluclated').&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here you can see the text changing color depending on the sum(Sales) in the current selection.&lt;IMG alt="pie4.PNG.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/63911_pie4.PNG.png" style="width: 620px; height: 423px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="pie2.PNG.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/63906_pie2.PNG.png" style="width: 620px; height: 250px;" /&gt;&lt;IMG alt="pie3.PNG.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/63907_pie3.PNG.png" style="width: 620px; height: 251px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Aug 2014 03:39:19 GMT</pubDate>
    <dc:creator>JonnyPoole</dc:creator>
    <dc:date>2014-08-07T03:39:19Z</dc:date>
    <item>
      <title>Text in Chart - setting colours</title>
      <link>https://community.qlik.com/t5/QlikView/Text-in-Chart-setting-colours/m-p/728181#M1071741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to set the colour of text in a pie chart based on a condition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want the text 'Sales' to appear in green if &amp;gt; 10000, orange if between 8000 - 10000, and red if &amp;lt; 8000.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried some versions of the following, but get errors in expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(sum([SALES VOLUME]) &amp;gt; 10000,&amp;nbsp; &lt;/P&gt;&lt;P&gt;RGB(0,255,64) 'Sales &amp;amp; Referrals'))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help appreciated.&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;&lt;/P&gt;&lt;P&gt;Wayne&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Aug 2014 03:15:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-in-Chart-setting-colours/m-p/728181#M1071741</guid>
      <dc:creator />
      <dc:date>2014-08-07T03:15:36Z</dc:date>
    </item>
    <item>
      <title>Re: Text in Chart - setting colours</title>
      <link>https://community.qlik.com/t5/QlikView/Text-in-Chart-setting-colours/m-p/728182#M1071742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Which text exactly in the pie chart ? Here i enabled 'values on data points' and added a conditional color for sales &amp;lt; 10000. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Text Color under the expression is:&amp;nbsp;&amp;nbsp; if(sum(Sales)&amp;lt;10000,lightred(),green())&lt;/P&gt;&lt;P&gt;&lt;IMG alt="pie.PNG.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/63905_pie.PNG.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Aug 2014 03:26:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-in-Chart-setting-colours/m-p/728182#M1071742</guid>
      <dc:creator>JonnyPoole</dc:creator>
      <dc:date>2014-08-07T03:26:50Z</dc:date>
    </item>
    <item>
      <title>Re: Text in Chart - setting colours</title>
      <link>https://community.qlik.com/t5/QlikView/Text-in-Chart-setting-colours/m-p/728183#M1071743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply Jonathan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is for text added under 'Text in Chart' in the Presentation tab - using the edit expression in the text field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not sure if it can be done there?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wayne&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Aug 2014 03:34:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-in-Chart-setting-colours/m-p/728183#M1071743</guid>
      <dc:creator />
      <dc:date>2014-08-07T03:34:27Z</dc:date>
    </item>
    <item>
      <title>Re: Text in Chart - setting colours</title>
      <link>https://community.qlik.com/t5/QlikView/Text-in-Chart-setting-colours/m-p/728184#M1071744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;that should work too. I put the exact same expression under the font properties (change color to 'caluclated').&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here you can see the text changing color depending on the sum(Sales) in the current selection.&lt;IMG alt="pie4.PNG.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/63911_pie4.PNG.png" style="width: 620px; height: 423px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="pie2.PNG.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/63906_pie2.PNG.png" style="width: 620px; height: 250px;" /&gt;&lt;IMG alt="pie3.PNG.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/63907_pie3.PNG.png" style="width: 620px; height: 251px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Aug 2014 03:39:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-in-Chart-setting-colours/m-p/728184#M1071744</guid>
      <dc:creator>JonnyPoole</dc:creator>
      <dc:date>2014-08-07T03:39:19Z</dc:date>
    </item>
    <item>
      <title>Re: Text in Chart - setting colours</title>
      <link>https://community.qlik.com/t5/QlikView/Text-in-Chart-setting-colours/m-p/728185#M1071746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;noticed a type in your expression. so instead of this; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=if(sum([SALES VOLUME]) &amp;gt; 10000, &lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;RGB(0,255,64) 'Sales &amp;amp; Referrals'))&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;try this:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=if(sum([SALES VOLUME]) &amp;gt; 10000, green(), if( &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;sum([SALES VOLUME])&lt;/SPAN&gt; &amp;gt; 8000,rgb(255,128,64), red()))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Aug 2014 03:44:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-in-Chart-setting-colours/m-p/728185#M1071746</guid>
      <dc:creator>JonnyPoole</dc:creator>
      <dc:date>2014-08-07T03:44:26Z</dc:date>
    </item>
    <item>
      <title>Re: Text in Chart - setting colours</title>
      <link>https://community.qlik.com/t5/QlikView/Text-in-Chart-setting-colours/m-p/728186#M1071749</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes , you can do it,,,,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;see the steps in image, i just made 1 image of 5 steps, follow the steps in the image...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="63912" alt="1.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/63912_1.png" style="width: 620px; height: 295px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it Helps....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edit:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You already done it....Great&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Aug 2014 03:50:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-in-Chart-setting-colours/m-p/728186#M1071749</guid>
      <dc:creator>israrkhan</dc:creator>
      <dc:date>2014-08-07T03:50:06Z</dc:date>
    </item>
    <item>
      <title>Re: Text in Chart - setting colours</title>
      <link>https://community.qlik.com/t5/QlikView/Text-in-Chart-setting-colours/m-p/728187#M1071751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Jonathan &amp;amp; Isar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Very helpful, and I can apply the same methodology to the background if I choose.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks heaps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Aug 2014 03:54:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-in-Chart-setting-colours/m-p/728187#M1071751</guid>
      <dc:creator />
      <dc:date>2014-08-07T03:54:58Z</dc:date>
    </item>
  </channel>
</rss>

