<?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 Hide Null Values inside List Box ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Hide-Null-Values-inside-List-Box/m-p/199002#M58107</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;or you can remove such data (with empty field) in the script.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 Jun 2010 13:58:56 GMT</pubDate>
    <dc:creator>sparur</dc:creator>
    <dc:date>2010-06-23T13:58:56Z</dc:date>
    <item>
      <title>Hide Null Values inside List Box ?</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-Null-Values-inside-List-Box/m-p/198998#M58103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi;&lt;BR /&gt;&lt;BR /&gt;I would like to hide null values inside list box ?&lt;BR /&gt;&lt;BR /&gt;I researched for properties and functions but i did not find any thing what i can use !!&lt;BR /&gt;&lt;BR /&gt;Please help me...&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jun 2010 10:04:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-Null-Values-inside-List-Box/m-p/198998#M58103</guid>
      <dc:creator />
      <dc:date>2010-06-23T10:04:39Z</dc:date>
    </item>
    <item>
      <title>Hide Null Values inside List Box ?</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-Null-Values-inside-List-Box/m-p/198999#M58104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in ListBox null values suppress automatically. but may be you have empty string or something else... so you can use expression in listbox:&lt;/P&gt;&lt;P&gt;if (Len(YourField) &amp;gt; 0, YourField)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jun 2010 10:09:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-Null-Values-inside-List-Box/m-p/198999#M58104</guid>
      <dc:creator>sparur</dc:creator>
      <dc:date>2010-06-23T10:09:25Z</dc:date>
    </item>
    <item>
      <title>Hide Null Values inside List Box ?</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-Null-Values-inside-List-Box/m-p/199000#M58105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you...&lt;/P&gt;&lt;P&gt;I try it in list box properties, layout, show condition. But it did not work ?&lt;BR /&gt;&lt;BR /&gt;I get datas from oracle DB and in the database some fields are ampty so i dont want to see any fields which are empty...&lt;BR /&gt;&lt;BR /&gt;This is my main problem ???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jun 2010 13:25:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-Null-Values-inside-List-Box/m-p/199000#M58105</guid>
      <dc:creator />
      <dc:date>2010-06-23T13:25:00Z</dc:date>
    </item>
    <item>
      <title>Hide Null Values inside List Box ?</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-Null-Values-inside-List-Box/m-p/199001#M58106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why "Show Condition"?&lt;/P&gt;&lt;P&gt;Open properties of your ListBox, on General tab you should to change option "Field" from your YourField into Expression (on top of drop down list) and paste my expression&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jun 2010 13:57:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-Null-Values-inside-List-Box/m-p/199001#M58106</guid>
      <dc:creator>sparur</dc:creator>
      <dc:date>2010-06-23T13:57:55Z</dc:date>
    </item>
    <item>
      <title>Hide Null Values inside List Box ?</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-Null-Values-inside-List-Box/m-p/199002#M58107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;or you can remove such data (with empty field) in the script.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jun 2010 13:58:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-Null-Values-inside-List-Box/m-p/199002#M58107</guid>
      <dc:creator>sparur</dc:creator>
      <dc:date>2010-06-23T13:58:56Z</dc:date>
    </item>
    <item>
      <title>Hide Null Values inside List Box ?</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-Null-Values-inside-List-Box/m-p/199003#M58108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ok. Sorry...&lt;BR /&gt;&lt;BR /&gt;Its my mistake.&lt;BR /&gt;&lt;BR /&gt;It works correctly thanks again...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jun 2010 14:07:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-Null-Values-inside-List-Box/m-p/199003#M58108</guid>
      <dc:creator />
      <dc:date>2010-06-23T14:07:50Z</dc:date>
    </item>
    <item>
      <title>Re: Hide Null Values inside List Box ?</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-Null-Values-inside-List-Box/m-p/199004#M58109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ya it works fine for not showing null values. but i used this list box field in set analysis to fix the value in text box. so that value is changing by selecting items list box. I need to fix the value in text box with any changes to in list box field.&amp;nbsp; can anyone help to me to get this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Sep 2014 11:10:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-Null-Values-inside-List-Box/m-p/199004#M58109</guid>
      <dc:creator>sateeshkumar</dc:creator>
      <dc:date>2014-09-23T11:10:25Z</dc:date>
    </item>
    <item>
      <title>Re: Hide Null Values inside List Box ?</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-Null-Values-inside-List-Box/m-p/1985820#M1221182</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I have the same issue, but in my case I have a Multibox and when I use this solution nothing changes.&lt;/P&gt;
&lt;P&gt;Do you have any other idea for Multibox?&lt;/P&gt;</description>
      <pubDate>Tue, 27 Sep 2022 07:53:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-Null-Values-inside-List-Box/m-p/1985820#M1221182</guid>
      <dc:creator>LearnFreak</dc:creator>
      <dc:date>2022-09-27T07:53:35Z</dc:date>
    </item>
  </channel>
</rss>

