<?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 highlight NULL-valued cells in dimension in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-highlight-NULL-valued-cells-in-dimension/m-p/979185#M647012</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have used IsNull(Field_Name)&lt;/P&gt;&lt;P&gt;It works only if no filters applied.&lt;/P&gt;&lt;P&gt;=if(isnull([Клиент CRM]), rgb(225, 45, 45))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 01 Oct 2015 14:44:33 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-10-01T14:44:33Z</dc:date>
    <item>
      <title>How to highlight NULL-valued cells in dimension</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-highlight-NULL-valued-cells-in-dimension/m-p/979182#M647009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I highlight NULL-valued cells in dimension of Straight table?&lt;/P&gt;&lt;P&gt;For example how can I process dimension cell value in background color expression?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Oct 2015 13:34:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-highlight-NULL-valued-cells-in-dimension/m-p/979182#M647009</guid>
      <dc:creator />
      <dc:date>2015-10-01T13:34:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to highlight NULL-valued cells in dimension</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-highlight-NULL-valued-cells-in-dimension/m-p/979183#M647010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe something like :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if ( not len( [YourField] &amp;gt; 0 , red())&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Oct 2015 13:38:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-highlight-NULL-valued-cells-in-dimension/m-p/979183#M647010</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-01T13:38:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to highlight NULL-valued cells in dimension</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-highlight-NULL-valued-cells-in-dimension/m-p/979184#M647011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or: If(IsNull(Field_Name), ColorFunction())&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Oct 2015 13:43:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-highlight-NULL-valued-cells-in-dimension/m-p/979184#M647011</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2015-10-01T13:43:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to highlight NULL-valued cells in dimension</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-highlight-NULL-valued-cells-in-dimension/m-p/979185#M647012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have used IsNull(Field_Name)&lt;/P&gt;&lt;P&gt;It works only if no filters applied.&lt;/P&gt;&lt;P&gt;=if(isnull([Клиент CRM]), rgb(225, 45, 45))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Oct 2015 14:44:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-highlight-NULL-valued-cells-in-dimension/m-p/979185#M647012</guid>
      <dc:creator />
      <dc:date>2015-10-01T14:44:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to highlight NULL-valued cells in dimension</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-highlight-NULL-valued-cells-in-dimension/m-p/979186#M647013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have something similar in one app and is working, maybe in some conditions it stops working, mine was a simple straight table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you upload a sample? I'm curious to know when it stops working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway you can try the solution proposed by Bill, just close the Len():&lt;/P&gt;&lt;P&gt;&lt;EM&gt;if ( not len( [YourField]&lt;STRONG&gt;)&lt;/STRONG&gt; &amp;gt; 0 , red())&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Oct 2015 14:55:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-highlight-NULL-valued-cells-in-dimension/m-p/979186#M647013</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2015-10-01T14:55:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to highlight NULL-valued cells in dimension</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-highlight-NULL-valued-cells-in-dimension/m-p/979187#M647014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ooops!! Thanks &lt;STRONG style="font-size: 11.7px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&lt;A href="https://community.qlik.com/people/RubenMarin"&gt;RubenMarin&lt;/A&gt; for mending my typo, them brackets can be slippery blighters.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Oct 2015 15:05:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-highlight-NULL-valued-cells-in-dimension/m-p/979187#M647014</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-01T15:05:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to highlight NULL-valued cells in dimension</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-highlight-NULL-valued-cells-in-dimension/m-p/979188#M647015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See project attached.&lt;/P&gt;&lt;P&gt;You can select someting in field Curr.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Oct 2015 15:46:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-highlight-NULL-valued-cells-in-dimension/m-p/979188#M647015</guid>
      <dc:creator />
      <dc:date>2015-10-01T15:46:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to highlight NULL-valued cells in dimension</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-highlight-NULL-valued-cells-in-dimension/m-p/979189#M647016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have got Set Analysis in your 2 expressions to force them to override the manual selections for &lt;EM&gt;Curr&lt;/EM&gt; to select&lt;EM&gt; r&lt;/EM&gt; &amp;amp; &lt;EM&gt;u&lt;/EM&gt; respectively.&amp;nbsp; So your manual selections will never work properly and things will generally be messed up&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try using a Pivot Table adding &lt;EM&gt;Curr&lt;/EM&gt; as a dimension and with just one expression to sum &lt;EM&gt;Val&lt;/EM&gt;, Always Fully Expanded with the &lt;EM&gt;Curr&lt;/EM&gt; Dimension dragged from the left to the top.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hard to explain in writing.............. see attached.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Oct 2015 17:09:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-highlight-NULL-valued-cells-in-dimension/m-p/979189#M647016</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-01T17:09:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to highlight NULL-valued cells in dimension</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-highlight-NULL-valued-cells-in-dimension/m-p/979190#M647017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your work!&lt;/P&gt;&lt;P&gt;It was helpful.&lt;/P&gt;&lt;P&gt;But the question "how can I process dimension cell value in background color expression?" still not answered.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Oct 2015 07:55:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-highlight-NULL-valued-cells-in-dimension/m-p/979190#M647017</guid>
      <dc:creator />
      <dc:date>2015-10-05T07:55:55Z</dc:date>
    </item>
  </channel>
</rss>

