<?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 remove null in my listbox? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/how-to-remove-null-in-my-listbox/m-p/770340#M1038888</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;.... so try &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;If(Len(trim(monthnum)) &amp;gt; 0 , monthnum )&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 20 Dec 2014 08:56:02 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-12-20T08:56:02Z</dc:date>
    <item>
      <title>how to remove null in my listbox?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-remove-null-in-my-listbox/m-p/770335#M1038883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;monthnum:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;05&lt;/P&gt;&lt;P&gt;06&lt;/P&gt;&lt;P&gt;07&lt;/P&gt;&lt;P&gt;08&lt;/P&gt;&lt;P&gt;09&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;before 05 i have null how to remove this ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Dec 2014 07:56:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-remove-null-in-my-listbox/m-p/770335#M1038883</guid>
      <dc:creator />
      <dc:date>2014-12-20T07:56:44Z</dc:date>
    </item>
    <item>
      <title>Re: how to remove null in my listbox?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-remove-null-in-my-listbox/m-p/770336#M1038884</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;In the list box expression write&lt;/P&gt;&lt;P&gt;If(Len(monthnum) &amp;gt; 0 , monthnum )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For remove null values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Dec 2014 08:03:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-remove-null-in-my-listbox/m-p/770336#M1038884</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-12-20T08:03:39Z</dc:date>
    </item>
    <item>
      <title>Re: how to remove null in my listbox?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-remove-null-in-my-listbox/m-p/770337#M1038885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;did not worked this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Dec 2014 08:18:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-remove-null-in-my-listbox/m-p/770337#M1038885</guid>
      <dc:creator />
      <dc:date>2014-12-20T08:18:25Z</dc:date>
    </item>
    <item>
      <title>Re: how to remove null in my listbox?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-remove-null-in-my-listbox/m-p/770338#M1038886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Null values do not appear in list box. If you are seeing a blank, its probably because there would be Space which has its own ASCII value. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to remove it from the DB.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Dec 2014 08:19:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-remove-null-in-my-listbox/m-p/770338#M1038886</guid>
      <dc:creator>alkesh_sharma</dc:creator>
      <dc:date>2014-12-20T08:19:12Z</dc:date>
    </item>
    <item>
      <title>Re: how to remove null in my listbox?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-remove-null-in-my-listbox/m-p/770339#M1038887</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 believe in list box you get unique values with at least minimum frequency is 1 and if you get any null values or blank space may be it is due to some symbols in the table. Check those data in the table otherwise do this in the load script. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Dec 2014 08:23:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-remove-null-in-my-listbox/m-p/770339#M1038887</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-12-20T08:23:26Z</dc:date>
    </item>
    <item>
      <title>Re: how to remove null in my listbox?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-remove-null-in-my-listbox/m-p/770340#M1038888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;.... so try &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;If(Len(trim(monthnum)) &amp;gt; 0 , monthnum )&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Dec 2014 08:56:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-remove-null-in-my-listbox/m-p/770340#M1038888</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-12-20T08:56:02Z</dc:date>
    </item>
    <item>
      <title>Re: how to remove null in my listbox?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-remove-null-in-my-listbox/m-p/770341#M1038889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try below to create a List box field...&lt;/P&gt;&lt;P&gt;=IF(NOT IsNull(monthnum) or Len(Trim(monthnum))&amp;gt;0,monthnum)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Dec 2014 10:44:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-remove-null-in-my-listbox/m-p/770341#M1038889</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-12-20T10:44:32Z</dc:date>
    </item>
    <item>
      <title>Re: how to remove null in my listbox?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-remove-null-in-my-listbox/m-p/770342#M1038890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;IF(LEN(TRIM(monthnum)) &amp;gt;0 , monthnum)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Dec 2014 11:13:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-remove-null-in-my-listbox/m-p/770342#M1038890</guid>
      <dc:creator>rustyfishbones</dc:creator>
      <dc:date>2014-12-20T11:13:44Z</dc:date>
    </item>
    <item>
      <title>Re: how to remove null in my listbox?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-remove-null-in-my-listbox/m-p/770343#M1038891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then try this ways&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(Len( Trim (monthnum) ) &amp;gt; 0 , monthnum )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Dec 2014 11:16:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-remove-null-in-my-listbox/m-p/770343#M1038891</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-12-20T11:16:48Z</dc:date>
    </item>
    <item>
      <title>Re: how to remove null in my listbox?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-remove-null-in-my-listbox/m-p/770344#M1038892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;goto edit script ,after loading the tablefile ,before semicollen symbol use where condition&lt;/P&gt;&lt;P&gt;where not isNULL(monthnum)&lt;/P&gt;&lt;P&gt;pls try this one&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Dec 2014 12:08:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-remove-null-in-my-listbox/m-p/770344#M1038892</guid>
      <dc:creator />
      <dc:date>2014-12-20T12:08:20Z</dc:date>
    </item>
    <item>
      <title>Re: how to remove null in my listbox?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-remove-null-in-my-listbox/m-p/770345#M1038893</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;Null is supressed in List box I think it is empty spaces, use Trim() to remove blank spaces.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try like this in script&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Load&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;*,&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;If(Len( Trim (monthnum) ) &amp;gt; 0 , monthnum ) AS MonthNumWONull&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;FROM DataSource;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Or in front end give calculated dimension&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;If(Len( Trim (monthnum) ) &amp;gt; 0 , monthnum )&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Hope this helps you.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Jagan.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Dec 2014 12:25:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-remove-null-in-my-listbox/m-p/770345#M1038893</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-12-20T12:25:26Z</dc:date>
    </item>
    <item>
      <title>Re: how to remove null in my listbox?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-remove-null-in-my-listbox/m-p/770346#M1038894</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;can you post sample app with only the monthnum field loaded?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Dec 2014 13:08:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-remove-null-in-my-listbox/m-p/770346#M1038894</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2014-12-20T13:08:32Z</dc:date>
    </item>
  </channel>
</rss>

