<?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: Hiding when value is null in a List Object in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Hiding-when-value-is-null-in-a-List-Object/m-p/1010225#M960955</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rodrigo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can use the following option: Dimension&amp;gt;Used-Dimension&amp;gt;Supress When Value is Null&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope that helps&lt;/P&gt;&lt;P&gt;Beck&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 19 Oct 2015 17:30:10 GMT</pubDate>
    <dc:creator>beck_bakytbek</dc:creator>
    <dc:date>2015-10-19T17:30:10Z</dc:date>
    <item>
      <title>Hiding when value is null in a List Object</title>
      <link>https://community.qlik.com/t5/QlikView/Hiding-when-value-is-null-in-a-List-Object/m-p/1010221#M960951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to create a List in my project, to have a filter of "Red" and "Green" values, but my list is also displaying the null value, as you can see below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="cores.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/102454_cores.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;Is it possible to hide the null value in this list object?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, i am selecting "hide when value is null" from a pie chart properties (Dimensions tab), but the nulls are still been displayed, as you can see below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="pizza.JPG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/102461_pizza.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That pie chart is supplied from many bases (xlsx), and i am nout sure if the problem is related to this.&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, 19 Oct 2015 16:50:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hiding-when-value-is-null-in-a-List-Object/m-p/1010221#M960951</guid>
      <dc:creator />
      <dc:date>2015-10-19T16:50:49Z</dc:date>
    </item>
    <item>
      <title>Re: Hiding when value is null in a List Object</title>
      <link>https://community.qlik.com/t5/QlikView/Hiding-when-value-is-null-in-a-List-Object/m-p/1010222#M960952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rodrigo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nulls are not displayed in List Boxes. Considering that "Suppress null values" didn't work in a chart either, I suspect that this is not a null value, but rather an empty string (or a space). You should look closer into your data load script and find how this value could be generated there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers,&lt;/P&gt;&lt;P&gt;Oleg Troyansky&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.amazon.com/gp/product/1118949552/ref=as_li_tl?ie=UTF8&amp;amp;camp=1789&amp;amp;creative=9325&amp;amp;creativeASIN=1118949552&amp;amp;linkCode=as2&amp;amp;tag=natursyner0f-20&amp;amp;linkId=HEF4KYLLE22XIQH2"&gt;Check out my new book QlikView Your Business: An expert guide to Business Discovery with QlikView and Qlik Sense&lt;/A&gt;&lt;IMG alt="" border="0" height="1" src="http://ir-na.amazon-adsystem.com/e/ir?t=natursyner0f-20&amp;amp;l=as2&amp;amp;o=1&amp;amp;a=1118949552" style="border: none !important; margin: 0px !important;" width="1" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Oct 2015 17:11:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hiding-when-value-is-null-in-a-List-Object/m-p/1010222#M960952</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2015-10-19T17:11:04Z</dc:date>
    </item>
    <item>
      <title>Re: Hiding when value is null in a List Object</title>
      <link>https://community.qlik.com/t5/QlikView/Hiding-when-value-is-null-in-a-List-Object/m-p/1010223#M960953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Oleg,&lt;/P&gt;&lt;P&gt;Thanks for your tip.&lt;/P&gt;&lt;P&gt;I looked into my data, and saw there is a formule in all cells of that column [Status Mês]:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=SE(S6&amp;nbsp; = "";" "; SE(O6&amp;gt;=T6;"Verde";"Vermelho"))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, in this case, how can QlikView understand that blank cells should be hidden.&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, 19 Oct 2015 17:20:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hiding-when-value-is-null-in-a-List-Object/m-p/1010223#M960953</guid>
      <dc:creator />
      <dc:date>2015-10-19T17:20:58Z</dc:date>
    </item>
    <item>
      <title>Re: Hiding when value is null in a List Object</title>
      <link>https://community.qlik.com/t5/QlikView/Hiding-when-value-is-null-in-a-List-Object/m-p/1010224#M960954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not sure what's SE - is that your own function that returns a certain value? Anyway, it looks like it might return a space or an empty string in some situations, and that is what's displayed in the list box.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Oct 2015 17:27:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hiding-when-value-is-null-in-a-List-Object/m-p/1010224#M960954</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2015-10-19T17:27:02Z</dc:date>
    </item>
    <item>
      <title>Re: Hiding when value is null in a List Object</title>
      <link>https://community.qlik.com/t5/QlikView/Hiding-when-value-is-null-in-a-List-Object/m-p/1010225#M960955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rodrigo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can use the following option: Dimension&amp;gt;Used-Dimension&amp;gt;Supress When Value is Null&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope that helps&lt;/P&gt;&lt;P&gt;Beck&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Oct 2015 17:30:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hiding-when-value-is-null-in-a-List-Object/m-p/1010225#M960955</guid>
      <dc:creator>beck_bakytbek</dc:creator>
      <dc:date>2015-10-19T17:30:10Z</dc:date>
    </item>
    <item>
      <title>Re: Hiding when value is null in a List Object</title>
      <link>https://community.qlik.com/t5/QlikView/Hiding-when-value-is-null-in-a-List-Object/m-p/1010226#M960956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SE is a IF function... My spreasheet is in portuguese. Sorry to didn´t clarify.&lt;/P&gt;&lt;P&gt;So, my business user create this function in the database:&lt;/P&gt;&lt;P&gt;=IF(S6&amp;nbsp; = "";" "; IF(O6&amp;gt;=T6;"Green";"Red"))&lt;/P&gt;&lt;P&gt;&lt;IMG alt="data.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/102462_data.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Oct 2015 17:38:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hiding-when-value-is-null-in-a-List-Object/m-p/1010226#M960956</guid>
      <dc:creator />
      <dc:date>2015-10-19T17:38:31Z</dc:date>
    </item>
    <item>
      <title>Re: Hiding when value is null in a List Object</title>
      <link>https://community.qlik.com/t5/QlikView/Hiding-when-value-is-null-in-a-List-Object/m-p/1010227#M960957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rodrigo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;got it... so, here is the source of the "space" value - when S6 is empty, the formula returns a single space as the value, and only when S6 is not empty, then the formula returns either Green or Red.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, in QlikView, if you'd like to replace the single space with a NULL (in order to easily exclude it), you can have a similar IF statement in your load script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF(Color = ' ', NULL(), Color) as Color&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers,&lt;/P&gt;&lt;P&gt;Oleg Troyansky&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.amazon.com/gp/product/1118949552/ref=as_li_tl?ie=UTF8&amp;amp;camp=1789&amp;amp;creative=9325&amp;amp;creativeASIN=1118949552&amp;amp;linkCode=as2&amp;amp;tag=natursyner0f-20&amp;amp;linkId=64QJ6MD3O54VZHF7" rel="nofollow"&gt;Check out my new book &lt;EM&gt;QlikView Your Business&lt;/EM&gt;: An expert guide to Business Discovery with QlikView and Qlik Sense&lt;/A&gt;&lt;IMG alt="" border="0" height="1" src="http://ir-na.amazon-adsystem.com/e/ir?t=natursyner0f-20&amp;amp;l=as2&amp;amp;o=1&amp;amp;a=1118949552" style="border: none !important; margin: 0px !important;" width="1" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Oct 2015 18:20:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hiding-when-value-is-null-in-a-List-Object/m-p/1010227#M960957</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2015-10-19T18:20:32Z</dc:date>
    </item>
    <item>
      <title>Re: Hiding when value is null in a List Object</title>
      <link>https://community.qlik.com/t5/QlikView/Hiding-when-value-is-null-in-a-List-Object/m-p/1010228#M960958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rodrigo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used the name Color as an example. Please replace it with the actual field name that you used in the list box that you showed initially.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers,&lt;/P&gt;&lt;P&gt;Oleg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Oct 2015 19:07:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hiding-when-value-is-null-in-a-List-Object/m-p/1010228#M960958</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2015-10-19T19:07:36Z</dc:date>
    </item>
    <item>
      <title>Re: Hiding when value is null in a List Object</title>
      <link>https://community.qlik.com/t5/QlikView/Hiding-when-value-is-null-in-a-List-Object/m-p/1010229#M960959</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot Oleg, it solved the problem.&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Oct 2015 19:16:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hiding-when-value-is-null-in-a-List-Object/m-p/1010229#M960959</guid>
      <dc:creator />
      <dc:date>2015-10-19T19:16:51Z</dc:date>
    </item>
  </channel>
</rss>

