<?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 Null, Empty or Blank in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Null-Empty-or-Blank/m-p/230924#M82713</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;An old post, but if you still need an answer you can use PurgeChar(text, remove_char) (in script load) to remove unwanted characters, that includes spaces.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Carl&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 Aug 2011 13:53:30 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-08-15T13:53:30Z</dc:date>
    <item>
      <title>Null, Empty or Blank</title>
      <link>https://community.qlik.com/t5/QlikView/Null-Empty-or-Blank/m-p/230920#M82709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a field in a table that I need a WHERE statement on. The field is rejected order lines and will have code in the field if the line has been rejected. If the line has not been rejected it is null. However, if a Customer Service Rep(CSR) rejects the line (puts in a code) and then changes their mind and "blanks" the field, it is not NULL any more it is Empty or Blank. Sometime the CSR goes into the field and puts in a space to remove the rejected order code.&lt;/P&gt;&lt;P&gt;I need to see only items that have not been rejected. I currently have to using the following:&lt;/P&gt;&lt;P&gt;WHERE MyField like '' OR MyFiled like ' ' OR MyField like ' ' OR ISNULL(MyField);&lt;/P&gt;&lt;P&gt;I have also used :&lt;/P&gt;&lt;P&gt;WHERE len(MyField) &amp;lt; 2; but the code (currently only two characters) could eventually go to a three character code or four or . . . ..&lt;/P&gt;&lt;P&gt;Is there a better way to test the field to trap that there is "no code" in field.&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Stephen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Apr 2011 23:02:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Null-Empty-or-Blank/m-p/230920#M82709</guid>
      <dc:creator />
      <dc:date>2011-04-26T23:02:37Z</dc:date>
    </item>
    <item>
      <title>Null, Empty or Blank</title>
      <link>https://community.qlik.com/t5/QlikView/Null-Empty-or-Blank/m-p/230921#M82710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try:&lt;/P&gt;&lt;P&gt;where len(trim(MyField))&amp;gt;0&lt;/P&gt;&lt;P&gt;it will remove spaces then count characters&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Apr 2011 23:05:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Null-Empty-or-Blank/m-p/230921#M82710</guid>
      <dc:creator>erichshiino</dc:creator>
      <dc:date>2011-04-26T23:05:35Z</dc:date>
    </item>
    <item>
      <title>Null, Empty or Blank</title>
      <link>https://community.qlik.com/t5/QlikView/Null-Empty-or-Blank/m-p/230922#M82711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That gives me everything "with a code" . I need everthing thing with out a code.&lt;/P&gt;&lt;P&gt;Stephen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Apr 2011 23:45:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Null-Empty-or-Blank/m-p/230922#M82711</guid>
      <dc:creator />
      <dc:date>2011-04-26T23:45:57Z</dc:date>
    </item>
    <item>
      <title>Null, Empty or Blank</title>
      <link>https://community.qlik.com/t5/QlikView/Null-Empty-or-Blank/m-p/230923#M82712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Using:&lt;/P&gt;&lt;P&gt;WHERE NOT len(trim(MyField)) &amp;gt;= 2&lt;/P&gt;&lt;P&gt;seems to work.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Stephen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Apr 2011 00:04:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Null-Empty-or-Blank/m-p/230923#M82712</guid>
      <dc:creator />
      <dc:date>2011-04-27T00:04:48Z</dc:date>
    </item>
    <item>
      <title>Null, Empty or Blank</title>
      <link>https://community.qlik.com/t5/QlikView/Null-Empty-or-Blank/m-p/230924#M82713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;An old post, but if you still need an answer you can use PurgeChar(text, remove_char) (in script load) to remove unwanted characters, that includes spaces.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Carl&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Aug 2011 13:53:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Null-Empty-or-Blank/m-p/230924#M82713</guid>
      <dc:creator />
      <dc:date>2011-08-15T13:53:30Z</dc:date>
    </item>
  </channel>
</rss>

