<?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 How to colour same cell values in straight table? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-colour-same-cell-values-in-straight-table/m-p/979831#M968122</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;Would it be possible to colour same cell values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is column &lt;STRONG&gt;Status&lt;/STRONG&gt; in straight table with values as below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Service&lt;/P&gt;&lt;P&gt;Audit&lt;/P&gt;&lt;P&gt;Development&lt;/P&gt;&lt;P&gt;IT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need the straight table show complete row values with colour Green wherever the Status value='Service'. in the same way Red when Status='Red'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please can anyone suggest me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 18 Sep 2015 11:04:53 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-09-18T11:04:53Z</dc:date>
    <item>
      <title>How to colour same cell values in straight table?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-colour-same-cell-values-in-straight-table/m-p/979831#M968122</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;Would it be possible to colour same cell values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is column &lt;STRONG&gt;Status&lt;/STRONG&gt; in straight table with values as below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Service&lt;/P&gt;&lt;P&gt;Audit&lt;/P&gt;&lt;P&gt;Development&lt;/P&gt;&lt;P&gt;IT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need the straight table show complete row values with colour Green wherever the Status value='Service'. in the same way Red when Status='Red'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please can anyone suggest me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Sep 2015 11:04:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-colour-same-cell-values-in-straight-table/m-p/979831#M968122</guid>
      <dc:creator />
      <dc:date>2015-09-18T11:04:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to colour same cell values in straight table?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-colour-same-cell-values-in-straight-table/m-p/979832#M968123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;goto Expression Status and click on "+"&lt;/P&gt;&lt;P&gt;select textcolor or Background color&lt;/P&gt;&lt;P&gt;and enter&lt;/P&gt;&lt;P&gt;if (Status='Service', red())&lt;/P&gt;&lt;P&gt;or you can define any Color using rgb code instead of red()&lt;/P&gt;&lt;P&gt;&amp;nbsp; advice: use variable which holds rgb code in that case&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Sep 2015 11:15:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-colour-same-cell-values-in-straight-table/m-p/979832#M968123</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-18T11:15:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to colour same cell values in straight table?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-colour-same-cell-values-in-straight-table/m-p/979833#M968124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;for all dimensions and expressions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=pick(match(Service, 'Service','Audit','Development', 'IT'), green(), red())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/99346_1.png" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Sep 2015 11:24:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-colour-same-cell-values-in-straight-table/m-p/979833#M968124</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-09-18T11:24:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to colour same cell values in straight table?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-colour-same-cell-values-in-straight-table/m-p/979834#M968125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks. Worked.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Sep 2015 12:00:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-colour-same-cell-values-in-straight-table/m-p/979834#M968125</guid>
      <dc:creator />
      <dc:date>2015-09-18T12:00:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to colour same cell values in straight table?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-colour-same-cell-values-in-straight-table/m-p/979835#M968126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Sep 2015 12:04:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-colour-same-cell-values-in-straight-table/m-p/979835#M968126</guid>
      <dc:creator />
      <dc:date>2015-09-18T12:04:10Z</dc:date>
    </item>
  </channel>
</rss>

