<?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 Display Null Values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Display-Null-Values/m-p/781503#M276847</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;I have Straight Table with 5 Dimensions and 1 Expressions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Expression i have 7 rows which are having values and rest of them are null values and i have to display only NULL values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example column name is sum(sales) Rows don't have sales appearing as "-" in table and rest of them have values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to know how we can display only NULL values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All dimension Suppress Null values are Uncheck.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Manish Madan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Nov 2014 14:28:20 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-11-06T14:28:20Z</dc:date>
    <item>
      <title>Display Null Values</title>
      <link>https://community.qlik.com/t5/QlikView/Display-Null-Values/m-p/781503#M276847</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;I have Straight Table with 5 Dimensions and 1 Expressions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Expression i have 7 rows which are having values and rest of them are null values and i have to display only NULL values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example column name is sum(sales) Rows don't have sales appearing as "-" in table and rest of them have values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to know how we can display only NULL values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All dimension Suppress Null values are Uncheck.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Manish Madan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Nov 2014 14:28:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-Null-Values/m-p/781503#M276847</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-06T14:28:20Z</dc:date>
    </item>
    <item>
      <title>Re: Display Null Values</title>
      <link>https://community.qlik.com/t5/QlikView/Display-Null-Values/m-p/781504#M276848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe like this: Sum({$-&amp;lt;sales={'*'}&amp;gt;}sales). If not, then it would help if you can post an example document that demonstrates the problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Nov 2014 14:38:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-Null-Values/m-p/781504#M276848</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-11-06T14:38:31Z</dc:date>
    </item>
    <item>
      <title>Re: Display Null Values</title>
      <link>https://community.qlik.com/t5/QlikView/Display-Null-Values/m-p/781505#M276849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;On the dimensions tab, make sure to check "Show All Values"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Nov 2014 14:41:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-Null-Values/m-p/781505#M276849</guid>
      <dc:creator>kji</dc:creator>
      <dc:date>2014-11-06T14:41:23Z</dc:date>
    </item>
    <item>
      <title>Re: Display Null Values</title>
      <link>https://community.qlik.com/t5/QlikView/Display-Null-Values/m-p/781506#M276850</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;I Can't share the App.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a scenario where i have some set of employees and each employee is mapped with 5 KPI's&amp;nbsp; and each KPI is having a status codes like 0,'',1,2,3.&lt;/P&gt;&lt;P&gt;[EMP-&amp;gt;KPI-&amp;gt;CODE]&lt;/P&gt;&lt;P&gt;Now i have to separate out these Employees in two bucket like Employees having KPI status code in 1,2,3 then it should fall in one table and KPI with code 0 and '' in another table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bucket 0 and '' must have only those Employee whose all KPI mapped should be either '0' or '' .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please let me if any example required.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suggest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Manish Madan &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Nov 2014 15:56:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-Null-Values/m-p/781506#M276850</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-06T15:56:21Z</dc:date>
    </item>
  </channel>
</rss>

