<?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 Background Color? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Background-Color/m-p/1247593#M395366</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 an expression and will like to add a background color based on the result of that expression. How can I do it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I mean I need that the field is set to Red if value is higher than 0.5 and green if it's lower than 0.5.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please advise. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Feb 2017 14:33:41 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-02-22T14:33:41Z</dc:date>
    <item>
      <title>Background Color?</title>
      <link>https://community.qlik.com/t5/QlikView/Background-Color/m-p/1247593#M395366</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 an expression and will like to add a background color based on the result of that expression. How can I do it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I mean I need that the field is set to Red if value is higher than 0.5 and green if it's lower than 0.5.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please advise. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2017 14:33:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Background-Color/m-p/1247593#M395366</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-22T14:33:41Z</dc:date>
    </item>
    <item>
      <title>Re: Background Color?</title>
      <link>https://community.qlik.com/t5/QlikView/Background-Color/m-p/1247594#M395367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Try like below from your background color of your expression. &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Field &amp;gt; 0.5, Red(), If(Field &amp;lt; 0.5, Green())&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Or&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Field&amp;gt;0.5, Red(), Green())&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2017 14:36:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Background-Color/m-p/1247594#M395367</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-02-22T14:36:07Z</dc:date>
    </item>
    <item>
      <title>Re: Background Color?</title>
      <link>https://community.qlik.com/t5/QlikView/Background-Color/m-p/1247595#M395368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I mean, the expression is a field calculated that is a percentage, what should be the field that I should use? or it will works if I use the name of the expression?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2017 14:41:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Background-Color/m-p/1247595#M395368</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-22T14:41:38Z</dc:date>
    </item>
    <item>
      <title>Re: Background Color?</title>
      <link>https://community.qlik.com/t5/QlikView/Background-Color/m-p/1247596#M395369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you need to use the whole expression or you can use expression label&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2017 14:52:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Background-Color/m-p/1247596#M395369</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-02-22T14:52:07Z</dc:date>
    </item>
    <item>
      <title>Re: Background Color?</title>
      <link>https://community.qlik.com/t5/QlikView/Background-Color/m-p/1247597#M395370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, something is not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to have all the pair months on grey, but also will like to have an specific color the expression is higher than 0.5 and another one if the expression is lower than 0.5.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is what I am trying:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;mod&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Month&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,2)=0, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;RGB&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(128,130,133)) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;or&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Escalation Request Rate]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &amp;gt; 0.05, RBG('RED'), RGB (Green)) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;What am I doing wrong?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2017 15:08:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Background-Color/m-p/1247597#M395370</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-22T15:08:07Z</dc:date>
    </item>
    <item>
      <title>Re: Background Color?</title>
      <link>https://community.qlik.com/t5/QlikView/Background-Color/m-p/1247598#M395371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here i am assuming month is in Number format&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #000000; font-style: inherit; font-size: 10pt; font-family: inherit; font-weight: inherit;"&gt;&lt;STRONG&gt;if&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 10pt;"&gt;&lt;STRONG&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;mod&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;Month&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;,2)=0, &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;RGB&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;(128,130,133) &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;or&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;[Escalation Request Rate]&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-style: inherit; font-size: 10pt; font-family: inherit; font-weight: inherit;"&gt;&lt;STRONG&gt; &amp;gt; 0.05, RED(), Green())&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #000000; font-style: inherit; font-size: 10pt; font-family: inherit; font-weight: inherit;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #000000; font-style: inherit; font-size: 10pt; font-family: inherit; font-weight: inherit;"&gt;&lt;STRONG&gt;Or&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #000000; font-style: inherit; font-size: 10pt; font-family: inherit; font-weight: inherit;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #000000; font-style: inherit; font-size: 10pt; font-family: inherit; font-weight: inherit;"&gt;&lt;STRONG&gt;&lt;SPAN style="color: #000000; font-style: inherit; font-size: 10pt; font-family: inherit; font-weight: inherit;"&gt;&lt;STRONG&gt;if&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;mod&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;Month&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;,2)=0, &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;RGB&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;(128,130,133),If(Sum(&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;[Escalation Request Rate])&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-style: inherit; font-size: 10pt; font-family: inherit; font-weight: inherit;"&gt;&lt;STRONG&gt; &amp;gt; 0.05, RED(), Green()))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2017 15:21:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Background-Color/m-p/1247598#M395371</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-02-22T15:21:37Z</dc:date>
    </item>
    <item>
      <title>Re: Background Color?</title>
      <link>https://community.qlik.com/t5/QlikView/Background-Color/m-p/1247599#M395372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is &lt;SPAN style="color: #800000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10.6667px;"&gt;[Escalation Request Rate]&lt;/SPAN&gt; your expression or expression label here?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2017 15:26:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Background-Color/m-p/1247599#M395372</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-02-22T15:26:10Z</dc:date>
    </item>
    <item>
      <title>Re: Background Color?</title>
      <link>https://community.qlik.com/t5/QlikView/Background-Color/m-p/1247600#M395373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, Escalation Request Rate is a field that will display percentage, however the expression is not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have removed the first part &lt;SPAN style="color: #000000; font-family: inherit; font-size: 10pt; font-style: inherit; font-weight: inherit;"&gt;&lt;STRONG&gt;if&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 10pt;"&gt;&lt;STRONG&gt;&lt;SPAN style="font-family: inherit; font-style: inherit;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="font-family: inherit; font-style: inherit;"&gt;mod&lt;/SPAN&gt;&lt;SPAN style="font-family: inherit; font-style: inherit;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-family: inherit; font-style: inherit;"&gt;Month&lt;/SPAN&gt;&lt;SPAN style="font-family: inherit; font-style: inherit;"&gt;,2)=0, &lt;/SPAN&gt;&lt;SPAN style="font-family: inherit; font-style: inherit;"&gt;RGB&lt;/SPAN&gt;&lt;SPAN style="font-family: inherit; font-style: inherit;"&gt;(128,130,133) &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I am still not getting the right colors.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Escalation Request Rate]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &amp;gt; 0.05, RED(), Green()) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;I am seeing records in green where Escalation Request Rate is higher than 0.5%&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2017 15:34:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Background-Color/m-p/1247600#M395373</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-22T15:34:13Z</dc:date>
    </item>
    <item>
      <title>Re: Background Color?</title>
      <link>https://community.qlik.com/t5/QlikView/Background-Color/m-p/1247601#M395374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would you be able to share a screenshot of your chart and your background expression?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2017 15:35:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Background-Color/m-p/1247601#M395374</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-02-22T15:35:14Z</dc:date>
    </item>
    <item>
      <title>Re: Background Color?</title>
      <link>https://community.qlik.com/t5/QlikView/Background-Color/m-p/1247602#M395375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The background expression is &lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Escalation Request Rate]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &amp;gt; 0.05, RED(), Green()) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&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/154087_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;As you can see the first 6 records are OK, but the seventh is not.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2017 15:42:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Background-Color/m-p/1247602#M395375</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-22T15:42:19Z</dc:date>
    </item>
    <item>
      <title>Re: Background Color?</title>
      <link>https://community.qlik.com/t5/QlikView/Background-Color/m-p/1247603#M395376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try some thing like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Num(sum([Escalation Request Rate]),'#,##0.00%')&amp;gt;Num('0.05%'), Red(), Green())&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(sum([Escalation Request Rate])&amp;gt;Num('0.05%'), Red(), Green()) //Here, You should go to number tab and fixed it to % with Fixed To Two decimals for &lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2017 16:13:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Background-Color/m-p/1247603#M395376</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-02-22T16:13:12Z</dc:date>
    </item>
    <item>
      <title>Re: Background Color?</title>
      <link>https://community.qlik.com/t5/QlikView/Background-Color/m-p/1247604#M395377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's weird, still not working. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2017 17:05:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Background-Color/m-p/1247604#M395377</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-22T17:05:29Z</dc:date>
    </item>
    <item>
      <title>Re: Background Color?</title>
      <link>https://community.qlik.com/t5/QlikView/Background-Color/m-p/1247605#M395378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would you be able to share a sample?&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;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-16454"&gt;Uploading a Sample&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2017 17:07:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Background-Color/m-p/1247605#M395378</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-02-22T17:07:19Z</dc:date>
    </item>
    <item>
      <title>Re: Background Color?</title>
      <link>https://community.qlik.com/t5/QlikView/Background-Color/m-p/1247606#M395379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I cannot share it, but I won't use the background colors then, thank's all for their efforts. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2017 17:14:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Background-Color/m-p/1247606#M395379</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-22T17:14:32Z</dc:date>
    </item>
    <item>
      <title>Re: Background Color?</title>
      <link>https://community.qlik.com/t5/QlikView/Background-Color/m-p/1247607#M395380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you expecting this in Listbox? &lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;&lt;STRONG&gt;but I won't use the background colors then, .&lt;/STRONG&gt; &lt;SPAN class="emoticon-inline emoticon_happy" style="height: 16px; width: 16px;"&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;What does that mean? Where you are trying this? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2017 17:27:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Background-Color/m-p/1247607#M395380</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-02-22T17:27:18Z</dc:date>
    </item>
    <item>
      <title>Re: Background Color?</title>
      <link>https://community.qlik.com/t5/QlikView/Background-Color/m-p/1247608#M395381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[Escalation Request Rate]&lt;/STRONG&gt; a numeric or text field? You should make sure it is numeric (possibly wrap it in a dual to create numeric part)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also 0.69% is less that 5%, so perhaps you should use 0.005 as you cut off point.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2017 17:27:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Background-Color/m-p/1247608#M395381</guid>
      <dc:creator>tcullinane</dc:creator>
      <dc:date>2017-02-22T17:27:33Z</dc:date>
    </item>
    <item>
      <title>Re: Background Color?</title>
      <link>https://community.qlik.com/t5/QlikView/Background-Color/m-p/1247609#M395382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You're right Thomas, I am using&amp;nbsp; &lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Escalation Request Rate]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &amp;gt; 0.05, RED(), Green()) &lt;/SPAN&gt;, so 0,69% should be lower than 0,05 or am I wrong?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, in the expression's section I have the Escalation Request Rate like text representation, but I am not seeing any other type that I can use as number or something like that. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2017 18:46:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Background-Color/m-p/1247609#M395382</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-22T18:46:20Z</dc:date>
    </item>
    <item>
      <title>Re: Background Color?</title>
      <link>https://community.qlik.com/t5/QlikView/Background-Color/m-p/1247610#M395383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, I expected this in a Straight table, but for some reason the expression in the background color is not working. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2017 20:19:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Background-Color/m-p/1247610#M395383</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-22T20:19:50Z</dc:date>
    </item>
    <item>
      <title>Re: Background Color?</title>
      <link>https://community.qlik.com/t5/QlikView/Background-Color/m-p/1247611#M395384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So why is it incorrect that it is green in you above example?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To check that your field is actually numeric go to the number property tab in your straight table and untick show in % on the [Escalation Request Rate] field or change the decimal places shown.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Feb 2017 10:49:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Background-Color/m-p/1247611#M395384</guid>
      <dc:creator>tcullinane</dc:creator>
      <dc:date>2017-02-23T10:49:37Z</dc:date>
    </item>
    <item>
      <title>Re: Background Color?</title>
      <link>https://community.qlik.com/t5/QlikView/Background-Color/m-p/1247612#M395385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try the below expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if([Escalation Request Rate]&amp;gt;5/100,Red(),Green())&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Feb 2017 11:24:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Background-Color/m-p/1247612#M395385</guid>
      <dc:creator>sumitjadhav</dc:creator>
      <dc:date>2017-02-23T11:24:14Z</dc:date>
    </item>
  </channel>
</rss>

