<?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: Change cell color in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Change-cell-color/m-p/1423550#M820700</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have a look at tab "Visual Cues"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 18 Aug 2017 08:01:55 GMT</pubDate>
    <dc:creator>stabben23</dc:creator>
    <dc:date>2017-08-18T08:01:55Z</dc:date>
    <item>
      <title>Change cell color</title>
      <link>https://community.qlik.com/t5/QlikView/Change-cell-color/m-p/1423549#M820699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hey all ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can change a cell color in a pivot table based on Conditions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example: If (a&amp;gt;b, Red, a&amp;lt;b, Yellow).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope you can help&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-cell-color/m-p/1423549#M820699</guid>
      <dc:creator>mario-sarkis</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Change cell color</title>
      <link>https://community.qlik.com/t5/QlikView/Change-cell-color/m-p/1423550#M820700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have a look at tab "Visual Cues"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Aug 2017 08:01:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-cell-color/m-p/1423550#M820700</guid>
      <dc:creator>stabben23</dc:creator>
      <dc:date>2017-08-18T08:01:55Z</dc:date>
    </item>
    <item>
      <title>Re: Change cell color</title>
      <link>https://community.qlik.com/t5/QlikView/Change-cell-color/m-p/1423551#M820701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;right click on cell -&amp;gt;custom format cell -&amp;gt; background color-&amp;gt;calculated-&amp;gt;right Expression like &lt;/P&gt;&lt;P&gt;if(a&amp;gt;b,Red(),Yellow())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Aug 2017 08:02:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-cell-color/m-p/1423551#M820701</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2017-08-18T08:02:36Z</dc:date>
    </item>
    <item>
      <title>Re: Change cell color</title>
      <link>https://community.qlik.com/t5/QlikView/Change-cell-color/m-p/1423552#M820702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(a&amp;gt;b, Red(), If(a&amp;lt;b, Yellow(), LightCyan())&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Aug 2017 08:27:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-cell-color/m-p/1423552#M820702</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-08-18T08:27:47Z</dc:date>
    </item>
    <item>
      <title>Re: Change cell color</title>
      <link>https://community.qlik.com/t5/QlikView/Change-cell-color/m-p/1423553#M820703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Use Expression-&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 10pt;"&gt;if(a&amp;gt;b , red(),&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;STRONG&gt;if(a&amp;lt;b, yellow(), black()))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which background color you want to change -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) only dimension?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Select Dimension expand + sign and your condition&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) &lt;SPAN style="font-size: 13.3333px;"&gt;only Expression?&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Select Dimension expand + sign and your condition&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;OR using Visual ques option &lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;3) You can right click on chart properties and go to custom format cell and based on your above condition add background.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Aug 2017 11:52:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-cell-color/m-p/1423553#M820703</guid>
      <dc:creator>neha_shirsath</dc:creator>
      <dc:date>2017-08-18T11:52:15Z</dc:date>
    </item>
  </channel>
</rss>

