<?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: 10% lower/higher - Text colour or Background Colour in Expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/10-lower-higher-Text-colour-or-Background-Colour-in-Expression/m-p/1050146#M352609</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Nicole for your reply...Shouldn't it be slightly different (the second part of the formula)?: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(sum(Sales1)&amp;lt;=.9*sum(Sales2), rgb(255,0,0),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(sum(Sales1)&lt;STRONG&gt;&amp;gt;=.9*&lt;/STRONG&gt;sum(Sales2), rgb(0,255,0)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying the above but it doesn't seem to work (Error in Expression), perhaps something to do with typing ".9"? Or perhaps it somewhere misses a bracket or a comma?&lt;/P&gt;&lt;P&gt;The expressions work fine with other charts, so I don;t think it's an issue with expressions, but more of comma/bracket issue. I would be grateful for looking at the below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(sum({&amp;lt;[Classification]={"1"}, [Entry Cohort]={'2010','2011','2012'}&amp;gt;} [FPE])/ SUM ({&amp;lt;[Entry Cohort]={'2010','2011','2012'}&amp;gt;}[FPE]))&amp;lt;=.9*sum({1 &amp;lt;[Classification]={"1"}, [Entry Cohort]={'2010','2011','2012'}&amp;gt;} [FPE])/ SUM ({1&amp;lt;[Entry Cohort]={'2010','2011','2012'}&amp;gt;}[FPE])), rgb(255,0,0),&lt;/P&gt;&lt;P&gt;if(sum({&amp;lt;[Classification]={"1"}, [Entry Cohort]={'2010','2011','2012'}&amp;gt;} [FPE])/ SUM ({&amp;lt;[Entry Cohort]={'2010','2011','2012'}&amp;gt;}[FPE]))&amp;gt;=.9*sum({1 &amp;lt;[Classification]={"1"}, [Entry Cohort]={'2010','2011','2012'}&amp;gt;} [FPE])/ SUM ({1&amp;lt;[Entry Cohort]={'2010','2011','2012'}&amp;gt;}[FPE])), rgb(0,255,0)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately Visual Cues won't work as I would like this to work with particular expression (and I have a few expressions in the chart).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 Apr 2016 20:49:28 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-04-04T20:49:28Z</dc:date>
    <item>
      <title>10% lower/higher - Text colour or Background Colour in Expression</title>
      <link>https://community.qlik.com/t5/QlikView/10-lower-higher-Text-colour-or-Background-Colour-in-Expression/m-p/1050143#M352606</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 colour text or background in the chart/table by using "Text colour" or "Background colour" in the expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to write a formula to say:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if (CALCULATION) is 10% lower than (CALCULATION2), then it should be red. if (CALCULATION) is 10% higher than (CALCULATION2), then it should be green.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas how to do this?&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;E&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Apr 2016 17:37:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/10-lower-higher-Text-colour-or-Background-Colour-in-Expression/m-p/1050143#M352606</guid>
      <dc:creator />
      <dc:date>2016-04-04T17:37:15Z</dc:date>
    </item>
    <item>
      <title>Re: 10% lower/higher - Text colour or Background Colour in Expression</title>
      <link>https://community.qlik.com/t5/QlikView/10-lower-higher-Text-colour-or-Background-Colour-in-Expression/m-p/1050144#M352607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In your Background Color Expression, you would write something like the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(sum(Sales1)&amp;lt;=.9*sum(Sales2), rgb(255,0,0),&lt;/P&gt;&lt;P&gt;if(sum(Sales1)*.9&amp;gt;=sum(Sales2), rgb(0,255,0)))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Apr 2016 18:33:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/10-lower-higher-Text-colour-or-Background-Colour-in-Expression/m-p/1050144#M352607</guid>
      <dc:creator>Nicole-Smith</dc:creator>
      <dc:date>2016-04-04T18:33:28Z</dc:date>
    </item>
    <item>
      <title>Re: 10% lower/higher - Text colour or Background Colour in Expression</title>
      <link>https://community.qlik.com/t5/QlikView/10-lower-higher-Text-colour-or-Background-Colour-in-Expression/m-p/1050145#M352608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just an add on, if you are using straight table or pivot table, we can also use Visual Cues option.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Apr 2016 18:51:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/10-lower-higher-Text-colour-or-Background-Colour-in-Expression/m-p/1050145#M352608</guid>
      <dc:creator>satishkurra</dc:creator>
      <dc:date>2016-04-04T18:51:56Z</dc:date>
    </item>
    <item>
      <title>Re: 10% lower/higher - Text colour or Background Colour in Expression</title>
      <link>https://community.qlik.com/t5/QlikView/10-lower-higher-Text-colour-or-Background-Colour-in-Expression/m-p/1050146#M352609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Nicole for your reply...Shouldn't it be slightly different (the second part of the formula)?: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(sum(Sales1)&amp;lt;=.9*sum(Sales2), rgb(255,0,0),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(sum(Sales1)&lt;STRONG&gt;&amp;gt;=.9*&lt;/STRONG&gt;sum(Sales2), rgb(0,255,0)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying the above but it doesn't seem to work (Error in Expression), perhaps something to do with typing ".9"? Or perhaps it somewhere misses a bracket or a comma?&lt;/P&gt;&lt;P&gt;The expressions work fine with other charts, so I don;t think it's an issue with expressions, but more of comma/bracket issue. I would be grateful for looking at the below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(sum({&amp;lt;[Classification]={"1"}, [Entry Cohort]={'2010','2011','2012'}&amp;gt;} [FPE])/ SUM ({&amp;lt;[Entry Cohort]={'2010','2011','2012'}&amp;gt;}[FPE]))&amp;lt;=.9*sum({1 &amp;lt;[Classification]={"1"}, [Entry Cohort]={'2010','2011','2012'}&amp;gt;} [FPE])/ SUM ({1&amp;lt;[Entry Cohort]={'2010','2011','2012'}&amp;gt;}[FPE])), rgb(255,0,0),&lt;/P&gt;&lt;P&gt;if(sum({&amp;lt;[Classification]={"1"}, [Entry Cohort]={'2010','2011','2012'}&amp;gt;} [FPE])/ SUM ({&amp;lt;[Entry Cohort]={'2010','2011','2012'}&amp;gt;}[FPE]))&amp;gt;=.9*sum({1 &amp;lt;[Classification]={"1"}, [Entry Cohort]={'2010','2011','2012'}&amp;gt;} [FPE])/ SUM ({1&amp;lt;[Entry Cohort]={'2010','2011','2012'}&amp;gt;}[FPE])), rgb(0,255,0)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately Visual Cues won't work as I would like this to work with particular expression (and I have a few expressions in the chart).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Apr 2016 20:49:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/10-lower-higher-Text-colour-or-Background-Colour-in-Expression/m-p/1050146#M352609</guid>
      <dc:creator />
      <dc:date>2016-04-04T20:49:28Z</dc:date>
    </item>
    <item>
      <title>Re: 10% lower/higher - Text colour or Background Colour in Expression</title>
      <link>https://community.qlik.com/t5/QlikView/10-lower-higher-Text-colour-or-Background-Colour-in-Expression/m-p/1050147#M352610</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;Ewa Wszelaka wrote:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Thanks Nicole for your reply...Shouldn't it be slightly different (the second part of the formula)?:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;if(sum(Sales1)&amp;lt;=.9*sum(Sales2), rgb(255,0,0),&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;if(sum(Sales1)&lt;STRONG&gt;&amp;gt;=.9*&lt;/STRONG&gt;sum(Sales2), rgb(0,255,0)))&lt;/P&gt;

