<?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: Color when an undefined value is there in a cell in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Color-when-an-undefined-value-is-there-in-a-cell/m-p/654511#M1072923</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi try this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(C&amp;lt;0.2,red(),if(C&amp;gt;=0.2 and C&amp;lt;0.25,RGB(255,191,0),if(C&amp;lt;=0.25, Green(),if(C='' or C=null(), Yellow()))))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If possible please attach the sample App&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Manideep&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Aug 2014 10:34:16 GMT</pubDate>
    <dc:creator>manideep78</dc:creator>
    <dc:date>2014-08-11T10:34:16Z</dc:date>
    <item>
      <title>Color when an undefined value is there in a cell</title>
      <link>https://community.qlik.com/t5/QlikView/Color-when-an-undefined-value-is-there-in-a-cell/m-p/654510#M1072922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a pivot table where expression C = A/B; when B=0, it shows '-'. Its perfectly fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want background color of the cell based on values of C..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if C&amp;lt;20%, red,&lt;/P&gt;&lt;P&gt;if 20%&amp;lt;=C&amp;lt;25%, Amber,&lt;/P&gt;&lt;P&gt;if C&amp;lt;=25%, Green,&lt;/P&gt;&lt;P&gt;if Undefined, Yellow,&lt;/P&gt;&lt;P&gt;I used the following expression -&lt;/P&gt;&lt;P&gt;=if(C&amp;lt;.2,red(),if(C&amp;gt;=.25,green(),if((C&amp;gt;=.2 and C&amp;lt;.25),rgb(255,183,255),yellow()))).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Two problems I am facing :-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Amber color is not proper, actually for that I want to use {rgb(255,183,255) hsl(200,240,206)}...but, am not able to use both ?&lt;/P&gt;&lt;P&gt;2. For undefined values, its not putting in Yellow..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea ??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Aug 2014 09:29:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-when-an-undefined-value-is-there-in-a-cell/m-p/654510#M1072922</guid>
      <dc:creator />
      <dc:date>2014-08-11T09:29:00Z</dc:date>
    </item>
    <item>
      <title>Re: Color when an undefined value is there in a cell</title>
      <link>https://community.qlik.com/t5/QlikView/Color-when-an-undefined-value-is-there-in-a-cell/m-p/654511#M1072923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi try this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(C&amp;lt;0.2,red(),if(C&amp;gt;=0.2 and C&amp;lt;0.25,RGB(255,191,0),if(C&amp;lt;=0.25, Green(),if(C='' or C=null(), Yellow()))))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If possible please attach the sample App&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Manideep&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Aug 2014 10:34:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-when-an-undefined-value-is-there-in-a-cell/m-p/654511#M1072923</guid>
      <dc:creator>manideep78</dc:creator>
      <dc:date>2014-08-11T10:34:16Z</dc:date>
    </item>
    <item>
      <title>Re: Color when an undefined value is there in a cell</title>
      <link>https://community.qlik.com/t5/QlikView/Color-when-an-undefined-value-is-there-in-a-cell/m-p/654512#M1072924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The Yellow stuff is not working..actually, the value is not null rather it is undefined and tht's why, its not getting the condition for Yellow..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Aug 2014 10:41:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-when-an-undefined-value-is-there-in-a-cell/m-p/654512#M1072924</guid>
      <dc:creator />
      <dc:date>2014-08-11T10:41:44Z</dc:date>
    </item>
    <item>
      <title>Re: Color when an undefined value is there in a cell</title>
      <link>https://community.qlik.com/t5/QlikView/Color-when-an-undefined-value-is-there-in-a-cell/m-p/654513#M1072925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(C = '-',yellow())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--Singh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Aug 2014 10:45:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-when-an-undefined-value-is-there-in-a-cell/m-p/654513#M1072925</guid>
      <dc:creator />
      <dc:date>2014-08-11T10:45:28Z</dc:date>
    </item>
    <item>
      <title>Re: Color when an undefined value is there in a cell</title>
      <link>https://community.qlik.com/t5/QlikView/Color-when-an-undefined-value-is-there-in-a-cell/m-p/654514#M1072926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you please give me the sample App&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Aug 2014 10:45:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-when-an-undefined-value-is-there-in-a-cell/m-p/654514#M1072926</guid>
      <dc:creator>manideep78</dc:creator>
      <dc:date>2014-08-11T10:45:59Z</dc:date>
    </item>
    <item>
      <title>Re: Color when an undefined value is there in a cell</title>
      <link>https://community.qlik.com/t5/QlikView/Color-when-an-undefined-value-is-there-in-a-cell/m-p/654515#M1072927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Try putting Yellow on Else condition..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;something like...&lt;BR /&gt;If(C&amp;lt;0.2,red(),if(C&amp;gt;=0.2 and C&amp;lt;0.25,RGB(255,191,0),if(C&amp;gt;0.25, Green(),Yellow()))))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or what&amp;nbsp; Angad Singh suggested.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt; Dawar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Aug 2014 10:49:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-when-an-undefined-value-is-there-in-a-cell/m-p/654515#M1072927</guid>
      <dc:creator />
      <dc:date>2014-08-11T10:49:46Z</dc:date>
    </item>
    <item>
      <title>Re: Color when an undefined value is there in a cell</title>
      <link>https://community.qlik.com/t5/QlikView/Color-when-an-undefined-value-is-there-in-a-cell/m-p/654516#M1072928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If(C&amp;lt;0.2,red(),if(C&amp;gt;=0.2 and C&amp;lt;0.25,RGB(255,191,0),if(C&amp;lt;=0.25, Green(),if(C='-' , Yellow()))))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;OR&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;If(C&amp;lt;0.2,red(),if(C&amp;gt;=0.2 and C&amp;lt;0.25,RGB(255,191,0),if(C&amp;lt;=0.25, Green(),Yellow())))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Aug 2014 10:51:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-when-an-undefined-value-is-there-in-a-cell/m-p/654516#M1072928</guid>
      <dc:creator>manideep78</dc:creator>
      <dc:date>2014-08-11T10:51:55Z</dc:date>
    </item>
    <item>
      <title>Re: Color when an undefined value is there in a cell</title>
      <link>https://community.qlik.com/t5/QlikView/Color-when-an-undefined-value-is-there-in-a-cell/m-p/654517#M1072929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI&lt;/P&gt;&lt;P&gt;Please see below code I have used in the background of the expression&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;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;ColorA&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)/&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;ColorB&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;))&amp;lt;0.2,&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;red&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(),&lt;BR /&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: #0000ff; font-size: 8pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;ColorA&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)/&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;ColorB&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;))&amp;gt;=0.2 &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;and&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;ColorA&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)/&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;ColorB&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;))&amp;lt;0.25, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;rgb&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(255,183,255),&lt;BR /&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: #0000ff; font-size: 8pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;ColorA&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)/&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;ColorB&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;))&amp;gt;=0.25, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Green&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(),&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Yellow&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;()))) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;IMG alt="Color.GIF.gif" class="jive-image" src="https://community.qlik.com/legacyfs/online/64140_Color.GIF.gif" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Padma&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Aug 2014 11:51:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-when-an-undefined-value-is-there-in-a-cell/m-p/654517#M1072929</guid>
      <dc:creator>qlikoqlik</dc:creator>
      <dc:date>2014-08-11T11:51:17Z</dc:date>
    </item>
    <item>
      <title>Re: Color when an undefined value is there in a cell</title>
      <link>https://community.qlik.com/t5/QlikView/Color-when-an-undefined-value-is-there-in-a-cell/m-p/654518#M1072930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can u try in case of Pivot ?..Yellow stuff is still not working for me ..:-(&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Aug 2014 16:30:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-when-an-undefined-value-is-there-in-a-cell/m-p/654518#M1072930</guid>
      <dc:creator />
      <dc:date>2014-08-11T16:30:47Z</dc:date>
    </item>
    <item>
      <title>Re: Color when an undefined value is there in a cell</title>
      <link>https://community.qlik.com/t5/QlikView/Color-when-an-undefined-value-is-there-in-a-cell/m-p/654519#M1072931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vimal&lt;/P&gt;&lt;P&gt;It is working for me on Pivot table as well&lt;/P&gt;&lt;P&gt;if you can give me some sample data on excel I can try&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Color.GIF.gif" class="jive-image" src="https://community.qlik.com/legacyfs/online/64309_Color.GIF.gif" /&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Padma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Aug 2014 11:50:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-when-an-undefined-value-is-there-in-a-cell/m-p/654519#M1072931</guid>
      <dc:creator>qlikoqlik</dc:creator>
      <dc:date>2014-08-13T11:50:33Z</dc:date>
    </item>
  </channel>
</rss>

