<?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: Removing the Null Values from the text box in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Removing-the-Null-Values-from-the-text-box/m-p/473482#M176884</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hii Sandeep,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use the below mentioned expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(wildmatch(field,'') or len(field) = 0 or isnull(field),null(),field)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or if you want display the null value you can go with:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(wildmatch(field,'') or len(field) = 0 or isnull(field),'Null',field)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Nilesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Apr 2013 19:10:20 GMT</pubDate>
    <dc:creator>nilesh_gangurde</dc:creator>
    <dc:date>2013-04-22T19:10:20Z</dc:date>
    <item>
      <title>Removing the Null Values from the text box</title>
      <link>https://community.qlik.com/t5/QlikView/Removing-the-Null-Values-from-the-text-box/m-p/473480#M176882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; The null values are being displayed in the text boxes and i am trying to use the expression below in the Field expression &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Think there are associated data with the null values in the other list boxes. Not sure this is affecting the following expression.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (Len(field) &amp;gt; 0, Field)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But it is not solving my issue .&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.qlik.com/" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can u please help me out in solving this issue .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sandeep.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Apr 2013 11:45:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Removing-the-Null-Values-from-the-text-box/m-p/473480#M176882</guid>
      <dc:creator>sandeepprasad_j</dc:creator>
      <dc:date>2013-04-22T11:45:47Z</dc:date>
    </item>
    <item>
      <title>Re: Removing the Null Values from the text box</title>
      <link>https://community.qlik.com/t5/QlikView/Removing-the-Null-Values-from-the-text-box/m-p/473481#M176883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your expression returns a null if the length of the field is 0. So in those cases you are not removing nulls. You can replace them with zero-length strings if you want: &lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt; if(Len(field) &amp;gt; 0, Field,'')&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Apr 2013 18:15:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Removing-the-Null-Values-from-the-text-box/m-p/473481#M176883</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-04-22T18:15:11Z</dc:date>
    </item>
    <item>
      <title>Re: Removing the Null Values from the text box</title>
      <link>https://community.qlik.com/t5/QlikView/Removing-the-Null-Values-from-the-text-box/m-p/473482#M176884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hii Sandeep,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use the below mentioned expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(wildmatch(field,'') or len(field) = 0 or isnull(field),null(),field)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or if you want display the null value you can go with:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(wildmatch(field,'') or len(field) = 0 or isnull(field),'Null',field)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Nilesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Apr 2013 19:10:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Removing-the-Null-Values-from-the-text-box/m-p/473482#M176884</guid>
      <dc:creator>nilesh_gangurde</dc:creator>
      <dc:date>2013-04-22T19:10:20Z</dc:date>
    </item>
    <item>
      <title>Re: Removing the Null Values from the text box</title>
      <link>https://community.qlik.com/t5/QlikView/Removing-the-Null-Values-from-the-text-box/m-p/473483#M176885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gysber,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Thanks for the reply but ,the expression u have give is not solving my issue ... Can u please help me out ...Sorry i had said text box .. but it is listbox .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is the Screenshot .. and 'Yellow' colour is the Null value being displayed .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.qlik.com/" /&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sandeep.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Apr 2013 06:08:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Removing-the-Null-Values-from-the-text-box/m-p/473483#M176885</guid>
      <dc:creator>sandeepprasad_j</dc:creator>
      <dc:date>2013-04-23T06:08:22Z</dc:date>
    </item>
    <item>
      <title>Re: Removing the Null Values from the text box</title>
      <link>https://community.qlik.com/t5/QlikView/Removing-the-Null-Values-from-the-text-box/m-p/473484#M176886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;NULLs are &lt;STRONG&gt;&lt;EM style="text-decoration: underline;"&gt;never&lt;/EM&gt;&lt;/STRONG&gt; displayed in a list box. But blanks and empty strings are.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You probably have some white space (blanks, tabs, hard spaces, etc.) so that it is not zero length. Try&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(Len(Trim(Field))&amp;gt;0,Field)&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(Len(Purgechar(Field, chr(32) &amp;amp; chr(160)))&amp;gt;0,Field)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Apr 2013 07:11:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Removing-the-Null-Values-from-the-text-box/m-p/473484#M176886</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2013-04-23T07:11:18Z</dc:date>
    </item>
    <item>
      <title>Re: Removing the Null Values from the text box</title>
      <link>https://community.qlik.com/t5/QlikView/Removing-the-Null-Values-from-the-text-box/m-p/473485#M176887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Henric ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Thanks for the reply .. I was exactly looking in to this ,wat u have mentioned ... thanks a lot &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sandeep.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Apr 2013 07:21:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Removing-the-Null-Values-from-the-text-box/m-p/473485#M176887</guid>
      <dc:creator>sandeepprasad_j</dc:creator>
      <dc:date>2013-04-23T07:21:48Z</dc:date>
    </item>
  </channel>
</rss>

