<?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: Oracle format date - Qliksense erro in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Oracle-format-date-Qliksense-erro/m-p/1913696#M75309</link>
    <description>&lt;P&gt;There are two questions here:&lt;/P&gt;&lt;P&gt;1) Do you get an ORACLE error, like "[ORACLE][ODBC] Invalid datetime format"?&lt;BR /&gt;If so, you have an error in your ORACLE database. It is not a Qlik Sense error.&lt;/P&gt;&lt;P&gt;2a) Are you loading from the ORACLE DATETIME data type?&lt;BR /&gt;If so, it should work correctly between '1000-01-01 00:00:00' and '9999-12-31 23:59:59'. The century information should be there (and should get loaded via ODBC into Qlik Sense), but not be visible if you use 'DD/MM/YY'.&lt;BR /&gt;See &lt;A href="https://docs.oracle.com/cd/E17952_01/mysql-5.7-en/datetime.html" target="_blank" rel="noopener"&gt;https://docs.oracle.com/cd/E17952_01/mysql-5.7-en/datetime.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;2b) Are you loading from a text string '24/10/19 00:00:00,0000000000'?&lt;BR /&gt;If so, the century is indeed missing. The Qlik engine will use 1972 as the cut-off year: '24/10/72' will be interpreted as 1972 and '24/10/71' will be interpreted as 2071. So, all dates with two-digit years will be interpreted as being between 1972 and 2071.&lt;/P&gt;</description>
    <pubDate>Mon, 04 Apr 2022 07:18:30 GMT</pubDate>
    <dc:creator>hic</dc:creator>
    <dc:date>2022-04-04T07:18:30Z</dc:date>
    <item>
      <title>Oracle format date - Qliksense erro</title>
      <link>https://community.qlik.com/t5/App-Development/Oracle-format-date-Qliksense-erro/m-p/1913109#M75263</link>
      <description>&lt;P&gt;hello qlik community&lt;/P&gt;
&lt;P&gt;I' facing with an issue about loading some table with ODBC Oracle.&lt;/P&gt;
&lt;P&gt;invalid datetime format&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ALEX1977ALEX_0-1648815558463.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/75941i43484E0E93DAD9AA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ALEX1977ALEX_0-1648815558463.png" alt="ALEX1977ALEX_0-1648815558463.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;it seems the date before 1900?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;i can loading the firt 44322 lines but the next line it is a date too old... 1901&lt;/P&gt;
&lt;P&gt;there is a modification to do on the variable of the script on qliksense&lt;/P&gt;
&lt;P&gt;Thank&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Apr 2022 12:21:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Oracle-format-date-Qliksense-erro/m-p/1913109#M75263</guid>
      <dc:creator>ALEX1977ALEX</dc:creator>
      <dc:date>2022-04-01T12:21:19Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle format date - Qliksense erro</title>
      <link>https://community.qlik.com/t5/App-Development/Oracle-format-date-Qliksense-erro/m-p/1913142#M75267</link>
      <description>&lt;P&gt;This looks like an ODBC error, i.e. an error in the database. If so, it has nothing to do with Qlik Sense.&lt;/P&gt;&lt;P&gt;Try a script with just the SELECT statement - no preceding "Load". If you still get an error, then it is a DB error. (The SELECT statement is evaluated by the ODBC driver, and not by the Qlik engine.)&lt;/P&gt;</description>
      <pubDate>Fri, 01 Apr 2022 13:08:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Oracle-format-date-Qliksense-erro/m-p/1913142#M75267</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2022-04-01T13:08:56Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle format date - Qliksense erro</title>
      <link>https://community.qlik.com/t5/App-Development/Oracle-format-date-Qliksense-erro/m-p/1913149#M75268</link>
      <description>&lt;P&gt;thank for your return Henric&lt;/P&gt;
&lt;P&gt;Before change date 1901 to 2019 we try to&amp;nbsp;make this SELECT on our ORACLE&amp;nbsp; =&amp;gt;no problem at all&lt;/P&gt;
&lt;P&gt;However we change the date 1901 for 2019&amp;nbsp; everything is good (SENSE LOADING)&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;before change&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;the oracle format date is 24/10/01 00:00:00,0000000000&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;After Change&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;change on the forms 24/10/19 00:00:00,0000000000&amp;nbsp;&lt;/P&gt;
&lt;P&gt;we don't have information about&amp;nbsp; the century ?&lt;/P&gt;</description>
      <pubDate>Fri, 01 Apr 2022 13:25:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Oracle-format-date-Qliksense-erro/m-p/1913149#M75268</guid>
      <dc:creator>ALEX1977ALEX</dc:creator>
      <dc:date>2022-04-01T13:25:41Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle format date - Qliksense erro</title>
      <link>https://community.qlik.com/t5/App-Development/Oracle-format-date-Qliksense-erro/m-p/1913696#M75309</link>
      <description>&lt;P&gt;There are two questions here:&lt;/P&gt;&lt;P&gt;1) Do you get an ORACLE error, like "[ORACLE][ODBC] Invalid datetime format"?&lt;BR /&gt;If so, you have an error in your ORACLE database. It is not a Qlik Sense error.&lt;/P&gt;&lt;P&gt;2a) Are you loading from the ORACLE DATETIME data type?&lt;BR /&gt;If so, it should work correctly between '1000-01-01 00:00:00' and '9999-12-31 23:59:59'. The century information should be there (and should get loaded via ODBC into Qlik Sense), but not be visible if you use 'DD/MM/YY'.&lt;BR /&gt;See &lt;A href="https://docs.oracle.com/cd/E17952_01/mysql-5.7-en/datetime.html" target="_blank" rel="noopener"&gt;https://docs.oracle.com/cd/E17952_01/mysql-5.7-en/datetime.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;2b) Are you loading from a text string '24/10/19 00:00:00,0000000000'?&lt;BR /&gt;If so, the century is indeed missing. The Qlik engine will use 1972 as the cut-off year: '24/10/72' will be interpreted as 1972 and '24/10/71' will be interpreted as 2071. So, all dates with two-digit years will be interpreted as being between 1972 and 2071.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Apr 2022 07:18:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Oracle-format-date-Qliksense-erro/m-p/1913696#M75309</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2022-04-04T07:18:30Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle format date - Qliksense erro</title>
      <link>https://community.qlik.com/t5/App-Development/Oracle-format-date-Qliksense-erro/m-p/1951345#M78407</link>
      <description>&lt;P&gt;Hello Henric&amp;nbsp;&lt;/P&gt;
&lt;P&gt;sorry for my&amp;nbsp; late late response&lt;/P&gt;
&lt;P&gt;But by the way i only change the sql select with data format informations&amp;nbsp; , i had to change the date format directly on the sql&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Alex&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jul 2022 13:09:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Oracle-format-date-Qliksense-erro/m-p/1951345#M78407</guid>
      <dc:creator>ALEX1977ALEX</dc:creator>
      <dc:date>2022-07-04T13:09:15Z</dc:date>
    </item>
  </channel>
</rss>

