<?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 do not load empty rows - another question in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/do-not-load-empty-rows-another-question/m-p/447629#M701842</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I´ve got another question regarding the load of empty rows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I´ve got this script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Directory;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD date, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; amount,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; site&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;test_emptyrows.csv &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(txt, codepage is 1252, embedded labels, delimiter is ';', msq) &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Where Len ((date ) &amp;gt;0);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my data source there are rows without date but with values in the other fields. This rows I do not want to load. What do I have to change?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;cscherer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Sep 2012 08:41:15 GMT</pubDate>
    <dc:creator>cscherer</dc:creator>
    <dc:date>2012-09-27T08:41:15Z</dc:date>
    <item>
      <title>do not load empty rows - another question</title>
      <link>https://community.qlik.com/t5/QlikView/do-not-load-empty-rows-another-question/m-p/447629#M701842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I´ve got another question regarding the load of empty rows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I´ve got this script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Directory;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD date, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; amount,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; site&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;test_emptyrows.csv &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(txt, codepage is 1252, embedded labels, delimiter is ';', msq) &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Where Len ((date ) &amp;gt;0);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my data source there are rows without date but with values in the other fields. This rows I do not want to load. What do I have to change?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;cscherer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2012 08:41:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/do-not-load-empty-rows-another-question/m-p/447629#M701842</guid>
      <dc:creator>cscherer</dc:creator>
      <dc:date>2012-09-27T08:41:15Z</dc:date>
    </item>
    <item>
      <title>Re: do not load empty rows - another question</title>
      <link>https://community.qlik.com/t5/QlikView/do-not-load-empty-rows-another-question/m-p/447630#M701843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Where Len (trim(date)) &amp;gt;0;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2012 08:49:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/do-not-load-empty-rows-another-question/m-p/447630#M701843</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-09-27T08:49:37Z</dc:date>
    </item>
    <item>
      <title>Re: do not load empty rows - another question</title>
      <link>https://community.qlik.com/t5/QlikView/do-not-load-empty-rows-another-question/m-p/447631#M701844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2012 08:51:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/do-not-load-empty-rows-another-question/m-p/447631#M701844</guid>
      <dc:creator>cscherer</dc:creator>
      <dc:date>2012-09-27T08:51:01Z</dc:date>
    </item>
  </channel>
</rss>

