<?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: Stop Qlik from loading rows with blank cell values in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Stop-Qlik-from-loading-rows-with-blank-cell-values/m-p/1922322#M75918</link>
    <description>&lt;P&gt;Hey Vegar -- thank you for the quick reply. It seems the underlying issue was with a join. I needed to expand the filter to one more field due to another set of blanks, after applying len(trim(category))&amp;gt;0 and len(trim(material))&amp;gt;0, the results were correct.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thanks for your help!&lt;/P&gt;</description>
    <pubDate>Mon, 25 Apr 2022 19:17:23 GMT</pubDate>
    <dc:creator>Brysonds</dc:creator>
    <dc:date>2022-04-25T19:17:23Z</dc:date>
    <item>
      <title>Stop Qlik from loading rows with blank cell values</title>
      <link>https://community.qlik.com/t5/App-Development/Stop-Qlik-from-loading-rows-with-blank-cell-values/m-p/1922306#M75915</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I have a simple csv&amp;nbsp; file that contains the Category Parent, Category, Material&lt;/P&gt;
&lt;P&gt;No matter what I try, Qlik is loading materials that have a blank category (these cells are empty in excel, and expressed as null in Qlik). I just want the record that have a category loaded.&lt;/P&gt;
&lt;P&gt;I've tried the following, but no matter what I do these null records continue be created --- any suggestions?&lt;/P&gt;
&lt;P&gt;1. filtered on category ='E1'&lt;/P&gt;
&lt;P&gt;2. filtered on len(trim(category))&amp;gt;0&lt;/P&gt;
&lt;P&gt;3. filtered on not(category)=''&lt;/P&gt;
&lt;P&gt;4. filtered on isnull(category)=0&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Apr 2022 18:28:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Stop-Qlik-from-loading-rows-with-blank-cell-values/m-p/1922306#M75915</guid>
      <dc:creator>Brysonds</dc:creator>
      <dc:date>2022-04-25T18:28:53Z</dc:date>
    </item>
    <item>
      <title>Re: Stop Qlik from loading rows with blank cell values</title>
      <link>https://community.qlik.com/t5/App-Development/Stop-Qlik-from-loading-rows-with-blank-cell-values/m-p/1922314#M75917</link>
      <description>&lt;P&gt;The len(trim(category))&amp;gt;0 should work it is pretty generic. What's the output of the field [TEST] when running the script&amp;nbsp; below?&lt;/P&gt;
&lt;P&gt;Load [Category Parent], Category, Material,&lt;/P&gt;
&lt;P&gt;len(trim(Category))&amp;gt;0 as [TEST]&lt;/P&gt;
&lt;P&gt;FROM LIB://.../Simple.csv (txt...)&lt;/P&gt;
&lt;P&gt;Where len(trim(Category))&amp;gt;0&lt;/P&gt;</description>
      <pubDate>Mon, 25 Apr 2022 18:49:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Stop-Qlik-from-loading-rows-with-blank-cell-values/m-p/1922314#M75917</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2022-04-25T18:49:43Z</dc:date>
    </item>
    <item>
      <title>Re: Stop Qlik from loading rows with blank cell values</title>
      <link>https://community.qlik.com/t5/App-Development/Stop-Qlik-from-loading-rows-with-blank-cell-values/m-p/1922322#M75918</link>
      <description>&lt;P&gt;Hey Vegar -- thank you for the quick reply. It seems the underlying issue was with a join. I needed to expand the filter to one more field due to another set of blanks, after applying len(trim(category))&amp;gt;0 and len(trim(material))&amp;gt;0, the results were correct.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thanks for your help!&lt;/P&gt;</description>
      <pubDate>Mon, 25 Apr 2022 19:17:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Stop-Qlik-from-loading-rows-with-blank-cell-values/m-p/1922322#M75918</guid>
      <dc:creator>Brysonds</dc:creator>
      <dc:date>2022-04-25T19:17:23Z</dc:date>
    </item>
  </channel>
</rss>

