<?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 Value in the Script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Removing-Null-Value-in-the-Script/m-p/514087#M1121906</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if(Len(Trim(Field)) &amp;gt; 0,cell,' ')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jan 2014 10:04:06 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-01-15T10:04:06Z</dc:date>
    <item>
      <title>Removing Null Value in the Script</title>
      <link>https://community.qlik.com/t5/QlikView/Removing-Null-Value-in-the-Script/m-p/514084#M1121901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi im pulling data from an excel spreadsheet. the columns have a =if(cell="","",cell) which when loaded into qlikview produces null values. is there a way to remove these in the script?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jan 2014 09:10:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Removing-Null-Value-in-the-Script/m-p/514084#M1121901</guid>
      <dc:creator>samuel_brierley</dc:creator>
      <dc:date>2014-01-15T09:10:40Z</dc:date>
    </item>
    <item>
      <title>Re: Removing Null Value in the Script</title>
      <link>https://community.qlik.com/t5/QlikView/Removing-Null-Value-in-the-Script/m-p/514085#M1121903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can add a where clause to the load statement:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load ... From File.xls (biff, ...) Where Len(Trim(Field)) &amp;gt; 0 ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jan 2014 09:41:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Removing-Null-Value-in-the-Script/m-p/514085#M1121903</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2014-01-15T09:41:06Z</dc:date>
    </item>
    <item>
      <title>Re: Removing Null Value in the Script</title>
      <link>https://community.qlik.com/t5/QlikView/Removing-Null-Value-in-the-Script/m-p/514086#M1121904</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;use&lt;/P&gt;&lt;P&gt;where &lt;/P&gt;&lt;P&gt;len(field)&amp;gt;0&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jan 2014 09:53:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Removing-Null-Value-in-the-Script/m-p/514086#M1121904</guid>
      <dc:creator>vipin_mishra479</dc:creator>
      <dc:date>2014-01-15T09:53:56Z</dc:date>
    </item>
    <item>
      <title>Re: Removing Null Value in the Script</title>
      <link>https://community.qlik.com/t5/QlikView/Removing-Null-Value-in-the-Script/m-p/514087#M1121906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if(Len(Trim(Field)) &amp;gt; 0,cell,' ')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jan 2014 10:04:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Removing-Null-Value-in-the-Script/m-p/514087#M1121906</guid>
      <dc:creator />
      <dc:date>2014-01-15T10:04:06Z</dc:date>
    </item>
    <item>
      <title>Re: Removing Null Value in the Script</title>
      <link>https://community.qlik.com/t5/QlikView/Removing-Null-Value-in-the-Script/m-p/514088#M1121907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in if condition write this way&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;if(Len(Trim(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;cell&lt;/SPAN&gt;)) &amp;gt; 0,&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;cell&lt;/SPAN&gt;) as CellField&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jan 2014 10:04:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Removing-Null-Value-in-the-Script/m-p/514088#M1121907</guid>
      <dc:creator>er_mohit</dc:creator>
      <dc:date>2014-01-15T10:04:20Z</dc:date>
    </item>
    <item>
      <title>Re: Removing Null Value in the Script</title>
      <link>https://community.qlik.com/t5/QlikView/Removing-Null-Value-in-the-Script/m-p/514089#M1121909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Guys youve all been a massive help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jan 2014 10:23:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Removing-Null-Value-in-the-Script/m-p/514089#M1121909</guid>
      <dc:creator>samuel_brierley</dc:creator>
      <dc:date>2014-01-15T10:23:28Z</dc:date>
    </item>
    <item>
      <title>Re: Removing Null Value in the Script</title>
      <link>https://community.qlik.com/t5/QlikView/Removing-Null-Value-in-the-Script/m-p/514090#M1121911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;Use this&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;len(field)&amp;gt;0&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jan 2014 11:26:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Removing-Null-Value-in-the-Script/m-p/514090#M1121911</guid>
      <dc:creator />
      <dc:date>2014-01-15T11:26:13Z</dc:date>
    </item>
    <item>
      <title>Re: Removing Null Value in the Script</title>
      <link>https://community.qlik.com/t5/QlikView/Removing-Null-Value-in-the-Script/m-p/514091#M1121912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Samuel,&lt;/P&gt;&lt;P&gt;Use following &lt;STRONG&gt;Where&lt;/STRONG&gt; condition it works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From................................&lt;/P&gt;&lt;P&gt;Where IsNull(Field)=0;&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;Kiran Rode&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;+91 897 6977897&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jan 2014 11:28:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Removing-Null-Value-in-the-Script/m-p/514091#M1121912</guid>
      <dc:creator>kiranmanoharrode</dc:creator>
      <dc:date>2014-01-15T11:28:42Z</dc:date>
    </item>
  </channel>
</rss>

