<?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 how to remove  ?  and  null values  in  report ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/how-to-remove-and-null-values-in-report/m-p/641159#M1090776</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how to remove&amp;nbsp; ?&amp;nbsp; and&amp;nbsp; null values&amp;nbsp; in&amp;nbsp; report ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 May 2014 07:11:24 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-05-21T07:11:24Z</dc:date>
    <item>
      <title>how to remove  ?  and  null values  in  report ?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-remove-and-null-values-in-report/m-p/641159#M1090776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how to remove&amp;nbsp; ?&amp;nbsp; and&amp;nbsp; null values&amp;nbsp; in&amp;nbsp; report ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 May 2014 07:11:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-remove-and-null-values-in-report/m-p/641159#M1090776</guid>
      <dc:creator />
      <dc:date>2014-05-21T07:11:24Z</dc:date>
    </item>
    <item>
      <title>Re: how to remove  ?  and  null values  in  report ?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-remove-and-null-values-in-report/m-p/641160#M1090777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manoj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if u want remove "Null " values from a particular column ,you can do this in Script like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load sal,eno from fact_Reservation;&lt;/P&gt;&lt;P&gt;sql select * from fact_Reservation where eno&amp;lt;&amp;gt;'NULL';&lt;/P&gt;&lt;P&gt;or &lt;/P&gt;&lt;P&gt;sql select * from fact_Reservation where eno&amp;lt;&amp;gt;NULL; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please check like this may be it will helpful to u &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 May 2014 12:42:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-remove-and-null-values-in-report/m-p/641160#M1090777</guid>
      <dc:creator>ramasaisaksoft</dc:creator>
      <dc:date>2014-05-21T12:42:30Z</dc:date>
    </item>
    <item>
      <title>Re: how to remove  ?  and  null values  in  report ?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-remove-and-null-values-in-report/m-p/641161#M1090778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check on the suppress When Value is Null..&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/59303_1.png" style="width: 620px; height: 516px;" /&gt;In Dimension&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 May 2014 12:49:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-remove-and-null-values-in-report/m-p/641161#M1090778</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-21T12:49:13Z</dc:date>
    </item>
    <item>
      <title>Re: how to remove  ?  and  null values  in  report ?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-remove-and-null-values-in-report/m-p/641162#M1090779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sreekanth ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; i Hope u r asking in code.Any way thanks for u r reply.I hope u r a Telugu person am i wright?if yes reply to me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 May 2014 04:12:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-remove-and-null-values-in-report/m-p/641162#M1090779</guid>
      <dc:creator>ramasaisaksoft</dc:creator>
      <dc:date>2014-05-22T04:12:03Z</dc:date>
    </item>
    <item>
      <title>Re: how to remove  ?  and  null values  in  report ?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-remove-and-null-values-in-report/m-p/641163#M1090780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This&amp;nbsp; solution only applicable for Chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; But my solution in code is applicable for all sheet objects('Null'&amp;nbsp; values are filter in Listbox,Tables ....etc)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 May 2014 04:15:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-remove-and-null-values-in-report/m-p/641163#M1090780</guid>
      <dc:creator>ramasaisaksoft</dc:creator>
      <dc:date>2014-05-22T04:15:29Z</dc:date>
    </item>
    <item>
      <title>Re: how to remove  ?  and  null values  in  report ?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-remove-and-null-values-in-report/m-p/641164#M1090781</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;If we want to remove null values from all the fields, then we should mention and condition in the where condition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any alternate for this.?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 May 2014 06:10:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-remove-and-null-values-in-report/m-p/641164#M1090781</guid>
      <dc:creator>vardhancse</dc:creator>
      <dc:date>2014-05-22T06:10:55Z</dc:date>
    </item>
    <item>
      <title>Re: how to remove  ?  and  null values  in  report ?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-remove-and-null-values-in-report/m-p/641165#M1090782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;s mail is&amp;nbsp; &lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:manojkumar27.m@gmail.com"&gt;manojkumar27.m@gmail.com&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp; in mumbai&amp;nbsp; present &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 May 2014 06:47:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-remove-and-null-values-in-report/m-p/641165#M1090782</guid>
      <dc:creator />
      <dc:date>2014-05-22T06:47:52Z</dc:date>
    </item>
    <item>
      <title>Re: how to remove  ?  and  null values  in  report ?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-remove-and-null-values-in-report/m-p/641166#M1090783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;In Sql &lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;sql select * from fact_Reservation where &lt;STRONG&gt;eno Is Not NULL&lt;/STRONG&gt;;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 May 2014 06:52:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-remove-and-null-values-in-report/m-p/641166#M1090783</guid>
      <dc:creator>anbu1984</dc:creator>
      <dc:date>2014-05-22T06:52:00Z</dc:date>
    </item>
  </channel>
</rss>

