<?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: Removing Null values in the script? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Removing-Null-values-in-the-script/m-p/975428#M959680</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to remove these records where ISSUES is NULL, then just use the WHERE clause:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD ISSUES,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AnotherField&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM ...&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;WHERE LEN(TRIM(ISSUES));&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 Oct 2015 21:51:28 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2015-10-27T21:51:28Z</dc:date>
    <item>
      <title>Removing Null values in the script?</title>
      <link>https://community.qlik.com/t5/QlikView/Removing-Null-values-in-the-script/m-p/975424#M959676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Community,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; In my data there are nulls I need to remove that null data in the script it self. i don't want to load that nulls data in to qlik.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; can any one suggest it how to achieve it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chinnu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Oct 2015 21:29:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Removing-Null-values-in-the-script/m-p/975424#M959676</guid>
      <dc:creator>chinnu123</dc:creator>
      <dc:date>2015-10-27T21:29:48Z</dc:date>
    </item>
    <item>
      <title>Re: Removing Null values in the script?</title>
      <link>https://community.qlik.com/t5/QlikView/Removing-Null-values-in-the-script/m-p/975425#M959677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;LOAD Data&lt;/P&gt;&lt;P&gt;FROM ...&lt;/P&gt;&lt;P&gt;WHERE LEN(TRIM(Data));&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IF(LEN(TRIM(Data)), Data, 'No data') AS Data&lt;/P&gt;&lt;P&gt;FROM ...;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Oct 2015 21:34:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Removing-Null-values-in-the-script/m-p/975425#M959677</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-10-27T21:34:15Z</dc:date>
    </item>
    <item>
      <title>Re: Removing Null values in the script?</title>
      <link>https://community.qlik.com/t5/QlikView/Removing-Null-values-in-the-script/m-p/975426#M959678</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Chinnu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using Qlikview null functions we can handle this.&lt;/P&gt;&lt;P&gt;we can write a case logic like&lt;/P&gt;&lt;P&gt;if (isnull(fieldname)=-1,'No Data',fieldname) as fieldname.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if instead of null if your data have space or anything besides null showing as null, use TRIM function as Swuehl mentioned above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Brad.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Oct 2015 21:45:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Removing-Null-values-in-the-script/m-p/975426#M959678</guid>
      <dc:creator />
      <dc:date>2015-10-27T21:45:34Z</dc:date>
    </item>
    <item>
      <title>Re: Removing Null values in the script?</title>
      <link>https://community.qlik.com/t5/QlikView/Removing-Null-values-in-the-script/m-p/975427#M959679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi swuehl,&lt;/P&gt;&lt;P&gt;Thanks for your quick reply,&lt;/P&gt;&lt;P&gt;I want to delete that null values data permanently instead of changing as some other name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example i have a field name ISSUES in this field i have some null values&amp;nbsp; '-' i want to remove that data permanently.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chinnu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Oct 2015 21:49:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Removing-Null-values-in-the-script/m-p/975427#M959679</guid>
      <dc:creator>chinnu123</dc:creator>
      <dc:date>2015-10-27T21:49:20Z</dc:date>
    </item>
    <item>
      <title>Re: Removing Null values in the script?</title>
      <link>https://community.qlik.com/t5/QlikView/Removing-Null-values-in-the-script/m-p/975428#M959680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to remove these records where ISSUES is NULL, then just use the WHERE clause:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD ISSUES,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AnotherField&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM ...&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;WHERE LEN(TRIM(ISSUES));&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Oct 2015 21:51:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Removing-Null-values-in-the-script/m-p/975428#M959680</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-10-27T21:51:28Z</dc:date>
    </item>
    <item>
      <title>Re: Removing Null values in the script?</title>
      <link>https://community.qlik.com/t5/QlikView/Removing-Null-values-in-the-script/m-p/975429#M959681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;Data..&lt;/P&gt;&lt;P&gt;from&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;where Field is not null;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Oct 2015 22:56:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Removing-Null-values-in-the-script/m-p/975429#M959681</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-27T22:56:02Z</dc:date>
    </item>
    <item>
      <title>Re: Removing Null values in the script?</title>
      <link>https://community.qlik.com/t5/QlikView/Removing-Null-values-in-the-script/m-p/975430#M959682</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;for "real" null values you could use:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14459870543809577 jive_text_macro" jivemacro_uid="_14459870543809577"&gt;
&lt;P&gt;...&lt;/P&gt;
&lt;P&gt;Where not IsNull(YourField);&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but that would not work for e.g. blanks or empty strings.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Oct 2015 23:05:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Removing-Null-values-in-the-script/m-p/975430#M959682</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2015-10-27T23:05:23Z</dc:date>
    </item>
    <item>
      <title>Re: Removing Null values in the script?</title>
      <link>https://community.qlik.com/t5/QlikView/Removing-Null-values-in-the-script/m-p/975431#M959683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Swuehl,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its working...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Oct 2015 23:15:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Removing-Null-values-in-the-script/m-p/975431#M959683</guid>
      <dc:creator>chinnu123</dc:creator>
      <dc:date>2015-10-27T23:15:20Z</dc:date>
    </item>
  </channel>
</rss>

