<?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: Any work around to select Null? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Any-work-around-to-select-Null/m-p/1204604#M874042</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;You have to work on the NULL value handling.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this doc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/docs/DOC-3155" title="https://community.qlik.com/docs/DOC-3155"&gt;https://community.qlik.com/docs/DOC-3155&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&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>Thu, 03 Nov 2016 08:03:48 GMT</pubDate>
    <dc:creator>its_anandrjs</dc:creator>
    <dc:date>2016-11-03T08:03:48Z</dc:date>
    <item>
      <title>Any work around to select Null?</title>
      <link>https://community.qlik.com/t5/QlikView/Any-work-around-to-select-Null/m-p/1204601#M874039</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It looks like qlikview can only select data field. Null in sql (also '-' in qlikview) cannot be selected. It there a way to work around so that I can make the same selection just as that in sql --&amp;gt; 'where 'Business Unit C1' is null' in qlikview?&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/142678_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&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/Any-work-around-to-select-Null/m-p/1204601#M874039</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Any work around to select Null?</title>
      <link>https://community.qlik.com/t5/QlikView/Any-work-around-to-select-Null/m-p/1204602#M874040</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Heok,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you could supply a default value in he load script, in your sql select&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;isnull("Business Unit C1", "Unknown") as ("Business Unit C1",&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Nov 2016 11:22:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Any-work-around-to-select-Null/m-p/1204602#M874040</guid>
      <dc:creator>awhitfield</dc:creator>
      <dc:date>2016-11-02T11:22:55Z</dc:date>
    </item>
    <item>
      <title>Re: Any work around to select Null?</title>
      <link>https://community.qlik.com/t5/QlikView/Any-work-around-to-select-Null/m-p/1204603#M874041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One way (without making change in the script) could be like:&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;Assuming you have your first chart column 'Business Unit', you know that some of the&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;records lack 'Business UnitC1' against &lt;SPAN style="font-size: 13.3333px;"&gt;'Business Unit'&lt;/SPAN&gt;, i.e. the &lt;SPAN style="font-size: 13.3333px;"&gt;'Business UnitC1'&lt;/SPAN&gt; is occasionally NULL. Then try like:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Step1:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;First select all &lt;SPAN style="font-size: 13.3333px;"&gt;'Business UnitC1'&lt;/SPAN&gt; (right-click the &lt;SPAN style="font-size: 13.3333px;"&gt;'Business UnitC1'&lt;/SPAN&gt; and choose &lt;STRONG&gt;'Select All')&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Step2:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Then select the excluded &lt;SPAN style="font-size: 13.3333px;"&gt;'Business Unit'&lt;/SPAN&gt; (right-click the &lt;SPAN style="font-size: 13.3333px;"&gt;'Business Unit'&lt;/SPAN&gt; and choose &lt;STRONG&gt;'Select Excluded'&lt;/STRONG&gt;).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Nov 2016 12:00:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Any-work-around-to-select-Null/m-p/1204603#M874041</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2016-11-02T12:00:40Z</dc:date>
    </item>
    <item>
      <title>Re: Any work around to select Null?</title>
      <link>https://community.qlik.com/t5/QlikView/Any-work-around-to-select-Null/m-p/1204604#M874042</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;You have to work on the NULL value handling.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this doc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/docs/DOC-3155" title="https://community.qlik.com/docs/DOC-3155"&gt;https://community.qlik.com/docs/DOC-3155&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&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>Thu, 03 Nov 2016 08:03:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Any-work-around-to-select-Null/m-p/1204604#M874042</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2016-11-03T08:03:48Z</dc:date>
    </item>
    <item>
      <title>Re: Any work around to select Null?</title>
      <link>https://community.qlik.com/t5/QlikView/Any-work-around-to-select-Null/m-p/1204605#M874043</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;Try to identify null() and convert to some text like Null.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so that all nulls will be converted to Null text and can be selected&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Nov 2016 08:06:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Any-work-around-to-select-Null/m-p/1204605#M874043</guid>
      <dc:creator>vardhancse</dc:creator>
      <dc:date>2016-11-03T08:06:25Z</dc:date>
    </item>
  </channel>
</rss>

