<?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: Dealing with null values in expressions in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Dealing-with-null-values-in-expressions/m-p/114530#M762345</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nice Please close the thread by making correct and helpful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Aug 2018 13:27:59 GMT</pubDate>
    <dc:creator>Chanty4u</dc:creator>
    <dc:date>2018-08-07T13:27:59Z</dc:date>
    <item>
      <title>Dealing with null values in expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Dealing-with-null-values-in-expressions/m-p/114526#M762341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I want to show only values that have nulls on my straight table, how do I include this condition on an expression?&lt;/P&gt;&lt;P&gt;So e.g, in the example that I attached I want my table to return only Acc Num 223 and 200.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Thanks &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dealing-with-null-values-in-expressions/m-p/114526#M762341</guid>
      <dc:creator>nkosinde13</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Dealing with null values in expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Dealing-with-null-values-in-expressions/m-p/114527#M762342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try caluclation dimension&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If(Len(Trim([Field])) = 0, 'Null', Null())&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2018 12:43:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dealing-with-null-values-in-expressions/m-p/114527#M762342</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2018-08-07T12:43:44Z</dc:date>
    </item>
    <item>
      <title>Re: Dealing with null values in expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Dealing-with-null-values-in-expressions/m-p/114528#M762343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you need to write your dimension as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If(Len(Trim(Ind)) = 0, [Acc Num])&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Then check the suppress when value is null&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Then add your expression&lt;/P&gt;&lt;P&gt;for example Sum(sales) or for testing add expression as 1&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;It will show values only for &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Acc Num 223 and 200.&lt;/SPAN&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2018 13:08:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dealing-with-null-values-in-expressions/m-p/114528#M762343</guid>
      <dc:creator>sibin_jacob</dc:creator>
      <dc:date>2018-08-07T13:08:10Z</dc:date>
    </item>
    <item>
      <title>Re: Dealing with null values in expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Dealing-with-null-values-in-expressions/m-p/114529#M762344</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you all very much, it works perfectly &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2018 13:26:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dealing-with-null-values-in-expressions/m-p/114529#M762344</guid>
      <dc:creator>nkosinde13</dc:creator>
      <dc:date>2018-08-07T13:26:05Z</dc:date>
    </item>
    <item>
      <title>Re: Dealing with null values in expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Dealing-with-null-values-in-expressions/m-p/114530#M762345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nice Please close the thread by making correct and helpful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2018 13:27:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dealing-with-null-values-in-expressions/m-p/114530#M762345</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2018-08-07T13:27:59Z</dc:date>
    </item>
  </channel>
</rss>