&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I think the way that I originally had it is the way you want it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, if sum(Sales1) = 80 and sum(Sales2) = 100, you would want to color sum(Sales1) as red because it is 10% lower: 80 &amp;lt;= 0.9*100 = true, which would result in red.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, if sum(Sales1) = 100 and sum(Sales2) = 90, you would want to color sum(Sales1) as green because it is 10% higher: 100*0.9 &amp;gt;= 90 = true, which would result in green. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you were to do it your way, it would be backwards, i.e., &lt;SPAN style="font-size: 13.3333px;"&gt;if sum(Sales1) = 90 and sum(Sales2) = 100, you would want to color sum(Sales1) as red because it is 10% lower, but you would actually color it green because of your calculation: 90 &amp;gt;= 100*0.9 = true, which would result in green.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;Ewa Wszelaka wrote:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;I'm trying the above but it doesn't seem to work (Error in Expression), perhaps something to do with typing ".9"? Or perhaps it somewhere misses a bracket or a comma?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;The expressions work fine with other charts, so I don;t think it's an issue with expressions, but more of comma/bracket issue. I would be grateful for looking at the below.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;if(sum({&amp;lt;[Classification]={"1"}, [Entry Cohort]={'2010','2011','2012'}&amp;gt;} [FPE])/ SUM ({&amp;lt;[Entry Cohort]={'2010','2011','2012'}&amp;gt;}[FPE]))&amp;lt;=.9*sum({1 &amp;lt;[Classification]={"1"}, [Entry Cohort]={'2010','2011','2012'}&amp;gt;} [FPE])/ SUM ({1&amp;lt;[Entry Cohort]={'2010','2011','2012'}&amp;gt;}[FPE])), rgb(255,0,0),&lt;/P&gt;
&lt;P&gt;if(sum({&amp;lt;[Classification]={"1"}, [Entry Cohort]={'2010','2011','2012'}&amp;gt;} [FPE])/ SUM ({&amp;lt;[Entry Cohort]={'2010','2011','2012'}&amp;gt;}[FPE]))&amp;gt;=.9*sum({1 &amp;lt;[Classification]={"1"}, [Entry Cohort]={'2010','2011','2012'}&amp;gt;} [FPE])/ SUM ({1&amp;lt;[Entry Cohort]={'2010','2011','2012'}&amp;gt;}[FPE])), rgb(0,255,0)))&lt;/P&gt;

