<?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: Set Color of Background Based on Value in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-Color-of-Background-Based-on-Value/m-p/381673#M571413</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;Can you provide the data in excel file, please.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Aug 2012 10:36:00 GMT</pubDate>
    <dc:creator>Gabriel</dc:creator>
    <dc:date>2012-08-29T10:36:00Z</dc:date>
    <item>
      <title>Set Color of Background Based on Value</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Color-of-Background-Based-on-Value/m-p/381670#M571410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;QV Community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am hoping that someone could help me with a question about setting colors in charts/tables based on a value. Specificlly, I have a straight table and want to set the color of the backgroup for the expression based on the calculated value. I know I can use some "IF"statements to do this but to be honest I am tired of having to do this for each place where I am calculating this particular value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Can you refer to an aggragation by using the name of the label? &lt;/P&gt;&lt;P&gt;IF(sum(value1)/sum(2) &amp;gt;= 1 and sum(value1)/sum(2) &amp;lt;= 10,rgb(255,0,0),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(sum(value1)/sum(2) &amp;gt;= 11 and sum(value1)/sum(2) &amp;lt;= 20, rgb(1,1,1) , rgb(1,2,3)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OR could I....&lt;/P&gt;&lt;P&gt;IF([LABEL]&amp;gt;= 1 and []LABEL &amp;lt;= 10,rgb(255,0,0),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if([LABEL] &amp;gt;= 11 and [LABEL] &amp;lt;= 20, rgb(1,1,1) , rgb(1,2,3)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a hand full of statistics that I have to do this for so if there anything out there in the form of a template or reference that can provide an easier way to do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Aug 2012 19:12:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Color-of-Background-Based-on-Value/m-p/381670#M571410</guid>
      <dc:creator>villegasi03</dc:creator>
      <dc:date>2012-08-28T19:12:32Z</dc:date>
    </item>
    <item>
      <title>Re: Set Color of Background Based on Value</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Color-of-Background-Based-on-Value/m-p/381671#M571411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can assign your complex expresion to some variable. For example exValueColor.&lt;/P&gt;&lt;P&gt;And than use $(exValueColor) instead of all that complex expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where the value of exValueColor is&amp;nbsp; an expression &lt;STRONG&gt;without leading '='&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its very useful method to store color expressions (like rgb(1,1,1)). Otherwise its realy hard to change colors if you have dozens of expressions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From one side you have the same simple expression everywhere, from the other - you will soon forget what expression was stored in the variable.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Aug 2012 19:47:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Color-of-Background-Based-on-Value/m-p/381671#M571411</guid>
      <dc:creator>whiteline</dc:creator>
      <dc:date>2012-08-28T19:47:40Z</dc:date>
    </item>
    <item>
      <title>Re: Set Color of Background Based on Value</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Color-of-Background-Based-on-Value/m-p/381672#M571412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pass me the file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2012 08:20:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Color-of-Background-Based-on-Value/m-p/381672#M571412</guid>
      <dc:creator />
      <dc:date>2012-08-29T08:20:05Z</dc:date>
    </item>
    <item>
      <title>Re: Set Color of Background Based on Value</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Color-of-Background-Based-on-Value/m-p/381673#M571413</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;Can you provide the data in excel file, please.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2012 10:36:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Color-of-Background-Based-on-Value/m-p/381673#M571413</guid>
      <dc:creator>Gabriel</dc:creator>
      <dc:date>2012-08-29T10:36:00Z</dc:date>
    </item>
    <item>
      <title>Re: Set Color of Background Based on Value</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Color-of-Background-Based-on-Value/m-p/381674#M571414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Villegas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find the attached file. hope it ll help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Arun.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2012 10:52:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Color-of-Background-Based-on-Value/m-p/381674#M571414</guid>
      <dc:creator />
      <dc:date>2012-08-29T10:52:42Z</dc:date>
    </item>
    <item>
      <title>Re: Set Color of Background Based on Value</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Color-of-Background-Based-on-Value/m-p/381675#M571415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Qvarunprasadh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Exactly what I was looking for thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2012 12:18:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Color-of-Background-Based-on-Value/m-p/381675#M571415</guid>
      <dc:creator>villegasi03</dc:creator>
      <dc:date>2012-08-29T12:18:04Z</dc:date>
    </item>
    <item>
      <title>Re: Set Color of Background Based on Value</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Color-of-Background-Based-on-Value/m-p/381676#M571416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can anyone post te expression please i'm searching the same thing, i can't open the file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gerd Neumann&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Nov 2015 13:37:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Color-of-Background-Based-on-Value/m-p/381676#M571416</guid>
      <dc:creator />
      <dc:date>2015-11-17T13:37:25Z</dc:date>
    </item>
  </channel>
</rss>

