<?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 Text color for a dimension in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Text-color-for-a-dimension/m-p/249935#M94933</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It said that teh expression was ok but it did not change the color of my text.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Aug 2011 15:03:42 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-08-04T15:03:42Z</dc:date>
    <item>
      <title>Text color for a dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Text-color-for-a-dimension/m-p/249933#M94931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a straight table chart where I am trying to change the text color for one of the dimensions using this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(project_health_code='Green', green (), 'Yellow', yellow (), 'Red', red(), Black ())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone have any idea what's wrong with my syntax?&amp;nbsp; If the dimension value is green, I want the text display in green, yellow, yellow, etc.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This works:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(project_health_code = 'Green', green(), Black()) but only for one color/value.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Aug 2011 14:35:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-color-for-a-dimension/m-p/249933#M94931</guid>
      <dc:creator />
      <dc:date>2011-08-04T14:35:54Z</dc:date>
    </item>
    <item>
      <title>Text color for a dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Text-color-for-a-dimension/m-p/249934#M94932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can use multiple if like this :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; if(Sum (val1)='Green', green (), if(Sum (val1)='Yellow', yellow (), if(Sum (val1)='Red', red(), Black ())))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think that there is a smarter way to do this. I have a look and let you know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway you could use this for the moment. It might be working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Aug 2011 14:53:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-color-for-a-dimension/m-p/249934#M94932</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-08-04T14:53:18Z</dc:date>
    </item>
    <item>
      <title>Text color for a dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Text-color-for-a-dimension/m-p/249935#M94933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It said that teh expression was ok but it did not change the color of my text.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Aug 2011 15:03:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-color-for-a-dimension/m-p/249935#M94933</guid>
      <dc:creator />
      <dc:date>2011-08-04T15:03:42Z</dc:date>
    </item>
    <item>
      <title>Text color for a dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Text-color-for-a-dimension/m-p/249936#M94934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; you have to change the expression : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;don't use ﻿my expression, it was just an example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but use : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if( project_health_code='green' , green(), if(﻿﻿﻿project_health_code='Yellow', Yellow(), if (project_health_code='Red',Red() ,Black())))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Aug 2011 15:50:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-color-for-a-dimension/m-p/249936#M94934</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-08-04T15:50:12Z</dc:date>
    </item>
    <item>
      <title>Text color for a dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Text-color-for-a-dimension/m-p/249937#M94935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, this works.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Aug 2011 16:28:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-color-for-a-dimension/m-p/249937#M94935</guid>
      <dc:creator />
      <dc:date>2011-08-04T16:28:28Z</dc:date>
    </item>
  </channel>
</rss>

