<?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: Remove null value keyword from data field in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Remove-null-value-keyword-from-data-field/m-p/1785648#M1210014</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/17935"&gt;@MayilVahanan&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When i apply the query like below:-&lt;/P&gt;&lt;P&gt;Data :&lt;/P&gt;&lt;P&gt;Load tag_color&lt;/P&gt;&lt;P&gt;from...&lt;/P&gt;&lt;P&gt;where tag_color &amp;lt;&amp;gt; 'NULL' and run the script, NULL is removed.&lt;/P&gt;&lt;P&gt;However, when i try to do the below :-&lt;/P&gt;&lt;P&gt;Data&amp;nbsp;&lt;/P&gt;&lt;P&gt;Load tag_color,&lt;/P&gt;&lt;P&gt;tga_uid..&lt;/P&gt;&lt;P&gt;tag_changedate&lt;/P&gt;&lt;P&gt;tag_trolleyid&lt;/P&gt;&lt;P&gt;..from ...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Temp:&lt;/P&gt;&lt;P&gt;tag_uid&lt;/P&gt;&lt;P&gt;max(tag_changedate) as Last_date_paint&lt;/P&gt;&lt;P&gt;resident Data&lt;/P&gt;&lt;P&gt;Where tag_color &amp;lt;&amp;gt; 'NULL'&lt;/P&gt;&lt;P&gt;group by tag_uid;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When i create table it does not work (tag_color ) show values for both (NULL and numbers)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Aspiring_Developer_0-1614149832296.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/49752i8047282E6CC4A577/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Aspiring_Developer_0-1614149832296.png" alt="Aspiring_Developer_0-1614149832296.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Aspiring_Developer_1-1614149899989.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/49753iB8498BAA205E805A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Aspiring_Developer_1-1614149899989.png" alt="Aspiring_Developer_1-1614149899989.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;IS it becuse both the tables have common key as tga_uid linking them ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 24 Feb 2021 07:00:19 GMT</pubDate>
    <dc:creator>Aspiring_Developer</dc:creator>
    <dc:date>2021-02-24T07:00:19Z</dc:date>
    <item>
      <title>Remove null value keyword from data field</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-null-value-keyword-from-data-field/m-p/1785642#M1210012</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;I have a below data column:-&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Aspiring_Developer_0-1614148016925.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/49750iA05DA0EAC27EA4F3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Aspiring_Developer_0-1614148016925.png" alt="Aspiring_Developer_0-1614148016925.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I want to remove this 'NULL' key word , i tried below :-&lt;/P&gt;&lt;P&gt;Table:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;tag_color&lt;/P&gt;&lt;P&gt;from....&lt;/P&gt;&lt;P&gt;where tag_color &amp;lt;&amp;gt;'NULL'&lt;/P&gt;&lt;P&gt;It did not work , i am still able to see the NULL value in the data column.&lt;/P&gt;&lt;P&gt;Can anyone please help ?&lt;/P&gt;</description>
      <pubDate>Wed, 24 Feb 2021 06:37:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-null-value-keyword-from-data-field/m-p/1785642#M1210012</guid>
      <dc:creator>Aspiring_Developer</dc:creator>
      <dc:date>2021-02-24T06:37:53Z</dc:date>
    </item>
    <item>
      <title>Re: Remove null value keyword from data field</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-null-value-keyword-from-data-field/m-p/1785644#M1210013</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/103918"&gt;@Aspiring_Developer&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Try with below&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;tag_color&lt;/P&gt;&lt;P&gt;from....&lt;/P&gt;&lt;P&gt;where IsNum(&lt;SPAN&gt;tag_color&amp;nbsp;&lt;/SPAN&gt;);&lt;/P&gt;</description>
      <pubDate>Wed, 24 Feb 2021 06:47:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-null-value-keyword-from-data-field/m-p/1785644#M1210013</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2021-02-24T06:47:46Z</dc:date>
    </item>
    <item>
      <title>Re: Remove null value keyword from data field</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-null-value-keyword-from-data-field/m-p/1785648#M1210014</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/17935"&gt;@MayilVahanan&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When i apply the query like below:-&lt;/P&gt;&lt;P&gt;Data :&lt;/P&gt;&lt;P&gt;Load tag_color&lt;/P&gt;&lt;P&gt;from...&lt;/P&gt;&lt;P&gt;where tag_color &amp;lt;&amp;gt; 'NULL' and run the script, NULL is removed.&lt;/P&gt;&lt;P&gt;However, when i try to do the below :-&lt;/P&gt;&lt;P&gt;Data&amp;nbsp;&lt;/P&gt;&lt;P&gt;Load tag_color,&lt;/P&gt;&lt;P&gt;tga_uid..&lt;/P&gt;&lt;P&gt;tag_changedate&lt;/P&gt;&lt;P&gt;tag_trolleyid&lt;/P&gt;&lt;P&gt;..from ...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Temp:&lt;/P&gt;&lt;P&gt;tag_uid&lt;/P&gt;&lt;P&gt;max(tag_changedate) as Last_date_paint&lt;/P&gt;&lt;P&gt;resident Data&lt;/P&gt;&lt;P&gt;Where tag_color &amp;lt;&amp;gt; 'NULL'&lt;/P&gt;&lt;P&gt;group by tag_uid;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When i create table it does not work (tag_color ) show values for both (NULL and numbers)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Aspiring_Developer_0-1614149832296.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/49752i8047282E6CC4A577/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Aspiring_Developer_0-1614149832296.png" alt="Aspiring_Developer_0-1614149832296.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Aspiring_Developer_1-1614149899989.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/49753iB8498BAA205E805A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Aspiring_Developer_1-1614149899989.png" alt="Aspiring_Developer_1-1614149899989.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;IS it becuse both the tables have common key as tga_uid linking them ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Feb 2021 07:00:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-null-value-keyword-from-data-field/m-p/1785648#M1210014</guid>
      <dc:creator>Aspiring_Developer</dc:creator>
      <dc:date>2021-02-24T07:00:19Z</dc:date>
    </item>
    <item>
      <title>Re: Remove null value keyword from data field</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-null-value-keyword-from-data-field/m-p/1785656#M1210015</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/103918"&gt;@Aspiring_Developer&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes, its might be due to tag_id.&amp;nbsp;&lt;BR /&gt;If you don't want "NULL" value in ur app. You can apply where condition in initial load itself.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Feb 2021 07:30:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-null-value-keyword-from-data-field/m-p/1785656#M1210015</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2021-02-24T07:30:24Z</dc:date>
    </item>
    <item>
      <title>Re: Remove null value keyword from data field</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-null-value-keyword-from-data-field/m-p/1785658#M1210016</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/17935"&gt;@MayilVahanan&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want both tables&lt;/P&gt;&lt;P&gt;One table where tag_color ='NULL'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and other table where tag_color &amp;lt;&amp;gt;'NULL'&lt;/P&gt;&lt;P&gt;How can i achieve it ?&lt;/P&gt;</description>
      <pubDate>Wed, 24 Feb 2021 07:40:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-null-value-keyword-from-data-field/m-p/1785658#M1210016</guid>
      <dc:creator>Aspiring_Developer</dc:creator>
      <dc:date>2021-02-24T07:40:00Z</dc:date>
    </item>
    <item>
      <title>Re: Remove null value keyword from data field</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-null-value-keyword-from-data-field/m-p/1785659#M1210017</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Can you send the sample data &amp;amp; expected output to proceed further.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Feb 2021 08:12:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-null-value-keyword-from-data-field/m-p/1785659#M1210017</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2021-02-24T08:12:34Z</dc:date>
    </item>
  </channel>
</rss>

