<?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: OraOLEDB, ErrorMsg: ORA-01861: literal does not match format string in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/OraOLEDB-ErrorMsg-ORA-01861-literal-does-not-match-format-string/m-p/1166360#M379659</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;for your info, the data type of the stratofcharging field is varchar. see bellow :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="130015" alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/130015_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 Jul 2016 11:33:53 GMT</pubDate>
    <dc:creator>master_student</dc:creator>
    <dc:date>2016-07-04T11:33:53Z</dc:date>
    <item>
      <title>OraOLEDB, ErrorMsg: ORA-01861: literal does not match format string</title>
      <link>https://community.qlik.com/t5/QlikView/OraOLEDB-ErrorMsg-ORA-01861-literal-does-not-match-format-string/m-p/1166359#M379658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to get the result of a query; Date today.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The date field format is 063016. here's my query :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT ....&lt;/P&gt;&lt;P&gt;FROM &lt;/P&gt;&lt;P&gt;WHERE &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;tt.STARTOFCHARGINGDATE = TO_DATE (TO_CHAR (SYSDATE , 'MMDDYY'), 'MMDDYY')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It didn't work; Error : OraOLEDB, ErrorMsg: ORA-01861: literal does not match format string&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea please?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jul 2016 09:28:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/OraOLEDB-ErrorMsg-ORA-01861-literal-does-not-match-format-string/m-p/1166359#M379658</guid>
      <dc:creator>master_student</dc:creator>
      <dc:date>2016-07-04T09:28:26Z</dc:date>
    </item>
    <item>
      <title>Re: OraOLEDB, ErrorMsg: ORA-01861: literal does not match format string</title>
      <link>https://community.qlik.com/t5/QlikView/OraOLEDB-ErrorMsg-ORA-01861-literal-does-not-match-format-string/m-p/1166360#M379659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;for your info, the data type of the stratofcharging field is varchar. see bellow :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="130015" alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/130015_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jul 2016 11:33:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/OraOLEDB-ErrorMsg-ORA-01861-literal-does-not-match-format-string/m-p/1166360#M379659</guid>
      <dc:creator>master_student</dc:creator>
      <dc:date>2016-07-04T11:33:53Z</dc:date>
    </item>
    <item>
      <title>Re: OraOLEDB, ErrorMsg: ORA-01861: literal does not match format string</title>
      <link>https://community.qlik.com/t5/QlikView/OraOLEDB-ErrorMsg-ORA-01861-literal-does-not-match-format-string/m-p/1166361#M379660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;STARTOFCHARGINGDATE is a varchar, i.e. text. Your comparing a text value with a date value. Perhaps this works:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SELECT ....&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;WHERE&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;tt.STARTOFCHARGINGDATE = TO_CHAR (SYSDATE , 'MMDDYY')&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jul 2016 11:59:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/OraOLEDB-ErrorMsg-ORA-01861-literal-does-not-match-format-string/m-p/1166361#M379660</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-07-04T11:59:03Z</dc:date>
    </item>
    <item>
      <title>Re: OraOLEDB, ErrorMsg: ORA-01861: literal does not match format string</title>
      <link>https://community.qlik.com/t5/QlikView/OraOLEDB-ErrorMsg-ORA-01861-literal-does-not-match-format-string/m-p/1166362#M379661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;TO_DATE() converts your string to a date. &lt;/P&gt;&lt;P&gt;Since the data type of STARTOFCHARGINGDATE is VARCHAR2, using function TO_CHAR should do it:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WHERE STARTOFCHARGINGDATE = TO_CHAR(SYSDATE, 'MMDDYY')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Erik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jul 2016 12:02:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/OraOLEDB-ErrorMsg-ORA-01861-literal-does-not-match-format-string/m-p/1166362#M379661</guid>
      <dc:creator>ejvanmastrigt</dc:creator>
      <dc:date>2016-07-04T12:02:10Z</dc:date>
    </item>
  </channel>
</rss>

