<?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 change text colour in rows in a dimension in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-change-text-colour-in-rows-in-a-dimension/m-p/1245861#M854728</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also did you Match or WildMatch? Can you share the expression you used?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Feb 2017 13:55:32 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2017-02-22T13:55:32Z</dc:date>
    <item>
      <title>How to change text colour in rows in a dimension</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-change-text-colour-in-rows-in-a-dimension/m-p/1245853#M854720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do I change the text colour to red in two of the rows in the following table -&lt;/P&gt;&lt;P&gt;&lt;IMG alt="highlighting rows in the dimension.PNG" class="jive-image image-1" src="/legacyfs/online/154088_highlighting rows in the dimension.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;I would like to always highlight the 'Distance Learning', and 'Other open...' rows in red text.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Greg&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/How-to-change-text-colour-in-rows-in-a-dimension/m-p/1245853#M854720</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to change text colour in rows in a dimension</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-change-text-colour-in-rows-in-a-dimension/m-p/1245854#M854721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use background color for your dimension. Did that not work?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2017 12:58:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-change-text-colour-in-rows-in-a-dimension/m-p/1245854#M854721</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-02-22T12:58:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to change text colour in rows in a dimension</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-change-text-colour-in-rows-in-a-dimension/m-p/1245855#M854722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I assume I would use the background colour on the dimension, but how do I change the text colour for just two of the rows in the dimension?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2017 13:16:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-change-text-colour-in-rows-in-a-dimension/m-p/1245855#M854722</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-22T13:16:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to change text colour in rows in a dimension</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-change-text-colour-in-rows-in-a-dimension/m-p/1245856#M854723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Using an if statement...&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(WildMatch(DimensionName, '&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Distance Learning&lt;/SPAN&gt;', 'Other open learning*'), LightRed())&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2017 13:18:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-change-text-colour-in-rows-in-a-dimension/m-p/1245856#M854723</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-02-22T13:18:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to change text colour in rows in a dimension</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-change-text-colour-in-rows-in-a-dimension/m-p/1245857#M854724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use an expression like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;If(Match([Mode of attendance], 'Distance Learning', 'Other....'), Red())&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just adjust the field and conditions in the match to your requirements.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2017 13:23:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-change-text-colour-in-rows-in-a-dimension/m-p/1245857#M854724</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2017-02-22T13:23:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to change text colour in rows in a dimension</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-change-text-colour-in-rows-in-a-dimension/m-p/1245858#M854725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks very much&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2017 13:26:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-change-text-colour-in-rows-in-a-dimension/m-p/1245858#M854725</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-22T13:26:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to change text colour in rows in a dimension</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-change-text-colour-in-rows-in-a-dimension/m-p/1245859#M854726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why isn't the 'Other open learning...' field showing as red text in the following table?&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/154089_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;I think it is because the first data column in the table has no value for the 'Other open learning...' row, eben though there are values in data columns 2 and 3.&lt;/P&gt;&lt;P&gt;How do I fix it to always show red?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2017 13:52:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-change-text-colour-in-rows-in-a-dimension/m-p/1245859#M854726</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-22T13:52:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to change text colour in rows in a dimension</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-change-text-colour-in-rows-in-a-dimension/m-p/1245860#M854727</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try unchecking 'Suppress Zero Values' on the presentation tab and see if that helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2017 13:54:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-change-text-colour-in-rows-in-a-dimension/m-p/1245860#M854727</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-02-22T13:54:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to change text colour in rows in a dimension</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-change-text-colour-in-rows-in-a-dimension/m-p/1245861#M854728</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also did you Match or WildMatch? Can you share the expression you used?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2017 13:55:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-change-text-colour-in-rows-in-a-dimension/m-p/1245861#M854728</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-02-22T13:55:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to change text colour in rows in a dimension</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-change-text-colour-in-rows-in-a-dimension/m-p/1245862#M854729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks , that worked but it replaced the '-' with'0'&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/154090_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2017 13:58:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-change-text-colour-in-rows-in-a-dimension/m-p/1245862#M854729</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-22T13:58:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to change text colour in rows in a dimension</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-change-text-colour-in-rows-in-a-dimension/m-p/1245863#M854730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be use Dual statement for your expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Dual(If(Expression = 0, '-', Expression, Expression)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then choose 'Expression Default' on number's tab for number formatting&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2017 14:01:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-change-text-colour-in-rows-in-a-dimension/m-p/1245863#M854730</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-02-22T14:01:51Z</dc:date>
    </item>
  </channel>
</rss>

