<?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 display only null values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-display-only-null-values/m-p/871513#M304672</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create a Chart. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use ID, DES, STYLE and NUMBER as dimmentions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use RES as expression like that:&lt;/P&gt;&lt;P&gt;Only({&amp;lt;ID=E({&amp;lt;STYLE={"*"}&amp;gt;})&amp;gt;}RES)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Jun 2015 12:45:34 GMT</pubDate>
    <dc:creator>sebastiandperei</dc:creator>
    <dc:date>2015-06-22T12:45:34Z</dc:date>
    <item>
      <title>How to display only null values</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-only-null-values/m-p/871506#M304665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;i want to display only null values in front end level and through script as well.&lt;/P&gt;&lt;P&gt;see below data i have this way:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Sample1.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/90261_Sample1.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;my output is below way:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Sample.JPG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/90262_Sample.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;i need in script and Frontenac as well&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Regards&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Munna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jun 2015 10:18:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-only-null-values/m-p/871506#M304665</guid>
      <dc:creator>Srinivas</dc:creator>
      <dc:date>2015-06-22T10:18:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to display only null values</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-only-null-values/m-p/871507#M304666</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;Load *, If(Len(Trim(STYLE)), 0, 1) as StyleNull from datasource;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In front end,&lt;/P&gt;&lt;P&gt;Add dimension as ID, DES, Number and Region&lt;/P&gt;&lt;P&gt;= Only({&amp;lt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;StyleNull = {1}&lt;/SPAN&gt;&amp;gt;}Style)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jun 2015 10:23:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-only-null-values/m-p/871507#M304666</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2015-06-22T10:23:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to display only null values</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-only-null-values/m-p/871508#M304667</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 this in your script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Data:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;ID&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;DES&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;If&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;IsNull&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;STYLE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) ,'Null',&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;STYLE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;AS&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;STYLE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&amp;nbsp; //Change 'Null' to whatever you want to display&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;NUMBER&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;REGION &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;FROM SourceFile;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jun 2015 11:54:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-only-null-values/m-p/871508#M304667</guid>
      <dc:creator>Gabriel</dc:creator>
      <dc:date>2015-06-22T11:54:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to display only null values</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-only-null-values/m-p/871509#M304668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Try this,&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Data:&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;LOAD *,&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;if( isnull(&lt;SPAN style="color: #800000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10.6666669845581px;"&gt;STYLE) or len(trim(&lt;SPAN style="color: #800000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10.6666669845581px;"&gt;STYLE))=0 ,1,0) as FlagNull&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="color: #800000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10.6666669845581px;"&gt;FROM SOURCE&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Null:&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;noconcatenate&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;load *&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;resident Data&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;where FlagNull=1;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;drop table &lt;SPAN style="font-size: 13.3333330154419px;"&gt;Data;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jun 2015 12:17:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-only-null-values/m-p/871509#M304668</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2015-06-22T12:17:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to display only null values</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-only-null-values/m-p/871510#M304669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mayil,&lt;/P&gt;&lt;P&gt;I need this code front end only, why because i don't have reload option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Regards&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Munna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jun 2015 12:20:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-only-null-values/m-p/871510#M304669</guid>
      <dc:creator>Srinivas</dc:creator>
      <dc:date>2015-06-22T12:20:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to display only null values</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-only-null-values/m-p/871511#M304670</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 style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;In front end,&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;Add dimension as ID, DES, Number and Region&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;= Only({&amp;lt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;Style -={'*'}&lt;/SPAN&gt;&amp;gt;}Style)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jun 2015 12:21:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-only-null-values/m-p/871511#M304670</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2015-06-22T12:21:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to display only null values</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-only-null-values/m-p/871512#M304671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;Try Like This&lt;/P&gt;&lt;P&gt;load if(Len(Your Fileld)&amp;gt;=0,'-',1) as Null;&lt;/P&gt;&lt;P&gt;In front end Use the same field .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jun 2015 12:32:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-only-null-values/m-p/871512#M304671</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-22T12:32:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to display only null values</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-only-null-values/m-p/871513#M304672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create a Chart. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use ID, DES, STYLE and NUMBER as dimmentions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use RES as expression like that:&lt;/P&gt;&lt;P&gt;Only({&amp;lt;ID=E({&amp;lt;STYLE={"*"}&amp;gt;})&amp;gt;}RES)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jun 2015 12:45:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-only-null-values/m-p/871513#M304672</guid>
      <dc:creator>sebastiandperei</dc:creator>
      <dc:date>2015-06-22T12:45:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to display only null values</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-only-null-values/m-p/871514#M304673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;In Expression try like this :&lt;/P&gt;&lt;P&gt;If(Len(STYLE) = 0, ' '),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Find the sample Attachment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jun 2015 13:19:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-only-null-values/m-p/871514#M304673</guid>
      <dc:creator>d_koti24</dc:creator>
      <dc:date>2015-06-22T13:19:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to display only null values</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-only-null-values/m-p/871515#M304674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can try like this also.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: monospace; font-size: 12px; color: blue;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: monospace; font-size: 12px;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-family: monospace; font-size: 12px; color: #990000;"&gt;STYLE&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: monospace; font-size: 12px;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-family: monospace; font-size: 12px; color: blue;"&gt;null&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: monospace; font-size: 12px;"&gt;(), 'NULL'&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: monospace; font-size: 12px;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: monospace; font-size: 12px;"&gt;OR &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: monospace; font-size: 12px;"&gt;IF(LEN(STYLE)=0,' ')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: monospace; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: monospace; font-size: 12px;"&gt;&lt;IMG alt="Untitled.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/90270_Untitled.png" style="height: 349px; width: 620px;" /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #990000; font-size: 12px; font-family: monospace;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #990000; font-size: 12px; font-family: monospace;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #990000; font-size: 12px; font-family: monospace;"&gt;&lt;STRONG&gt;Regards,&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #990000; font-size: 12px; font-family: monospace;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jun 2015 13:26:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-only-null-values/m-p/871515#M304674</guid>
      <dc:creator>d_koti24</dc:creator>
      <dc:date>2015-06-22T13:26:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to display only null values</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-only-null-values/m-p/871516#M304675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="Screenshot032.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/90283_Screenshot032.jpg" style="height: auto;" /&gt;&lt;IMG alt="Screenshot031.jpg" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/90290_Screenshot031.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jun 2015 14:24:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-only-null-values/m-p/871516#M304675</guid>
      <dc:creator>pratap6699</dc:creator>
      <dc:date>2015-06-22T14:24:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to display only null values</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-only-null-values/m-p/871517#M304676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: monospace; font-size: 12px; background-color: #f2f2f2;"&gt;IF(LEN(penalty)=0,'null') try this one in expression.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jun 2015 14:29:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-only-null-values/m-p/871517#M304676</guid>
      <dc:creator>d_koti24</dc:creator>
      <dc:date>2015-06-22T14:29:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to display only null values</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-only-null-values/m-p/871518#M304677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;correct answer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Nov 2018 02:09:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-only-null-values/m-p/871518#M304677</guid>
      <dc:creator>yink-hpv</dc:creator>
      <dc:date>2018-11-02T02:09:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to display only null values</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-only-null-values/m-p/1599641#M444166</link>
      <description>&lt;P&gt;You can simply trick it....&lt;/P&gt;&lt;P&gt;Qlik Sense has the option to "Include null values", but doesn't have the option to "Hide values"!!&lt;/P&gt;&lt;P&gt;So simply just change the entries with values into 'Null', and change the null ones into any value, then hide them by unticking 'Include null values'.&lt;/P&gt;&lt;P&gt;By this, you are literary reversing this option, so you will hide nulls (which previously had values), and will show only the ones with the value (which were original nulls)&lt;/P&gt;&lt;P&gt;=if(Len(STYLE)&amp;gt;0,Null(),'Missing')&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 07 Jul 2019 12:20:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-only-null-values/m-p/1599641#M444166</guid>
      <dc:creator>iChord</dc:creator>
      <dc:date>2019-07-07T12:20:51Z</dc:date>
    </item>
  </channel>
</rss>

