<?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 Empty Strings - How to filter them out in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Empty-Strings-How-to-filter-them-out/m-p/329130#M707468</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi, &lt;/P&gt;&lt;P&gt;While uploading the data go to "Enable Transformation Step" and in the Garbage Tab apply "Conditional Delete" &lt;/P&gt;&lt;P&gt;there you can delete as per you condition, &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 18 Nov 2011 14:18:13 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-11-18T14:18:13Z</dc:date>
    <item>
      <title>Empty Strings - How to filter them out</title>
      <link>https://community.qlik.com/t5/QlikView/Empty-Strings-How-to-filter-them-out/m-p/329125#M707461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a char field that either has a 10 digit number in it i.e. (0000658978) or it is empty.&amp;nbsp; After loading the table and then when I try and do a resindent load on this field where it's not equal to an empty string it does not weed out the lines where this field is empty.&amp;nbsp; Can anyone assist on the script to deal with this situation?&amp;nbsp; Thanks, Sean&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Nov 2011 13:22:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Empty-Strings-How-to-filter-them-out/m-p/329125#M707461</guid>
      <dc:creator />
      <dc:date>2011-11-18T13:22:23Z</dc:date>
    </item>
    <item>
      <title>Empty Strings - How to filter them out</title>
      <link>https://community.qlik.com/t5/QlikView/Empty-Strings-How-to-filter-them-out/m-p/329126#M707463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you load this field into a list box does this empty string appear as a selection option?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Nov 2011 13:32:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Empty-Strings-How-to-filter-them-out/m-p/329126#M707463</guid>
      <dc:creator />
      <dc:date>2011-11-18T13:32:31Z</dc:date>
    </item>
    <item>
      <title>Empty Strings - How to filter them out</title>
      <link>https://community.qlik.com/t5/QlikView/Empty-Strings-How-to-filter-them-out/m-p/329127#M707465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sounds like you should get either blank strings or null values in your data. If this is the case you can filter on either or both conditions, for example by the principle below. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;F1&lt;/P&gt;&lt;P&gt;RESIDENT TableName &lt;/P&gt;&lt;P&gt;WHERE not IsNull(F1) AND Len(F1) &amp;gt; 0;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Nov 2011 14:02:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Empty-Strings-How-to-filter-them-out/m-p/329127#M707465</guid>
      <dc:creator>ToniKautto</dc:creator>
      <dc:date>2011-11-18T14:02:01Z</dc:date>
    </item>
    <item>
      <title>Empty Strings - How to filter them out</title>
      <link>https://community.qlik.com/t5/QlikView/Empty-Strings-How-to-filter-them-out/m-p/329128#M707466</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; In a list box it does not, but in a table I can select it and it will filter the table to show all lines where this field is empty.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Nov 2011 14:06:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Empty-Strings-How-to-filter-them-out/m-p/329128#M707466</guid>
      <dc:creator />
      <dc:date>2011-11-18T14:06:37Z</dc:date>
    </item>
    <item>
      <title>Empty Strings - How to filter them out</title>
      <link>https://community.qlik.com/t5/QlikView/Empty-Strings-How-to-filter-them-out/m-p/329129#M707467</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(F1)) &amp;gt; 0 &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;Gordon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Nov 2011 14:06:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Empty-Strings-How-to-filter-them-out/m-p/329129#M707467</guid>
      <dc:creator />
      <dc:date>2011-11-18T14:06:52Z</dc:date>
    </item>
    <item>
      <title>Empty Strings - How to filter them out</title>
      <link>https://community.qlik.com/t5/QlikView/Empty-Strings-How-to-filter-them-out/m-p/329130#M707468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi, &lt;/P&gt;&lt;P&gt;While uploading the data go to "Enable Transformation Step" and in the Garbage Tab apply "Conditional Delete" &lt;/P&gt;&lt;P&gt;there you can delete as per you condition, &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Nov 2011 14:18:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Empty-Strings-How-to-filter-them-out/m-p/329130#M707468</guid>
      <dc:creator />
      <dc:date>2011-11-18T14:18:13Z</dc:date>
    </item>
    <item>
      <title>Empty Strings - How to filter them out</title>
      <link>https://community.qlik.com/t5/QlikView/Empty-Strings-How-to-filter-them-out/m-p/329131#M707469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This did not work.&amp;nbsp; I received the same results.&amp;nbsp; I also tried a couple of iterations and that did not work as well.the script is:&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INNER&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;JOIN&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; (BillingLine)&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;Load&lt;/STRONG&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Distinct&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;%KEY_VBRP&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Sales deal_KNUMA_AG]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Resident&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; BillingLine &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;where&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;not&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;IsNull&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Sales deal_KNUMA_AG]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;and&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Len&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Sales deal_KNUMA_AG]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &amp;gt;0; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Nov 2011 14:20:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Empty-Strings-How-to-filter-them-out/m-p/329131#M707469</guid>
      <dc:creator />
      <dc:date>2011-11-18T14:20:20Z</dc:date>
    </item>
    <item>
      <title>Empty Strings - How to filter them out</title>
      <link>https://community.qlik.com/t5/QlikView/Empty-Strings-How-to-filter-them-out/m-p/329132#M707470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you provide a sample?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Nov 2011 14:21:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Empty-Strings-How-to-filter-them-out/m-p/329132#M707470</guid>
      <dc:creator />
      <dc:date>2011-11-18T14:21:11Z</dc:date>
    </item>
    <item>
      <title>Empty Strings - How to filter them out</title>
      <link>https://community.qlik.com/t5/QlikView/Empty-Strings-How-to-filter-them-out/m-p/329133#M707471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Ah, that did the trick, thanks much. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Nov 2011 14:32:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Empty-Strings-How-to-filter-them-out/m-p/329133#M707471</guid>
      <dc:creator />
      <dc:date>2011-11-18T14:32:34Z</dc:date>
    </item>
    <item>
      <title>Re: Empty Strings - How to filter them out</title>
      <link>https://community.qlik.com/t5/QlikView/Empty-Strings-How-to-filter-them-out/m-p/329134#M707472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;just check the attached excel file and the table &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Nov 2011 14:33:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Empty-Strings-How-to-filter-them-out/m-p/329134#M707472</guid>
      <dc:creator />
      <dc:date>2011-11-18T14:33:09Z</dc:date>
    </item>
  </channel>
</rss>

