<?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 Use Date to query oracle db error in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Use-Date-to-query-oracle-db-error/m-p/198292#M57643</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It depends on what datetime format is specified in table definition.&lt;/P&gt;&lt;P&gt;I`m glad it helped.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Tomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Apr 2011 07:46:55 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-04-06T07:46:55Z</dc:date>
    <item>
      <title>Use Date to query oracle db error</title>
      <link>https://community.qlik.com/t5/QlikView/Use-Date-to-query-oracle-db-error/m-p/198289#M57640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;Oracle DB SyncDate field format:&lt;/P&gt;&lt;P&gt;DD/MM/YYYY hh:mm:ss&lt;/P&gt;&lt;P&gt;SQL Query:&lt;/P&gt;&lt;P&gt;SQL SELECT *&lt;BR /&gt;FROM DB."Table_Name" WHERE SYNC_DATE = '05/04/2011 00:08:13'&lt;/P&gt;&lt;P&gt;error:&lt;/P&gt;&lt;P&gt;ErrorSource: OraOLEDB, ErrorMsg: ORA-01861: literal does not match format string&lt;BR /&gt;SQL SELECT *&lt;BR /&gt;FROM DB."Table_Name" WHERE SYNC_DATE = '05/04/2011 00:08:13'&lt;/P&gt;&lt;P&gt;Any body know why, it worked before in QV 9, after switch desktop to 10 I got this error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Michiel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Apr 2011 14:33:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-Date-to-query-oracle-db-error/m-p/198289#M57640</guid>
      <dc:creator />
      <dc:date>2011-04-05T14:33:44Z</dc:date>
    </item>
    <item>
      <title>Use Date to query oracle db error</title>
      <link>https://community.qlik.com/t5/QlikView/Use-Date-to-query-oracle-db-error/m-p/198290#M57641</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 got a similar problem few days ago.&lt;/P&gt;&lt;P&gt;Try using oracle TO_DATE function in WHERE clause. In my case it helped:).&lt;/P&gt;&lt;P&gt;SQL SELECT *&lt;/P&gt;&lt;P&gt;FROM CC."RP_RAWDATA_HEADER" WHERE SYNC_DATE = TO_DATE('05/04/2011 00:08:13','MM/DD/YYYY hh:mm:ss')&lt;/P&gt;&lt;P&gt;Tomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Apr 2011 15:10:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-Date-to-query-oracle-db-error/m-p/198290#M57641</guid>
      <dc:creator />
      <dc:date>2011-04-05T15:10:13Z</dc:date>
    </item>
    <item>
      <title>Use Date to query oracle db error</title>
      <link>https://community.qlik.com/t5/QlikView/Use-Date-to-query-oracle-db-error/m-p/198291#M57642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;It's the sollution for sure but the format string needed a small modification:&lt;/P&gt;&lt;P&gt;Final working string is:&lt;/P&gt;&lt;P&gt;'DD/MM/YYYY hh24:mi:ss'&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Michiel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Apr 2011 07:36:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-Date-to-query-oracle-db-error/m-p/198291#M57642</guid>
      <dc:creator />
      <dc:date>2011-04-06T07:36:59Z</dc:date>
    </item>
    <item>
      <title>Use Date to query oracle db error</title>
      <link>https://community.qlik.com/t5/QlikView/Use-Date-to-query-oracle-db-error/m-p/198292#M57643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It depends on what datetime format is specified in table definition.&lt;/P&gt;&lt;P&gt;I`m glad it helped.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Tomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Apr 2011 07:46:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-Date-to-query-oracle-db-error/m-p/198292#M57643</guid>
      <dc:creator />
      <dc:date>2011-04-06T07:46:55Z</dc:date>
    </item>
  </channel>
</rss>

