<?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 Connector: problems with the date format with null values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Connector-problems-with-the-date-format-with-null-values/m-p/191680#M1231601</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I try to explain:&lt;/P&gt;&lt;P&gt;the value "0000-00-00" is an emtpy value (null) in the data. QV is reading the other values, interpreted them as a date-value, format "yyyy.mm.dd" and set the null value to this format.&lt;/P&gt;&lt;P&gt;The other fields, which are full filled as a date, are set into the "set date"-format.&lt;/P&gt;&lt;P&gt;Unfortunately QV don't change the format of the LAEDA-table.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Martin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Jul 2009 21:18:44 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-07-07T21:18:44Z</dc:date>
    <item>
      <title>Connector: problems with the date format with null values</title>
      <link>https://community.qlik.com/t5/QlikView/Connector-problems-with-the-date-format-with-null-values/m-p/191674#M1231585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I'm using the SAP connector to download datas. There is a field with a date. If the values are filled, QV identifies it as a date and I can change the format to e.g. DD.MM.YYYY.&lt;/P&gt;&lt;P&gt;But if there are no values (the date is null) QV ingores the set date-statement. All values they are filled are set as a date, the null-value is filled with a date, formated in the system format e.g. 0-0-0000, straightened as a text.&lt;/P&gt;&lt;P&gt;A workaround is to load the date like&lt;/P&gt;&lt;P&gt;date(LAEDA,'DD.MM.YYYY') as LAEDA&lt;/P&gt;&lt;P&gt;but this isn't practicable.&lt;/P&gt;&lt;P&gt;Any other ideas?&lt;/P&gt;&lt;P&gt;Greetings&lt;/P&gt;&lt;P&gt;MM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 21:26:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Connector-problems-with-the-date-format-with-null-values/m-p/191674#M1231585</guid>
      <dc:creator />
      <dc:date>2026-01-26T21:26:37Z</dc:date>
    </item>
    <item>
      <title>Connector: problems with the date format with null values</title>
      <link>https://community.qlik.com/t5/QlikView/Connector-problems-with-the-date-format-with-null-values/m-p/191675#M1231587</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I don't know if this will work but what if you set the null interpret value?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR style="margin-left:40px;font-weight:bold;" /&gt;set NullInterpret='0-0-0000';&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;Stephen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jul 2009 20:22:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Connector-problems-with-the-date-format-with-null-values/m-p/191675#M1231587</guid>
      <dc:creator>stephencredmond</dc:creator>
      <dc:date>2009-07-07T20:22:56Z</dc:date>
    </item>
    <item>
      <title>Connector: problems with the date format with null values</title>
      <link>https://community.qlik.com/t5/QlikView/Connector-problems-with-the-date-format-with-null-values/m-p/191676#M1231591</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;doesn't work.&lt;/P&gt;&lt;P&gt;The nullinterpret defined a character that schould be interpreted as a null value.&lt;/P&gt;&lt;P&gt;I need a statemant that interpreted a null as a date-value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jul 2009 20:28:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Connector-problems-with-the-date-format-with-null-values/m-p/191676#M1231591</guid>
      <dc:creator />
      <dc:date>2009-07-07T20:28:51Z</dc:date>
    </item>
    <item>
      <title>Connector: problems with the date format with null values</title>
      <link>https://community.qlik.com/t5/QlikView/Connector-problems-with-the-date-format-with-null-values/m-p/191677#M1231593</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why?&lt;/P&gt;&lt;P&gt;A null is not a date value!&lt;/P&gt;&lt;P&gt;If you need to link it to your calendar then perhaps you could use NullAsValue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stephen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jul 2009 20:43:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Connector-problems-with-the-date-format-with-null-values/m-p/191677#M1231593</guid>
      <dc:creator>stephencredmond</dc:creator>
      <dc:date>2009-07-07T20:43:25Z</dc:date>
    </item>
    <item>
      <title>Connector: problems with the date format with null values</title>
      <link>https://community.qlik.com/t5/QlikView/Connector-problems-with-the-date-format-with-null-values/m-p/191678#M1231596</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't want to link it.&lt;/P&gt;&lt;P&gt;The reason is if there are null-values QV don't interpreted them as date-values and ignores the set date-format.&lt;/P&gt;&lt;P&gt;If I set the statement where LAEDA &amp;gt;0 then all datas are set into my favorited date format.&lt;/P&gt;&lt;P&gt;Here's a snapshot:&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/27/7462.testdatum.jpg"&gt;&lt;IMG alt="" border="0" src="http://community.qlik.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Discussions.Components.Files/27/7462.testdatum.jpg" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;ERSDA is ok because all datas are filled, LAEDA is ignored.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jul 2009 20:50:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Connector-problems-with-the-date-format-with-null-values/m-p/191678#M1231596</guid>
      <dc:creator />
      <dc:date>2009-07-07T20:50:17Z</dc:date>
    </item>
    <item>
      <title>Connector: problems with the date format with null values</title>
      <link>https://community.qlik.com/t5/QlikView/Connector-problems-with-the-date-format-with-null-values/m-p/191679#M1231599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am sorry that I don't fully understand the problem.&lt;/P&gt;&lt;P&gt;Can you not change the date format to re-interpret the different dates?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;Set DateFormat = 'YYYY-MM-DD';&lt;BR /&gt;Set NullInterpret = '0000-00-00';&lt;BR /&gt;Load * inline [&lt;BR /&gt;D1&lt;BR /&gt;0000-00-00&lt;BR /&gt;1995-07-05&lt;BR /&gt;1995-07-06&lt;BR /&gt;1995-07-20&lt;BR /&gt;];&lt;BR /&gt;SET DateFormat='DD.MM.YYYY';&lt;BR /&gt;Load * inline [&lt;BR /&gt;D2&lt;BR /&gt;08.07.1995&lt;BR /&gt;09.07.1995&lt;BR /&gt;13.07.1995&lt;BR /&gt;];&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Of course I know this example is simplistic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stephen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jul 2009 21:11:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Connector-problems-with-the-date-format-with-null-values/m-p/191679#M1231599</guid>
      <dc:creator>stephencredmond</dc:creator>
      <dc:date>2009-07-07T21:11:21Z</dc:date>
    </item>
    <item>
      <title>Connector: problems with the date format with null values</title>
      <link>https://community.qlik.com/t5/QlikView/Connector-problems-with-the-date-format-with-null-values/m-p/191680#M1231601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I try to explain:&lt;/P&gt;&lt;P&gt;the value "0000-00-00" is an emtpy value (null) in the data. QV is reading the other values, interpreted them as a date-value, format "yyyy.mm.dd" and set the null value to this format.&lt;/P&gt;&lt;P&gt;The other fields, which are full filled as a date, are set into the "set date"-format.&lt;/P&gt;&lt;P&gt;Unfortunately QV don't change the format of the LAEDA-table.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Martin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jul 2009 21:18:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Connector-problems-with-the-date-format-with-null-values/m-p/191680#M1231601</guid>
      <dc:creator />
      <dc:date>2009-07-07T21:18:44Z</dc:date>
    </item>
    <item>
      <title>Connector: problems with the date format with null values</title>
      <link>https://community.qlik.com/t5/QlikView/Connector-problems-with-the-date-format-with-null-values/m-p/191681#M1231603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I found out:&lt;/P&gt;&lt;P&gt;Even the field LAEDA is emtpy in SAP the connector committed a "0000-00-00" as value.&lt;/P&gt;&lt;P&gt;So the field isn't null, it is this value.&lt;/P&gt;&lt;P&gt;So I try to replace "0000-00-00" by '' or 0, this is ok. But Qlikview did not transform the datas from 1995-05-15 to 15.05.1995, set by the parameter settings.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jul 2009 20:07:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Connector-problems-with-the-date-format-with-null-values/m-p/191681#M1231603</guid>
      <dc:creator />
      <dc:date>2009-07-08T20:07:40Z</dc:date>
    </item>
  </channel>
</rss>

