<?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 Change background cell color  in the chart table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Change-background-cell-color-in-the-chart-table/m-p/203477#M60795</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;are you sure you wrote the expression in the expanded part of the expression (push the '+') called 'Background color'?&lt;/P&gt;&lt;P&gt;Just writing this in the normal expression wont work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Sep 2010 16:26:30 GMT</pubDate>
    <dc:creator>tabletuner</dc:creator>
    <dc:date>2010-09-16T16:26:30Z</dc:date>
    <item>
      <title>Change background cell color  in the chart table</title>
      <link>https://community.qlik.com/t5/QlikView/Change-background-cell-color-in-the-chart-table/m-p/203474#M60792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have an expression to change background color of a cell on&lt;/P&gt;&lt;P&gt;=If([Technology Status]='AAA',lightgreen()) -&lt;/P&gt;&lt;P&gt;works fine but I do have multiple statuses so I want to color them in different colors.&lt;/P&gt;&lt;P&gt;Such as:&lt;/P&gt;&lt;P&gt;=If([Technology Status]='XYZ',lightblue()) and&lt;/P&gt;&lt;P&gt;=If([Technology Status]='xxx',red()) and so on&lt;/P&gt;&lt;P&gt;How do I use nested if or is there any better way? Thanks, yury&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Sep 2010 00:01:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-background-cell-color-in-the-chart-table/m-p/203474#M60792</guid>
      <dc:creator />
      <dc:date>2010-09-16T00:01:48Z</dc:date>
    </item>
    <item>
      <title>Change background cell color  in the chart table</title>
      <link>https://community.qlik.com/t5/QlikView/Change-background-cell-color-in-the-chart-table/m-p/203475#M60793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't have access to QV at the moment but dont forget how the 'if' statement is constructed:&lt;/P&gt;&lt;P&gt;if (conditional statement, true, false)&lt;/P&gt;&lt;P&gt;so you nest an if like:&lt;/P&gt;&lt;P&gt;If([Technology Status]='AAA',lightgreen(), If([Technology Status]='XYZ',lightblue(), if (......)))&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gordon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Sep 2010 00:19:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-background-cell-color-in-the-chart-table/m-p/203475#M60793</guid>
      <dc:creator />
      <dc:date>2010-09-16T00:19:14Z</dc:date>
    </item>
    <item>
      <title>Change background cell color  in the chart table</title>
      <link>https://community.qlik.com/t5/QlikView/Change-background-cell-color-in-the-chart-table/m-p/203476#M60794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried this, does not work, even the first if stoped working.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Sep 2010 16:07:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-background-cell-color-in-the-chart-table/m-p/203476#M60794</guid>
      <dc:creator />
      <dc:date>2010-09-16T16:07:36Z</dc:date>
    </item>
    <item>
      <title>Change background cell color  in the chart table</title>
      <link>https://community.qlik.com/t5/QlikView/Change-background-cell-color-in-the-chart-table/m-p/203477#M60795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;are you sure you wrote the expression in the expanded part of the expression (push the '+') called 'Background color'?&lt;/P&gt;&lt;P&gt;Just writing this in the normal expression wont work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Sep 2010 16:26:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-background-cell-color-in-the-chart-table/m-p/203477#M60795</guid>
      <dc:creator>tabletuner</dc:creator>
      <dc:date>2010-09-16T16:26:30Z</dc:date>
    </item>
    <item>
      <title>Change background cell color  in the chart table</title>
      <link>https://community.qlik.com/t5/QlikView/Change-background-cell-color-in-the-chart-table/m-p/203478#M60796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, it is an expression of a Background color&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Sep 2010 16:34:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-background-cell-color-in-the-chart-table/m-p/203478#M60796</guid>
      <dc:creator />
      <dc:date>2010-09-16T16:34:18Z</dc:date>
    </item>
    <item>
      <title>Change background cell color  in the chart table</title>
      <link>https://community.qlik.com/t5/QlikView/Change-background-cell-color-in-the-chart-table/m-p/203479#M60797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ypritzke, look at my piece of code. It works fine to me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;&lt;/CODE&gt;&lt;/P&gt;&lt;PRE&gt;if( Status = 'Completed',&lt;BR /&gt; green(),&lt;BR /&gt; if( Status = 'Completed with warning',&lt;BR /&gt; yellow(),&lt;BR /&gt; if( Status = 'Completed with errors',&lt;BR /&gt; red(),&lt;BR /&gt; if( Status = 'Not planned',&lt;BR /&gt; RGB(255,100,0),// arancione&lt;BR /&gt; if( Status = 'Not started',&lt;BR /&gt; red(),&lt;BR /&gt; white()&lt;BR /&gt; )&lt;BR /&gt; )&lt;BR /&gt; )&lt;BR /&gt; )&lt;BR /&gt; )&lt;BR /&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Sep 2010 16:36:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-background-cell-color-in-the-chart-table/m-p/203479#M60797</guid>
      <dc:creator>googel84</dc:creator>
      <dc:date>2010-09-16T16:36:23Z</dc:date>
    </item>
    <item>
      <title>Change background cell color  in the chart table</title>
      <link>https://community.qlik.com/t5/QlikView/Change-background-cell-color-in-the-chart-table/m-p/203480#M60798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you. it worked. I did not have very last altrenative like white() in your case&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Sep 2010 16:48:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-background-cell-color-in-the-chart-table/m-p/203480#M60798</guid>
      <dc:creator />
      <dc:date>2010-09-16T16:48:25Z</dc:date>
    </item>
    <item>
      <title>Change background cell color  in the chart table</title>
      <link>https://community.qlik.com/t5/QlikView/Change-background-cell-color-in-the-chart-table/m-p/203481#M60799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well done. I liked it.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;A href="http://premieresapconsultants.com/ERP_Consulting.html" target="_blank" title="http://premieresapconsultants.com/ERP_Consulting.html"&gt;ERP Consulting&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://premieresapconsultants.com/ERP_Consulting.html" target="_blank" title="http://premieresapconsultants.com/ERP_Consulting.html"&gt;SAP ERP Consultants&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Sep 2010 17:07:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-background-cell-color-in-the-chart-table/m-p/203481#M60799</guid>
      <dc:creator />
      <dc:date>2010-09-16T17:07:09Z</dc:date>
    </item>
    <item>
      <title>Change background cell color  in the chart table</title>
      <link>https://community.qlik.com/t5/QlikView/Change-background-cell-color-in-the-chart-table/m-p/203482#M60800</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Another option:&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;pick(match("Technology Status",'AAA' ,'XYZ' ,'xxx',...)&lt;BR /&gt; lightgreen(),lightblue(),red(),...)&lt;/P&gt;&lt;P&gt;And another:&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;StatusColors:&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;Technology Status,R,G,B&lt;BR /&gt;AAA,50,255,50&lt;BR /&gt;XYZ,50,50,255&lt;BR /&gt;xxx,200,0,0&lt;BR /&gt;...&lt;BR /&gt;];&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;rgb(R,G,B)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Sep 2010 19:47:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-background-cell-color-in-the-chart-table/m-p/203482#M60800</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2010-09-16T19:47:59Z</dc:date>
    </item>
    <item>
      <title>Re: Change background cell color  in the chart table</title>
      <link>https://community.qlik.com/t5/QlikView/Change-background-cell-color-in-the-chart-table/m-p/203483#M60801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John,&lt;/P&gt;&lt;P&gt;I am interested in your inline table for background coloring. I have a large table of activities which need to have a different color for every activity ( fixed colors by activities ), and using nested if in the expression causes the app to run very very slow . I guess your solution of the inline table in the script will make the app to run better. What expression do you enter for the background color ? just this one ?: =RGB(R,G,B) ?&lt;/P&gt;&lt;P&gt;THANKS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 Jun 2017 15:46:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-background-cell-color-in-the-chart-table/m-p/203483#M60801</guid>
      <dc:creator>quiquehm</dc:creator>
      <dc:date>2017-06-04T15:46:48Z</dc:date>
    </item>
    <item>
      <title>Re: Change background cell color  in the chart table</title>
      <link>https://community.qlik.com/t5/QlikView/Change-background-cell-color-in-the-chart-table/m-p/203484#M60802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Enrique,&lt;/P&gt;&lt;P&gt;You must write the name of the color field. In my exemple below, the name of the field color is JudgColor.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;JudgmentsColors:&lt;/P&gt;&lt;P&gt;LOAD *&lt;/P&gt;&lt;P&gt;,rgb(R,G,B) as &lt;STRONG&gt;JudgColor&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;INLINE [&lt;/P&gt;&lt;P&gt;Judgments,R,G,B&lt;/P&gt;&lt;P&gt;critical,255,28,28&lt;/P&gt;&lt;P&gt;major,&amp;nbsp; 255,255,45&lt;/P&gt;&lt;P&gt;minor,0,128,255&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" height="218" src="https://community.qlik.com/legacyfs/online/165724_pastedImage_1.png" style="width: 564px; height: 218.231px;" width="564" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 Jun 2017 16:22:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-background-cell-color-in-the-chart-table/m-p/203484#M60802</guid>
      <dc:creator>sergio0592</dc:creator>
      <dc:date>2017-06-04T16:22:03Z</dc:date>
    </item>
    <item>
      <title>Re: Change background cell color  in the chart table</title>
      <link>https://community.qlik.com/t5/QlikView/Change-background-cell-color-in-the-chart-table/m-p/203485#M60803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Jean ! I tried it and it works perfect !&lt;/P&gt;&lt;P&gt;rgds&lt;/P&gt;&lt;P&gt;Enrique&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jun 2017 19:58:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-background-cell-color-in-the-chart-table/m-p/203485#M60803</guid>
      <dc:creator>quiquehm</dc:creator>
      <dc:date>2017-06-07T19:58:05Z</dc:date>
    </item>
  </channel>
</rss>

