<?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 char date inQlikview in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Oracle-char-date-inQlikview/m-p/1222580#M390721</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use&amp;nbsp; to_date() in your SQL statement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://etllabs.com/oracle/oracle-to_date-function/3510/" title="http://etllabs.com/oracle/oracle-to_date-function/3510/"&gt;Oracle TO_DATE: See Oracle TO_DATE () Function from ETL perspective !!&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or in Qlikview Load statement try as below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;DATE(DATE#('02-JAN-2017 14:00:00','DD-MMM-YYYY hh:mm:ss'),'&lt;SPAN style="text-decoration: underline;"&gt;TheFormatYouWantToStoreAs&lt;/SPAN&gt;') as DATEField&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: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 19 Feb 2017 07:20:25 GMT</pubDate>
    <dc:creator>vinieme12</dc:creator>
    <dc:date>2017-02-19T07:20:25Z</dc:date>
    <item>
      <title>Oracle char date inQlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Oracle-char-date-inQlikview/m-p/1222578#M390719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear how can I convert the Oracle Cahr date to qlikview data I have the below format:&lt;/P&gt;&lt;P&gt;02-JAN-2017 14:00:00&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any idea ,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Feb 2017 06:56:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Oracle-char-date-inQlikview/m-p/1222578#M390719</guid>
      <dc:creator>jood_ahmad</dc:creator>
      <dc:date>2017-02-19T06:56:03Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle char date inQlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Oracle-char-date-inQlikview/m-p/1222579#M390720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Simple Date function will work in Qlikview. To_Char() is the Data base function. Here can you tell me which format you want to see&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date(FieldName, 'DD-MM-YYYY')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will give as per your date -- &lt;STRONG&gt;02-01-2017&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the follow&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/blogs/qlikviewdesignblog/2013/02/19/why-don-t-my-dates-work" title="https://community.qlik.com/blogs/qlikviewdesignblog/2013/02/19/why-don-t-my-dates-work"&gt;https://community.qlik.com/blogs/qlikviewdesignblog/2013/02/19/why-don-t-my-dates-work&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Feb 2017 07:19:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Oracle-char-date-inQlikview/m-p/1222579#M390720</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-02-19T07:19:43Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle char date inQlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Oracle-char-date-inQlikview/m-p/1222580#M390721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use&amp;nbsp; to_date() in your SQL statement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://etllabs.com/oracle/oracle-to_date-function/3510/" title="http://etllabs.com/oracle/oracle-to_date-function/3510/"&gt;Oracle TO_DATE: See Oracle TO_DATE () Function from ETL perspective !!&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or in Qlikview Load statement try as below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;DATE(DATE#('02-JAN-2017 14:00:00','DD-MMM-YYYY hh:mm:ss'),'&lt;SPAN style="text-decoration: underline;"&gt;TheFormatYouWantToStoreAs&lt;/SPAN&gt;') as DATEField&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: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Feb 2017 07:20:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Oracle-char-date-inQlikview/m-p/1222580#M390721</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2017-02-19T07:20:25Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle char date inQlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Oracle-char-date-inQlikview/m-p/1222581#M390722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;At the Oracle side, if you have an Oracle char field &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;select to_date( &lt;STRONG&gt;'02-JAN-2017 14:00:00'&lt;/STRONG&gt;, 'DD-MON-YYYY HH24:MI:SS',&amp;nbsp; 'NLS_DATE_LANGUAGE = American' ) &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;from &lt;/EM&gt;&lt;STRONG&gt;&lt;EM&gt;dual&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;replace &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;'02-JAN-2017 14:00:00&lt;/SPAN&gt;' with your field&lt;/P&gt;&lt;P&gt;and dual with your table&lt;/P&gt;&lt;P&gt;maybe you don't need the third parameter, NLS_DATE.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Feb 2017 21:22:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Oracle-char-date-inQlikview/m-p/1222581#M390722</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2017-02-19T21:22:48Z</dc:date>
    </item>
  </channel>
</rss>

