<?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: how to color empty cells? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/how-to-color-empty-cells/m-p/509168#M481623</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In a pivot table or straigth table chart you can do it like this:&lt;/P&gt;&lt;P&gt;Enable the grid and right click a cell and use Custom Format Cell to set the default background to yellow.&lt;/P&gt;&lt;P&gt;Next, open the charts properties window, go to the expressions tab and click on the + sign in front of the expression. Select background color and enter &lt;EM&gt;white()&lt;/EM&gt; as expression.&lt;/P&gt;&lt;P&gt;That will give cells with a value a white background color while the other cells will have a yellow background. See attached example.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Oct 2013 15:02:39 GMT</pubDate>
    <dc:creator>Gysbert_Wassenaar</dc:creator>
    <dc:date>2013-10-03T15:02:39Z</dc:date>
    <item>
      <title>how to color empty cells?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-color-empty-cells/m-p/509164#M481619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good Day,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how do I color empty cells in a table dynamically?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example: yellow coloring null fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Oct 2013 14:50:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-color-empty-cells/m-p/509164#M481619</guid>
      <dc:creator />
      <dc:date>2013-10-03T14:50:08Z</dc:date>
    </item>
    <item>
      <title>Re: how to color empty cells?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-color-empty-cells/m-p/509165#M481620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Expand your expression &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/plus.png" /&gt; e look for Background Color&lt;/P&gt;&lt;P&gt;=if(IsNull(yourfield or expression),Yellow())&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Oct 2013 14:54:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-color-empty-cells/m-p/509165#M481620</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2013-10-03T14:54:44Z</dc:date>
    </item>
    <item>
      <title>Re: how to color empty cells?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-color-empty-cells/m-p/509166#M481621</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;In the expressions tab, double click on your expression&lt;/P&gt;&lt;P&gt;You will see several items, one of them is&lt;STRONG&gt; Background color&lt;/STRONG&gt; : enter a definition (an expression) to color the cell&lt;/P&gt;&lt;P&gt;sth like ; if my expression is null then yellow&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fabrice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Oct 2013 14:55:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-color-empty-cells/m-p/509166#M481621</guid>
      <dc:creator />
      <dc:date>2013-10-03T14:55:34Z</dc:date>
    </item>
    <item>
      <title>Re: how to color empty cells?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-color-empty-cells/m-p/509167#M481622</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;Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression -&amp;gt; Background color&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=If(IsNull(Expression) , Yellow(), Green())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// Here expression represents something like sum(sales)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Oct 2013 14:57:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-color-empty-cells/m-p/509167#M481622</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2013-10-03T14:57:01Z</dc:date>
    </item>
    <item>
      <title>Re: how to color empty cells?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-color-empty-cells/m-p/509168#M481623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In a pivot table or straigth table chart you can do it like this:&lt;/P&gt;&lt;P&gt;Enable the grid and right click a cell and use Custom Format Cell to set the default background to yellow.&lt;/P&gt;&lt;P&gt;Next, open the charts properties window, go to the expressions tab and click on the + sign in front of the expression. Select background color and enter &lt;EM&gt;white()&lt;/EM&gt; as expression.&lt;/P&gt;&lt;P&gt;That will give cells with a value a white background color while the other cells will have a yellow background. See attached example.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Oct 2013 15:02:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-color-empty-cells/m-p/509168#M481623</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-10-03T15:02:39Z</dc:date>
    </item>
  </channel>
</rss>

