<?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 do I remove blank values from SearchBox in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-do-I-remove-blank-values-from-SearchBox/m-p/374509#M139425</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Adina,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you must be referring to the List Box, not to the Search Object, right? I can suggest 3 choices:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. In the load script, replace empty strings with a text such as "Missing", or "N/A"... This way, your List Box will show 3 valid values and one value that is "missing".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. In the script, replace empty strings with nulls. Nulls will be excluded from the List Box, while the corresponding numbers still remain in the dataset.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. In the list box, use a calculated expression, something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF(len(trim(Field))&amp;gt;0, Field, null())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This might be a bit heavier on the performance side...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Oleg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 30 Apr 2012 17:18:08 GMT</pubDate>
    <dc:creator>Oleg_Troyansky</dc:creator>
    <dc:date>2012-04-30T17:18:08Z</dc:date>
    <item>
      <title>How do I remove blank values from SearchBox</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-remove-blank-values-from-SearchBox/m-p/374508#M139424</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 one Search Box which contains my values let's say A, B, C plus another one blank line. Is it possible to show only A,B,C and exclude the blank one?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also have to mention that I can't exclude this from the load script as I need the values to sum up including this blank line. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Apr 2012 16:20:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-remove-blank-values-from-SearchBox/m-p/374508#M139424</guid>
      <dc:creator />
      <dc:date>2012-04-30T16:20:56Z</dc:date>
    </item>
    <item>
      <title>How do I remove blank values from SearchBox</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-remove-blank-values-from-SearchBox/m-p/374509#M139425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Adina,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you must be referring to the List Box, not to the Search Object, right? I can suggest 3 choices:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. In the load script, replace empty strings with a text such as "Missing", or "N/A"... This way, your List Box will show 3 valid values and one value that is "missing".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. In the script, replace empty strings with nulls. Nulls will be excluded from the List Box, while the corresponding numbers still remain in the dataset.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. In the list box, use a calculated expression, something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF(len(trim(Field))&amp;gt;0, Field, null())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This might be a bit heavier on the performance side...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Oleg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Apr 2012 17:18:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-remove-blank-values-from-SearchBox/m-p/374509#M139425</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2012-04-30T17:18:08Z</dc:date>
    </item>
  </channel>
</rss>

