<?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: NullAsValue not working in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/NullAsValue-not-working/m-p/1732042#M55871</link>
    <description>&lt;P&gt;Are you loading data from QVD or other source?&lt;/P&gt;</description>
    <pubDate>Thu, 30 Jul 2020 11:35:12 GMT</pubDate>
    <dc:creator>Kushal_Chawda</dc:creator>
    <dc:date>2020-07-30T11:35:12Z</dc:date>
    <item>
      <title>NullAsValue not working</title>
      <link>https://community.qlik.com/t5/App-Development/NullAsValue-not-working/m-p/1731999#M55868</link>
      <description>&lt;P&gt;Hello&lt;BR /&gt;I got a table that has column that contains null values (field name is called Matching)&lt;BR /&gt;Users want when they put this dimension in a Table to be able to select null values&lt;BR /&gt;however the below script doesn't seem to work&lt;BR /&gt;isn't supposed for the Matching when value is null to display NULL and users can filter on NULL?&lt;BR /&gt;Kindly advise&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="null_as_avalue.PNG" style="width: 326px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/38320i3CB542DBE938C6C6/image-size/large?v=v2&amp;amp;px=999" role="button" title="null_as_avalue.PNG" alt="null_as_avalue.PNG" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="null_value.PNG" style="width: 457px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/38321i0CA71959729FC892/image-size/large?v=v2&amp;amp;px=999" role="button" title="null_value.PNG" alt="null_value.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jul 2020 09:43:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/NullAsValue-not-working/m-p/1731999#M55868</guid>
      <dc:creator>ali_hijazi</dc:creator>
      <dc:date>2020-07-30T09:43:53Z</dc:date>
    </item>
    <item>
      <title>Re: NullAsValue not working</title>
      <link>https://community.qlik.com/t5/App-Development/NullAsValue-not-working/m-p/1732042#M55871</link>
      <description>&lt;P&gt;Are you loading data from QVD or other source?&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jul 2020 11:35:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/NullAsValue-not-working/m-p/1732042#M55871</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2020-07-30T11:35:12Z</dc:date>
    </item>
    <item>
      <title>Re: NullAsValue not working</title>
      <link>https://community.qlik.com/t5/App-Development/NullAsValue-not-working/m-p/1732050#M55872</link>
      <description>&lt;P&gt;Yes I'm loading data from a QVD file&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jul 2020 11:50:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/NullAsValue-not-working/m-p/1732050#M55872</guid>
      <dc:creator>ali_hijazi</dc:creator>
      <dc:date>2020-07-30T11:50:45Z</dc:date>
    </item>
    <item>
      <title>Re: NullAsValue not working</title>
      <link>https://community.qlik.com/t5/App-Development/NullAsValue-not-working/m-p/1732062#M55873</link>
      <description>&lt;P&gt;There could be several cause for this&lt;/P&gt;&lt;P&gt;1) If your load is optimized. In optimized load Qlik does not perform row by row checking due to which Mapping of NULL value not possible using this approach. To solve this either you can follow different approach like manually provide condition using isnull function or simply apply&amp;nbsp; where condition in load as &lt;STRONG&gt;Where 1=1&lt;/STRONG&gt; then this approach will work&lt;/P&gt;&lt;P&gt;2) If you already have unoptimized&amp;nbsp; load and still this approach is not working then you need to check that your NULL values are actually NULL or having white spaces. If so you need to manually convert it to NULL using below condition&lt;/P&gt;&lt;P&gt;if(len(trim(Matching))=0,'NULL',Matching)&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jul 2020 12:08:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/NullAsValue-not-working/m-p/1732062#M55873</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2020-07-30T12:08:06Z</dc:date>
    </item>
    <item>
      <title>Re: NullAsValue not working</title>
      <link>https://community.qlik.com/t5/App-Development/NullAsValue-not-working/m-p/2424893#M96037</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/216"&gt;@ali_hijazi&lt;/a&gt;&amp;nbsp;, were you helped?&lt;/P&gt;</description>
      <pubDate>Wed, 28 Feb 2024 18:46:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/NullAsValue-not-working/m-p/2424893#M96037</guid>
      <dc:creator>LeeRoyMalgas_</dc:creator>
      <dc:date>2024-02-28T18:46:46Z</dc:date>
    </item>
    <item>
      <title>Re: NullAsValue not working</title>
      <link>https://community.qlik.com/t5/App-Development/NullAsValue-not-working/m-p/2425122#M96057</link>
      <description>&lt;P&gt;Honestly I cannot remember&lt;BR /&gt;the post was made back in 2020!!&lt;BR /&gt;I need to check; I will get back to you&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Feb 2024 08:41:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/NullAsValue-not-working/m-p/2425122#M96057</guid>
      <dc:creator>ali_hijazi</dc:creator>
      <dc:date>2024-02-29T08:41:34Z</dc:date>
    </item>
  </channel>
</rss>

