<?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 Find blanks in text field in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Find-blanks-in-text-field/m-p/698542#M252217</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried to use the expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;SPAN style="color: #0000ff;"&gt;count&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;IF&lt;/SPAN&gt;(text=' ',items&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;))&lt;/SPAN&gt;&amp;nbsp; to find all items where the text field is blank - but?????????????????????????&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Oct 2014 07:31:05 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-10-10T07:31:05Z</dc:date>
    <item>
      <title>Find blanks in text field</title>
      <link>https://community.qlik.com/t5/QlikView/Find-blanks-in-text-field/m-p/698542#M252217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried to use the expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;SPAN style="color: #0000ff;"&gt;count&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;IF&lt;/SPAN&gt;(text=' ',items&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;))&lt;/SPAN&gt;&amp;nbsp; to find all items where the text field is blank - but?????????????????????????&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Oct 2014 07:31:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-blanks-in-text-field/m-p/698542#M252217</guid>
      <dc:creator />
      <dc:date>2014-10-10T07:31:05Z</dc:date>
    </item>
    <item>
      <title>Re: Find blanks in text field</title>
      <link>https://community.qlik.com/t5/QlikView/Find-blanks-in-text-field/m-p/698543#M252218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=count(if(len(trim(text)) = 0, item))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do the "trim" operation in load script and flag the dataset!&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; id,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; text,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; f(len(trim(text)) = 0, 0, 1) as EmptyFlag,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; item&lt;/P&gt;&lt;P&gt;RESIDENT Table:&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Oct 2014 07:34:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-blanks-in-text-field/m-p/698543#M252218</guid>
      <dc:creator>manuelreimitz</dc:creator>
      <dc:date>2014-10-10T07:34:23Z</dc:date>
    </item>
    <item>
      <title>Re: Find blanks in text field</title>
      <link>https://community.qlik.com/t5/QlikView/Find-blanks-in-text-field/m-p/698544#M252219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hurra - it works&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Oct 2014 07:36:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-blanks-in-text-field/m-p/698544#M252219</guid>
      <dc:creator />
      <dc:date>2014-10-10T07:36:54Z</dc:date>
    </item>
  </channel>
</rss>

