<?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 Color only specific column in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Color-only-specific-column/m-p/979777#M334526</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I would like to color only the last column of kW in the following table.&lt;/P&gt;&lt;P&gt;I use the expression-&amp;nbsp; if( KW&amp;lt;0.6*(Before(KW))and KW&amp;lt;&amp;gt;0,Yellow(150),if( KW&amp;gt;=1.4*Before(KW),green(150),if(KW=0,red(100))))&lt;/P&gt;&lt;P&gt;but as you can see it colors all the columns of kW.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/108441_Capture.JPG" style="height: 119px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Dec 2015 11:48:21 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-12-09T11:48:21Z</dc:date>
    <item>
      <title>Color only specific column</title>
      <link>https://community.qlik.com/t5/QlikView/Color-only-specific-column/m-p/979777#M334526</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I would like to color only the last column of kW in the following table.&lt;/P&gt;&lt;P&gt;I use the expression-&amp;nbsp; if( KW&amp;lt;0.6*(Before(KW))and KW&amp;lt;&amp;gt;0,Yellow(150),if( KW&amp;gt;=1.4*Before(KW),green(150),if(KW=0,red(100))))&lt;/P&gt;&lt;P&gt;but as you can see it colors all the columns of kW.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/108441_Capture.JPG" style="height: 119px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Dec 2015 11:48:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-only-specific-column/m-p/979777#M334526</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-09T11:48:21Z</dc:date>
    </item>
    <item>
      <title>Re: Color only specific column</title>
      <link>https://community.qlik.com/t5/QlikView/Color-only-specific-column/m-p/979778#M334527</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;You need to add another condition to select the last column:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;if(&lt;STRONG&gt;[&lt;EM&gt;solar_field_installation...&lt;/EM&gt;]='Dec-215' AND&lt;/STRONG&gt; KW&amp;lt;0.6*(Before(KW))and KW&amp;lt;&amp;gt;0,Yellow(150),if( KW&amp;gt;=1.4*Before(KW),green(150),if(KW=0,red(100))))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Replace &lt;/SPAN&gt;&lt;EM style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;solar_field_installation... &lt;/EM&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;with the real field name of the chart dimension.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;If you need something more dynamic than a hard-coded value like Dec-2015 then perhaps something like Max(Total [&lt;EM&gt;solar_field_installation...&lt;/EM&gt;]) will work.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Dec 2015 16:00:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-only-specific-column/m-p/979778#M334527</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-12-12T16:00:19Z</dc:date>
    </item>
  </channel>
</rss>

