<?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 color a text-string in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-color-a-text-string/m-p/977584#M978818</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="12.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/96792_12.png" style="height: 332px; width: 620px;" /&gt;Hi!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See image.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Aug 2015 08:06:48 GMT</pubDate>
    <dc:creator>pokassov</dc:creator>
    <dc:date>2015-08-24T08:06:48Z</dc:date>
    <item>
      <title>How to color a text-string</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-color-a-text-string/m-p/977583#M978817</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I want to have a text-string which is under a certain condition coloured. As in my example the text "open-delay" should come up in red and bolt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/96783_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;Could someone help me how to achieve this on the easiest way?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thx in advance&lt;/P&gt;&lt;P&gt;Heiko&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Aug 2015 08:00:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-color-a-text-string/m-p/977583#M978817</guid>
      <dc:creator />
      <dc:date>2015-08-24T08:00:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to color a text-string</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-color-a-text-string/m-p/977584#M978818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="12.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/96792_12.png" style="height: 332px; width: 620px;" /&gt;Hi!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See image.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Aug 2015 08:06:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-color-a-text-string/m-p/977584#M978818</guid>
      <dc:creator>pokassov</dc:creator>
      <dc:date>2015-08-24T08:06:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to color a text-string</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-color-a-text-string/m-p/977585#M978819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Heiko,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if this is a result of an expression, you can format the text colour in the chart properties windows --&amp;gt; tab expressions --&amp;gt; select your expression and click the plus sign on its left, then in the text colour window you can put a conditional expression to set the colour. For example = if(status = 'open-in-time',RGB(10,10,10),RGB(0,0,0))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Aug 2015 08:08:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-color-a-text-string/m-p/977585#M978819</guid>
      <dc:creator>alex_millan</dc:creator>
      <dc:date>2015-08-24T08:08:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to color a text-string</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-color-a-text-string/m-p/977586#M978820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My Dear&lt;/P&gt;&lt;P&gt;1.Properaties&lt;/P&gt;&lt;P&gt;2.Font Tab&lt;/P&gt;&lt;P&gt;3.Double click on the color and choose calculated&lt;/P&gt;&lt;P&gt;4.Type the formula that you want as&amp;nbsp; below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if ((Sum(balance)&amp;gt;=0, RGB (255,255,255),RGB(255,255,255))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Aug 2015 08:09:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-color-a-text-string/m-p/977586#M978820</guid>
      <dc:creator>mustafaelryah</dc:creator>
      <dc:date>2015-08-24T08:09:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to color a text-string</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-color-a-text-string/m-p/977587#M978821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;perfect,&lt;/P&gt;&lt;P&gt;thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Aug 2015 08:34:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-color-a-text-string/m-p/977587#M978821</guid>
      <dc:creator />
      <dc:date>2015-08-24T08:34:56Z</dc:date>
    </item>
  </channel>
</rss>

