<?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: How to have multi-color changes to text object text? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-have-multi-color-changes-to-text-object-text/m-p/515412#M551414</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, you can use your IF Statement in the Calculated base color&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2013-11-12_2204.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/48880_2013-11-12_2204.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Nov 2013 22:16:38 GMT</pubDate>
    <dc:creator>rustyfishbones</dc:creator>
    <dc:date>2013-11-12T22:16:38Z</dc:date>
    <item>
      <title>How to have multi-color changes to text object text?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-have-multi-color-changes-to-text-object-text/m-p/515411#M551413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'd like to have the text within a text object change color based on different percentage ranges. I'm familiar with how to do simple 2 color changes based on the data but having trouble with 3 or more data ranges ... is there a way to use if statements to create font color changes based on the following example:&lt;/P&gt;&lt;P&gt;if data &amp;lt;99.7% make the text red ... or if data is between 99.7% and 99.8% make the text orange ... otherwise make the text green.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Nov 2013 21:52:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-have-multi-color-changes-to-text-object-text/m-p/515411#M551413</guid>
      <dc:creator />
      <dc:date>2013-11-12T21:52:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to have multi-color changes to text object text?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-have-multi-color-changes-to-text-object-text/m-p/515412#M551414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, you can use your IF Statement in the Calculated base color&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2013-11-12_2204.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/48880_2013-11-12_2204.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Nov 2013 22:16:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-have-multi-color-changes-to-text-object-text/m-p/515412#M551414</guid>
      <dc:creator>rustyfishbones</dc:creator>
      <dc:date>2013-11-12T22:16:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to have multi-color changes to text object text?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-have-multi-color-changes-to-text-object-text/m-p/515413#M551415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See an example below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2013-11-12_2214.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/48881_2013-11-12_2214.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Nov 2013 22:26:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-have-multi-color-changes-to-text-object-text/m-p/515413#M551415</guid>
      <dc:creator>rustyfishbones</dc:creator>
      <dc:date>2013-11-12T22:26:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to have multi-color changes to text object text?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-have-multi-color-changes-to-text-object-text/m-p/515414#M551417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Something like this... in calculated color...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(SUM(QTY) &amp;lt; 400, GREEN(),&lt;/P&gt;&lt;P&gt;&amp;nbsp; iF(SUM(QTY) &amp;lt; 600, RED(), QlikTechGray()))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Change SUM(QTY) to data and value to your %value and appropriate color....&lt;/P&gt;&lt;P&gt;Hope this will help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Nov 2013 22:33:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-have-multi-color-changes-to-text-object-text/m-p/515414#M551417</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2013-11-12T22:33:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to have multi-color changes to text object text?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-have-multi-color-changes-to-text-object-text/m-p/515415#M551420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Tony&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you considered ColorMix ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to your Text Box Properties&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;General&lt;/LI&gt;&lt;LI&gt;Click Background | Colour&lt;/LI&gt;&lt;LI&gt;Click Base Colour | Calculated&lt;/LI&gt;&lt;LI&gt;Edit Expression&lt;/LI&gt;&lt;LI&gt;File | ColorMix Wizard&lt;/LI&gt;&lt;LI&gt;Follow the prompts&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;Bill&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Nov 2013 22:38:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-have-multi-color-changes-to-text-object-text/m-p/515415#M551420</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-11-12T22:38:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to have multi-color changes to text object text?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-have-multi-color-changes-to-text-object-text/m-p/515416#M551423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks All ... I'll give some of these a try to see if they'll work for me. I appreciate the replies!&lt;/P&gt;&lt;P&gt;Tony&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Nov 2013 20:29:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-have-multi-color-changes-to-text-object-text/m-p/515416#M551423</guid>
      <dc:creator />
      <dc:date>2013-11-14T20:29:59Z</dc:date>
    </item>
  </channel>
</rss>