&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Typing ".9" should not result in an error.&amp;nbsp; You have 16 closing parentheses but only 12 opening ones, so that's probably the issue.&amp;nbsp; The following should fix it:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(sum({&amp;lt;[Classification]={"1"}, [Entry Cohort]={'2010','2011','2012'}&amp;gt;} [FPE])/ SUM ({&amp;lt;[Entry Cohort]={'2010','2011','2012'}&amp;gt;}[FPE])&amp;lt;=.9*sum({1 &amp;lt;[Classification]={"1"}, [Entry Cohort]={'2010','2011','2012'}&amp;gt;} [FPE])/ SUM ({1&amp;lt;[Entry Cohort]={'2010','2011','2012'}&amp;gt;}[FPE]), rgb(255,0,0),&lt;/P&gt;&lt;P&gt;if(sum({&amp;lt;[Classification]={"1"}, [Entry Cohort]={'2010','2011','2012'}&amp;gt;} [FPE])/ SUM ({&amp;lt;[Entry Cohort]={'2010','2011','2012'}&amp;gt;}[FPE])*.9&amp;gt;=sum({1 &amp;lt;[Classification]={"1"}, [Entry Cohort]={'2010','2011','2012'}&amp;gt;} [FPE])/ SUM ({1&amp;lt;[Entry Cohort]={'2010','2011','2012'}&amp;gt;}[FPE]), rgb(0,255,0)))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Apr 2016 21:23:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/10-lower-higher-Text-colour-or-Background-Colour-in-Expression/m-p/1050147#M352610</guid>
      <dc:creator>Nicole-Smith</dc:creator>
      <dc:date>2016-04-04T21:23:27Z</dc:date>
    </item>
    <item>
      <title>Re: 10% lower/higher - Text colour or Background Colour in Expression</title>
      <link>https://community.qlik.com/t5/QlikView/10-lower-higher-Text-colour-or-Background-Colour-in-Expression/m-p/1050148#M352611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nicole&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are amazing! The formula seems to work!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm still struggling to understand the second part of the formula. I can tell why my suggestion would not work.&lt;/P&gt;&lt;P&gt;However, I am not convinced wither about the suggested second part of the formula.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Because eventually I would like to calculate 10% higher and 10% lower than Sales 2 and compare this to Sales 1 I think it should be in fact:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(sum(Sales1)&amp;lt;=.9*sum(Sales2), rgb(255,0,0),&lt;/P&gt;&lt;P&gt; if(sum(Sales1)&lt;STRONG&gt;&amp;gt;=1.1*&lt;/STRONG&gt;sum(Sales2), rgb(0,255,0)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this way I can calculate 10% lower than Sales2(.9*Sales2) and 10% higher than Sales2 (1.1*Sales2) and compare it to Sales 1 accordingly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I multiple .9*Sales1, I don't think I get what I need.&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;Ewa&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Apr 2016 07:47:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/10-lower-higher-Text-colour-or-Background-Colour-in-Expression/m-p/1050148#M352611</guid>
      <dc:creator />
      <dc:date>2016-04-05T07:47:52Z</dc:date>
    </item>
    <item>
      <title>Re: 10% lower/higher - Text colour or Background Colour in Expression</title>
      <link>https://community.qlik.com/t5/QlikView/10-lower-higher-Text-colour-or-Background-Colour-in-Expression/m-p/1050149#M352612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying the below, but all fields become lime green including those below 10% &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;. Is there anything else missing or is it in fact the calculation? I tried your original suggestion but it didn't seem to work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(sum({&amp;lt;[Classification]={"1"}, [Entry Cohort]={'2010','2011','2012'}&amp;gt;} [FPE])/ SUM ({&amp;lt;[Entry Cohort]={'2010','2011','2012'}&amp;gt;}[FPE])&lt;STRONG&gt;&amp;lt;=.9*&lt;/STRONG&gt;sum({1 &amp;lt;[Classification]={'P'}, [latest]={'latest'},[Outcome]={'COMPLETE'},[Entry Cohort]={'2010','2011','2012'}&amp;gt;} [FPE])/ SUM ({1&amp;lt;[Entry Cohort]={'2010','2011','2012'},[Classification]={'1','2A','2B','3','P'},[latest]={'latest'},[Outcome]={'COMPLETE'}&amp;gt;}[FPE]), rgb(255,0,0), if(sum({&amp;lt;[Classification]={"1"}, [Entry Cohort]={'2010','2011','2012'}&amp;gt;} [FPE])/ SUM ({&amp;lt;[Entry Cohort]={'2010','2011','2012'}&amp;gt;}[FPE])&lt;STRONG&gt;&amp;gt;=1.1&lt;/STRONG&gt;*sum({1 &amp;lt;[Classification]={'P'}, [latest]={'latest'},[Outcome]={'COMPLETE'},[Entry Cohort]={'2010','2011','2012'}&amp;gt;} [FPE])/ SUM ({1&amp;lt;[Entry Cohort]={'2010','2011','2012'},[Classification]={'1','2A','2B','3','P'},[latest]={'latest'},[Outcome]={'COMPLETE'}&amp;gt;}[FPE]), rgb(0,255,0)))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Apr 2016 15:19:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/10-lower-higher-Text-colour-or-Background-Colour-in-Expression/m-p/1050149#M352612</guid>
      <dc:creator />
      <dc:date>2016-04-05T15:19:21Z</dc:date>
    </item>
    <item>
      <title>Re: 10% lower/higher - Text colour or Background Colour in Expression</title>
      <link>https://community.qlik.com/t5/QlikView/10-lower-higher-Text-colour-or-Background-Colour-in-Expression/m-p/1050150#M352613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;sum(Sales1)*.9&amp;gt;=sum(Sales2) and &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;sum(Sales1)&lt;/SPAN&gt;&amp;gt;=1.1&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;*&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;sum(Sales2) are equivalent, so using either would work.&amp;nbsp; If it's easier for you to understand the latter, then just use that one.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Apr 2016 16:23:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/10-lower-higher-Text-colour-or-Background-Colour-in-Expression/m-p/1050150#M352613</guid>
      <dc:creator>Nicole-Smith</dc:creator>
      <dc:date>2016-04-05T16:23:27Z</dc:date>
    </item>
    <item>
      <title>Re: 10% lower/higher - Text colour or Background Colour in Expression</title>
      <link>https://community.qlik.com/t5/QlikView/10-lower-higher-Text-colour-or-Background-Colour-in-Expression/m-p/1050151#M352614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you post a sample file?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-1290"&gt;Preparing examples for Upload - Reduction and Data Scrambling&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Apr 2016 16:51:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/10-lower-higher-Text-colour-or-Background-Colour-in-Expression/m-p/1050151#M352614</guid>
      <dc:creator>Nicole-Smith</dc:creator>
      <dc:date>2016-04-05T16:51:47Z</dc:date>
    </item>
    <item>
      <title>Re: 10% lower/higher - Text colour or Background Colour in Expression</title>
      <link>https://community.qlik.com/t5/QlikView/10-lower-higher-Text-colour-or-Background-Colour-in-Expression/m-p/1050152#M352615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Nicole. See attached. I hope that's clear,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you get to the Expression for "1" in the chart properties and Background colour you will see the discussed formula.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The tab has got some actions assigned (Select in Field) that I wouldn't remove, as I need them (Entry cohort/latest/lates/outcome/classification). I left the Current Selection box so that you are aware of this. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hence in the formula for background colour, my set analysis for the college (which is Sales2) has got all the conditions... I hope this makes sense.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can't wait to find out whether there is a way around it! It would be so useful!&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;Ewa&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Apr 2016 18:12:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/10-lower-higher-Text-colour-or-Background-Colour-in-Expression/m-p/1050152#M352615</guid>
      <dc:creator />
      <dc:date>2016-04-05T18:12:36Z</dc:date>
    </item>
    <item>
      <title>Re: 10% lower/higher - Text colour or Background Colour in Expression</title>
      <link>https://community.qlik.com/t5/QlikView/10-lower-higher-Text-colour-or-Background-Colour-in-Expression/m-p/1050153#M352616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;According to what you're calculating, they should all be green.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I took the two expressions that you're comparing and adding them to separate columns.&amp;nbsp; In every case, Comp1 is &amp;gt;10% higher than Comp2, hence why they're all green.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE bgcolor="#ffffff" border="1" cellpadding="2" cellspacing="0" style="font-size: 9pt;"&gt;&lt;TBODY&gt;&lt;TR bgcolor="#f5f5f5"&gt;&lt;TH nowrap="nowrap"&gt;&lt;SPAN style="color: #363636;"&gt;&lt;STRONG&gt;Disability general&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/TH&gt;&lt;TH nowrap="nowrap"&gt;&lt;SPAN style="color: #363636;"&gt;&lt;STRONG&gt;Entry Cohort&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/TH&gt;&lt;TH&gt;&lt;SPAN style="color: #363636;"&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/TH&gt;&lt;TH nowrap="nowrap"&gt;&lt;SPAN style="color: #363636;"&gt;&lt;STRONG&gt;Comp1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/TH&gt;&lt;TH nowrap="nowrap"&gt;&lt;SPAN style="color: #363636;"&gt;&lt;STRONG&gt;Comp2&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR bgcolor="#f5f5f5"&gt;&lt;TD bgcolor="#f5f5f5"&gt;&lt;/TD&gt;&lt;TD bgcolor="#f5f5f5"&gt;&lt;/TD&gt;&lt;TD bgcolor="#00ff00"&gt;&lt;STRONG&gt;23% &lt;/STRONG&gt;&lt;/TD&gt;&lt;TD bgcolor="#f5f5f5"&gt;&lt;STRONG&gt;0.2255 &lt;/STRONG&gt;&lt;/TD&gt;&lt;TD bgcolor="#f5f5f5"&gt;&lt;STRONG&gt;0.0093 &lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffffff"&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;Disability&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;2010&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#00ff00"&gt;&lt;SPAN style="color: #363636;"&gt;16%&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;0.1591&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;0.0221&lt;/SPAN&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffffff"&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;Disability&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;2011&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#00ff00"&gt;&lt;SPAN style="color: #363636;"&gt;22%&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;0.2205&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;0.0163&lt;/SPAN&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffffff"&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;Disability&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;2012&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#00ff00"&gt;&lt;SPAN style="color: #363636;"&gt;16%&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;0.1603&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;0.0068&lt;/SPAN&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffffff"&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;No disability&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;2010&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#00ff00"&gt;&lt;SPAN style="color: #363636;"&gt;23%&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;0.2292&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;0.0061&lt;/SPAN&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffffff"&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;No disability&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;2011&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#00ff00"&gt;&lt;SPAN style="color: #363636;"&gt;24%&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;0.2415&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;0.0069&lt;/SPAN&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffffff"&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;No disability&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;2012&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#00ff00"&gt;&lt;SPAN style="color: #363636;"&gt;22%&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;0.2211&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;0.0140&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Apr 2016 18:24:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/10-lower-higher-Text-colour-or-Background-Colour-in-Expression/m-p/1050153#M352616</guid>
      <dc:creator>Nicole-Smith</dc:creator>
      <dc:date>2016-04-05T18:24:44Z</dc:date>
    </item>
    <item>
      <title>Re: 10% lower/higher - Text colour or Background Colour in Expression</title>
      <link>https://community.qlik.com/t5/QlikView/10-lower-higher-Text-colour-or-Background-Colour-in-Expression/m-p/1050154#M352617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I assumeComp1 is College level. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This means that the second part of my expression might not be sinking in correctly, as the figures should be different... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The column "1" has got correct values for "Science".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As I am trying to compare Comp1 (College) to e.g. Science, I am trying to create an expression for the whole college (so Science+Arts+Management+External) for the same conditions that are used in the tab as Actions "Select in Field".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So for No disability students the College level would be:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="370"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="20" style="font-size: 11.0pt; color: black; font-weight: bold; font-family: Calibri; border-top: none; border-right: none; border-bottom: .5pt solid #9BC2E6; border-left: none; background: #DDEBF7;" width="142"&gt;Row Labels&lt;/TD&gt;&lt;TD align="right" class="xl66" style="font-size: 11.0pt; color: black; font-weight: bold; font-family: Calibri; border-top: none; border-right: none; border-bottom: .5pt solid #9BC2E6; border-left: none; background: #DDEBF7;" width="114"&gt;2010&lt;/TD&gt;&lt;TD align="right" class="xl66" style="font-size: 11.0pt; color: black; font-weight: bold; font-family: Calibri; border-top: none; border-right: none; border-bottom: .5pt solid #9BC2E6; border-left: none; background: #DDEBF7;" width="57"&gt;2011&lt;/TD&gt;&lt;TD align="right" class="xl66" style="font-size: 11.0pt; color: black; font-weight: bold; font-family: Calibri; border-top: none; border-right: none; border-bottom: .5pt solid #9BC2E6; border-left: none; background: #DDEBF7;" width="57"&gt;2012&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20"&gt;1&lt;/TD&gt;&lt;TD align="right" class="xl67"&gt;20.0%&lt;/TD&gt;&lt;TD align="right" class="xl67"&gt;22.4%&lt;/TD&gt;&lt;TD align="right" class="xl67"&gt;&lt;P&gt;22.0%&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And for disability students it would be:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="370"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="20" style="font-size: 11.0pt; color: black; font-weight: bold; font-family: Calibri; border-top: none; border-right: none; border-bottom: .5pt solid #9BC2E6; border-left: none; background: #DDEBF7;" width="142"&gt;Row Labels&lt;/TD&gt;&lt;TD align="right" class="xl66" style="font-size: 11.0pt; color: black; font-weight: bold; font-family: Calibri; border-top: none; border-right: none; border-bottom: .5pt solid #9BC2E6; border-left: none; background: #DDEBF7;" width="114"&gt;2010&lt;/TD&gt;&lt;TD align="right" class="xl66" style="font-size: 11.0pt; color: black; font-weight: bold; font-family: Calibri; border-top: none; border-right: none; border-bottom: .5pt solid #9BC2E6; border-left: none; background: #DDEBF7;" width="57"&gt;2011&lt;/TD&gt;&lt;TD align="right" class="xl66" style="font-size: 11.0pt; color: black; font-weight: bold; font-family: Calibri; border-top: none; border-right: none; border-bottom: .5pt solid #9BC2E6; border-left: none; background: #DDEBF7;" width="57"&gt;2012&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20"&gt;1&lt;/TD&gt;&lt;TD align="right" class="xl67"&gt;18.2%&lt;/TD&gt;&lt;TD align="right" class="xl67"&gt;21.2%&lt;/TD&gt;&lt;TD align="right" class="xl67"&gt;15.6%&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Disability 2010, Science would be red.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas why this is the case? It might have something to do with the set analysis I guess, or a number of conditions I've got?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot for your time and help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Apr 2016 18:46:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/10-lower-higher-Text-colour-or-Background-Colour-in-Expression/m-p/1050154#M352617</guid>
      <dc:creator />
      <dc:date>2016-04-05T18:46:50Z</dc:date>
    </item>
    <item>
      <title>Re: 10% lower/higher - Text colour or Background Colour in Expression</title>
      <link>https://community.qlik.com/t5/QlikView/10-lower-higher-Text-colour-or-Background-Colour-in-Expression/m-p/1050155#M352618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think this might be what you want:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(sum({&amp;lt;[Classification]={"1"}, [Entry Cohort]={'2010','2011','2012'}&amp;gt;} [FPE])/ SUM ({&amp;lt;[Entry Cohort]={'2010','2011','2012'}&amp;gt;}[FPE])&amp;lt;=.9*sum({&amp;lt;[Classification]={"1"}, [Entry Cohort]={'2010','2011','2012'},Faculty=&amp;gt;} [FPE])/ SUM ({&amp;lt;[Entry Cohort]={'2010','2011','2012'},Faculty=&amp;gt;}[FPE]), rgb(255,0,0),&lt;/P&gt;&lt;P&gt;if(sum({&amp;lt;[Classification]={"1"}, [Entry Cohort]={'2010','2011','2012'}&amp;gt;} [FPE])/ SUM ({&amp;lt;[Entry Cohort]={'2010','2011','2012'}&amp;gt;}[FPE])&amp;gt;=1.1*sum({&amp;lt;[Classification]={"1"}, [Entry Cohort]={'2010','2011','2012'},Faculty=&amp;gt;} [FPE])/ SUM ({&amp;lt;[Entry Cohort]={'2010','2011','2012'},Faculty=&amp;gt;}[FPE]), rgb(0,255,0)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The "Sales2" part of the expression was changed to: &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;sum({&amp;lt;[Classification]={"1"}, [Entry Cohort]={'2010','2011','2012'},Faculty=&amp;gt;} [FPE])/ SUM ({&amp;lt;[Entry Cohort]={'2010','2011','2012'},Faculty=&amp;gt;}[FPE])&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used the same expression that you're using to calculate the "Science" portion but ignored any selections in the "Science" field ("Faculty").&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You had the 1 in there which was ignoring selections in everything, but maybe that's not what you actually wanted to do?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Apr 2016 19:24:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/10-lower-higher-Text-colour-or-Background-Colour-in-Expression/m-p/1050155#M352618</guid>
      <dc:creator>Nicole-Smith</dc:creator>
      <dc:date>2016-04-05T19:24:58Z</dc:date>
    </item>
    <item>
      <title>Re: 10% lower/higher - Text colour or Background Colour in Expression</title>
      <link>https://community.qlik.com/t5/QlikView/10-lower-higher-Text-colour-or-Background-Colour-in-Expression/m-p/1050156#M352619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nicole, you are a star! I cannot express how much I appreciate your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is working!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks very much&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ewa&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Apr 2016 07:36:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/10-lower-higher-Text-colour-or-Background-Colour-in-Expression/m-p/1050156#M352619</guid>
      <dc:creator />
      <dc:date>2016-04-06T07:36:03Z</dc:date>
    </item>
    <item>
      <title>Re: 10% lower/higher - Text colour or Background Colour in Expression</title>
      <link>https://community.qlik.com/t5/QlikView/10-lower-higher-Text-colour-or-Background-Colour-in-Expression/m-p/1050157#M352620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nicole, thanks again for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've just realised that the formula only works if I select a faculty, but it doesn't work when I select a department or a programme).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way of creating a formula where the second part of the formula (Sales2) always calculates the College level (which is all faculties) and interacts with Faculty, Department and Programme level?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Apr 2016 10:38:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/10-lower-higher-Text-colour-or-Background-Colour-in-Expression/m-p/1050157#M352620</guid>
      <dc:creator />
      <dc:date>2016-04-06T10:38:27Z</dc:date>
    </item>
    <item>
      <title>Re: 10% lower/higher - Text colour or Background Colour in Expression</title>
      <link>https://community.qlik.com/t5/QlikView/10-lower-higher-Text-colour-or-Background-Colour-in-Expression/m-p/1050158#M352621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So you also want to ignore selections in Department and Programme?&amp;nbsp; You would just add them in like we did Faculty as fields to ignore selections in:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;sum({&amp;lt;[Classification]={"1"}, [Entry Cohort]={'2010','2011','2012'},Faculty=,Department=,Programme=&amp;gt;} [FPE])/ SUM ({&amp;lt;[Entry Cohort]={'2010','2011','2012'},Faculty=&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;,Department=,Programme=&lt;/SPAN&gt;&amp;gt;}[FPE])&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Apr 2016 14:35:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/10-lower-higher-Text-colour-or-Background-Colour-in-Expression/m-p/1050158#M352621</guid>
      <dc:creator>Nicole-Smith</dc:creator>
      <dc:date>2016-04-06T14:35:15Z</dc:date>
    </item>
    <item>
      <title>Re: 10% lower/higher - Text colour or Background Colour in Expression</title>
      <link>https://community.qlik.com/t5/QlikView/10-lower-higher-Text-colour-or-Background-Colour-in-Expression/m-p/1050159#M352622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nicole, I think this is it, as when I select Department and Programme, the colouring seems to be working!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for all my basic questions, I am quite new to Qlikview.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am very grateful for all your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ewa&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Apr 2016 15:19:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/10-lower-higher-Text-colour-or-Background-Colour-in-Expression/m-p/1050159#M352622</guid>
      <dc:creator />
      <dc:date>2016-04-06T15:19:51Z</dc:date>
    </item>
  </channel>
</rss>

