<?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 Load Fields where a Field is empty (has no value) in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Load-Fields-where-a-Field-is-empty-has-no-value/m-p/1672523#M593511</link>
    <description>&lt;P&gt;Hello Community&lt;/P&gt;&lt;P&gt;I have a question about loading a qvd-File like this:&lt;/P&gt;&lt;P&gt;Load&lt;BR /&gt;&amp;nbsp; ID,&lt;BR /&gt;&amp;nbsp; Name,&amp;nbsp;&lt;BR /&gt;&amp;nbsp; Surname,&amp;nbsp;&lt;BR /&gt;&amp;nbsp; Birthdate,&amp;nbsp;&lt;BR /&gt;&amp;nbsp; Address,&amp;nbsp;&lt;BR /&gt;&amp;nbsp; City&lt;BR /&gt;FROM Adresses.qvd&lt;BR /&gt;WHERE Birthdate &amp;gt; then date('01.01.1950', 'dd.mm.yyyy') OR Birthdate = '';&lt;/P&gt;&lt;P&gt;So i want to load all de rows where the birthdate is higher than 1950 and all the rows which have an empty birthdate-field.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;the bigger than works fine, but the rows with the empty birthdates are not in the resulting dataset.&lt;/P&gt;&lt;P&gt;any ideas?&amp;nbsp;&lt;/P&gt;&lt;P&gt;thank you very much!&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 19:10:33 GMT</pubDate>
    <dc:creator>sammo</dc:creator>
    <dc:date>2024-11-16T19:10:33Z</dc:date>
    <item>
      <title>Load Fields where a Field is empty (has no value)</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Fields-where-a-Field-is-empty-has-no-value/m-p/1672523#M593511</link>
      <description>&lt;P&gt;Hello Community&lt;/P&gt;&lt;P&gt;I have a question about loading a qvd-File like this:&lt;/P&gt;&lt;P&gt;Load&lt;BR /&gt;&amp;nbsp; ID,&lt;BR /&gt;&amp;nbsp; Name,&amp;nbsp;&lt;BR /&gt;&amp;nbsp; Surname,&amp;nbsp;&lt;BR /&gt;&amp;nbsp; Birthdate,&amp;nbsp;&lt;BR /&gt;&amp;nbsp; Address,&amp;nbsp;&lt;BR /&gt;&amp;nbsp; City&lt;BR /&gt;FROM Adresses.qvd&lt;BR /&gt;WHERE Birthdate &amp;gt; then date('01.01.1950', 'dd.mm.yyyy') OR Birthdate = '';&lt;/P&gt;&lt;P&gt;So i want to load all de rows where the birthdate is higher than 1950 and all the rows which have an empty birthdate-field.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;the bigger than works fine, but the rows with the empty birthdates are not in the resulting dataset.&lt;/P&gt;&lt;P&gt;any ideas?&amp;nbsp;&lt;/P&gt;&lt;P&gt;thank you very much!&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 19:10:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Fields-where-a-Field-is-empty-has-no-value/m-p/1672523#M593511</guid>
      <dc:creator>sammo</dc:creator>
      <dc:date>2024-11-16T19:10:33Z</dc:date>
    </item>
    <item>
      <title>Re: Load Fields where a Field is empty (has no value)</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Fields-where-a-Field-is-empty-has-no-value/m-p/1672529#M593513</link>
      <description>&lt;P&gt;If your date format is the valid, U can try&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Load&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; ID,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; Name,&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; Surname,&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; Birthdate,&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; Address,&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; City&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;FROM Adresses.qvd&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;WHERE &lt;STRONG&gt;Year(Birthdate) &amp;gt; 1950 or IsNull(Birthdate)&lt;/STRONG&gt;;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Feb 2020 13:21:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Fields-where-a-Field-is-empty-has-no-value/m-p/1672529#M593513</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2020-02-05T13:21:02Z</dc:date>
    </item>
  </channel>
</rss>

