<?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: Loading Date from Oracle DB to QlikView in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Loading-Date-from-Oracle-DB-to-QlikView/m-p/2752#M791475</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you have Oracle,&lt;/P&gt;&lt;P&gt;you can use an Oracle function to convert a string to a date&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;where oracledatefield &amp;gt;= &lt;/EM&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;EM&gt;to_date('20012018 05:00:00', 'DDMMYYYY HH24:MI:SS')&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;or if you only need a date&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;EM style="font-size: 13.3333px;"&gt;where oracledatefield &amp;gt;= &lt;/EM&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;EM&gt;to_date('20012018', 'DDMMYYYY')&lt;/EM&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;A href="http://www.dba-oracle.com/f_to_date.htm" title="http://www.dba-oracle.com/f_to_date.htm"&gt;Oracle to_date tips&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 20 Jan 2018 15:02:39 GMT</pubDate>
    <dc:creator>maxgro</dc:creator>
    <dc:date>2018-01-20T15:02:39Z</dc:date>
    <item>
      <title>Loading Date from Oracle DB to QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-Date-from-Oracle-DB-to-QlikView/m-p/2737#M791451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've got an issue where I want to load date from MS Access to QlikView but there seems to be this error coming up.&lt;/P&gt;&lt;P&gt;Error : &lt;STRONG&gt;SQL##f - SqlState: S1000, ErrorCode: 1843, ErrorMsg: [Oracle][ODBC][Ora]ORA-01843: not a valid month&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;The date that i'm loading from MS-Access is this format .&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="190464" alt="date_1.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/190464_date_1.PNG" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;P&gt;The Query that I've Written on QlikView in order to get the data only for that particular day.&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="190465" alt="date_Sql.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/190465_date_Sql.PNG" style="max-width: 620px; height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;But the error i've been facing is not understandable to me as I'm new to QlikView.&lt;/P&gt;&lt;P&gt;Any sort of help is appreciated.&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Abhay.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-Date-from-Oracle-DB-to-QlikView/m-p/2737#M791451</guid>
      <dc:creator>abhaytrip</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Loading Date from MS Access to QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-Date-from-Oracle-DB-to-QlikView/m-p/2738#M791452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try it with: where "Date Field" = '1201/2017';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jan 2018 11:00:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-Date-from-Oracle-DB-to-QlikView/m-p/2738#M791452</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2018-01-18T11:00:47Z</dc:date>
    </item>
    <item>
      <title>Re: Loading Date from MS Access to QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-Date-from-Oracle-DB-to-QlikView/m-p/2739#M791453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There's still an error which says &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Literal does not match format string.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jan 2018 11:10:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-Date-from-Oracle-DB-to-QlikView/m-p/2739#M791453</guid>
      <dc:creator>abhaytrip</dc:creator>
      <dc:date>2018-01-18T11:10:59Z</dc:date>
    </item>
    <item>
      <title>Re: Loading Date from MS Access to QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-Date-from-Oracle-DB-to-QlikView/m-p/2740#M791454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Within "Date Field" = '1201/2017' is a typo and it should be "Date Field" = '12&lt;STRONG&gt;/&lt;/STRONG&gt;01/2017'. Further I'm not sure if access accept the single-quotes or if it must be another quoting maybe with double-quotes like: "Date Field" = "12/01/2017".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jan 2018 11:16:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-Date-from-Oracle-DB-to-QlikView/m-p/2740#M791454</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2018-01-18T11:16:45Z</dc:date>
    </item>
    <item>
      <title>Re: Loading Date from MS Access to QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-Date-from-Oracle-DB-to-QlikView/m-p/2741#M791455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you please share screenshot or code that you have used in edit script with an error message.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jan 2018 12:29:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-Date-from-Oracle-DB-to-QlikView/m-p/2741#M791455</guid>
      <dc:creator>krishna20</dc:creator>
      <dc:date>2018-01-18T12:29:11Z</dc:date>
    </item>
    <item>
      <title>Re: Loading Date from MS Access to QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-Date-from-Oracle-DB-to-QlikView/m-p/2742#M791456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ya , I figured the typo but it doesn't seem to be working out. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jan 2018 12:29:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-Date-from-Oracle-DB-to-QlikView/m-p/2742#M791456</guid>
      <dc:creator>abhaytrip</dc:creator>
      <dc:date>2018-01-18T12:29:43Z</dc:date>
    </item>
    <item>
      <title>Re: Loading Date from MS Access to QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-Date-from-Oracle-DB-to-QlikView/m-p/2743#M791457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is what is coming after I tried Marcus's Method.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="script Error.PNG" class="jive-image image-1" src="/legacyfs/online/190498_script Error.PNG" style="height: 159px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jan 2018 12:48:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-Date-from-Oracle-DB-to-QlikView/m-p/2743#M791457</guid>
      <dc:creator>abhaytrip</dc:creator>
      <dc:date>2018-01-18T12:48:54Z</dc:date>
    </item>
    <item>
      <title>Re: Loading Date from MS Access to QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-Date-from-Oracle-DB-to-QlikView/m-p/2744#M791458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use another provider?&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;OLEDB&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;CONNECT32&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;TO&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Provider=Microsoft.Jet.OLEDB.4.0;User ID=Admin;Data Source=Z:\Spec.mdb;Mode=Share Deny None;Extended Properties="";Jet OLEDB:System database="";Jet OLEDB:Registry Path="";Jet OLEDB:Database Password="";Jet OLEDB:Engine Type=4;Jet OLEDB:Database Locking Mode=0;Jet OLEDB:Global Partial Bulk Ops=2;Jet OLEDB:Global Bulk Transactions=1;Jet OLEDB:New Database Password="";Jet OLEDB:Create System Database=False;Jet OLEDB:Encrypt Database=False;Jet OLEDB:Don't Copy Locale on Compact=False;Jet OLEDB:Compact Without Replica Repair=False;Jet OLEDB:SFP=False]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jan 2018 13:03:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-Date-from-Oracle-DB-to-QlikView/m-p/2744#M791458</guid>
      <dc:creator>stabben23</dc:creator>
      <dc:date>2018-01-18T13:03:08Z</dc:date>
    </item>
    <item>
      <title>Re: Loading Date from MS Access to QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-Date-from-Oracle-DB-to-QlikView/m-p/2745#M791459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it really MS Access, not ORACLE DB you try to Connect to?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where &lt;STRONG&gt;TO_DATE&lt;/STRONG&gt;("Date Field") = '12/01/2017'; maybe help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jan 2018 13:23:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-Date-from-Oracle-DB-to-QlikView/m-p/2745#M791459</guid>
      <dc:creator>stabben23</dc:creator>
      <dc:date>2018-01-18T13:23:18Z</dc:date>
    </item>
    <item>
      <title>Re: Loading Date from MS Access to QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-Date-from-Oracle-DB-to-QlikView/m-p/2746#M791460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I wasn't sure until my Lead confirmed it to me.&lt;/P&gt;&lt;P&gt;Its from &lt;STRONG&gt;ORACLE&lt;/STRONG&gt; To &lt;STRONG&gt;QLIKVIEW.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried the above but its not working out.&lt;/P&gt;&lt;P&gt;So what I did based on a small condition I pulled out some data from the ORACLE DB to have a look at the format of the "DATE_FIELD".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="date Error.PNG" class="jive-image image-1" src="/legacyfs/online/190625_date Error.PNG" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So this is the date field that I have in my ORACLE DB,&lt;/P&gt;&lt;P&gt;But i'm just not sure how do I pull it into QLIK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The query which I tried but hasn't worked out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="script Error.PNG" class="jive-image image-2" src="/legacyfs/online/190626_script Error.PNG" style="height: 147px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also , I'll correct the Discussion Topic.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jan 2018 08:55:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-Date-from-Oracle-DB-to-QlikView/m-p/2746#M791460</guid>
      <dc:creator>abhaytrip</dc:creator>
      <dc:date>2018-01-19T08:55:48Z</dc:date>
    </item>
    <item>
      <title>Re: Loading Date from Oracle DB to QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-Date-from-Oracle-DB-to-QlikView/m-p/2747#M791461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry ,&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I forgot to add but I did change the TT in Snapshot to AM/PM .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But landed with no results.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jan 2018 09:01:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-Date-from-Oracle-DB-to-QlikView/m-p/2747#M791461</guid>
      <dc:creator>abhaytrip</dc:creator>
      <dc:date>2018-01-19T09:01:12Z</dc:date>
    </item>
    <item>
      <title>Re: Loading Date from Oracle DB to QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-Date-from-Oracle-DB-to-QlikView/m-p/2748#M791462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Most RDBMS natively support and understand dates in database format, e.g. 'YYYY-MM-DD'. Did you try formatting your MS-Access dates in this way, before delivering them as a filter to Oracle? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jan 2018 09:43:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-Date-from-Oracle-DB-to-QlikView/m-p/2748#M791462</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2018-01-19T09:43:04Z</dc:date>
    </item>
    <item>
      <title>Re: Loading Date from Oracle DB to QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-Date-from-Oracle-DB-to-QlikView/m-p/2749#M791463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nope ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I cant touch the MS-Access or Oracle DB as its from the client side.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All I can try is to make changes on the qlik side so as to meet the desired requirement .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions on the Qlik side , that I can do ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jan 2018 12:31:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-Date-from-Oracle-DB-to-QlikView/m-p/2749#M791463</guid>
      <dc:creator>abhaytrip</dc:creator>
      <dc:date>2018-01-19T12:31:48Z</dc:date>
    </item>
    <item>
      <title>Re: Loading Date from Oracle DB to QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-Date-from-Oracle-DB-to-QlikView/m-p/2750#M791464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I understand that, but nobody is asking you to change anything in your databases. The formatting can be done in QlikView.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Imagine storing the date value you need to pass to Oracle in a variable called&lt;SPAN style="font-family: 'courier new', courier;"&gt; vSelectionDate&lt;/SPAN&gt;. You're not telling what your MS-Access/Oracle source field is, so let's assume you have another variable that contains the MS-Access/Oracle date value. A statement like this will convert the text representation into database format:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;LET vSelectionDate = Date(vMSAccessDate, 'YYYY-MM-DD');&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and your Oracle statement can become:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;SQL SELECT *&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;FROM "Database_Name.Table_Name"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;WHERE "Date Field" = '$(vSelectionDate)';&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Only if &lt;SPAN style="font-family: 'courier new', courier;"&gt;"Date Field"&lt;/SPAN&gt; is the name of an Oracle table column, of course.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note that date values in MS-Access used to require pound signs at the front and end. But I'm not sure anymore I understand which DB product is where...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Jan 2018 14:47:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-Date-from-Oracle-DB-to-QlikView/m-p/2750#M791464</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2018-01-20T14:47:28Z</dc:date>
    </item>
    <item>
      <title>Re: Loading Date from Oracle DB to QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-Date-from-Oracle-DB-to-QlikView/m-p/2751#M791471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Peter, One quick question, I haven't done testing correct me if i am wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LET&lt;/STRONG&gt; is &lt;STRONG style=": ; color: #339966; font-size: 12pt;"&gt;Qlik&lt;/STRONG&gt; Functionality and We are using the QV functionality with in SQL. Does this works? Because few SQL functionality not working in &lt;STRONG style=": ; color: #339966; font-size: 12pt;"&gt;Qlik&lt;/STRONG&gt; environment. Reply me if you have time &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Jan 2018 14:54:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-Date-from-Oracle-DB-to-QlikView/m-p/2751#M791471</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2018-01-20T14:54:52Z</dc:date>
    </item>
    <item>
      <title>Re: Loading Date from Oracle DB to QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-Date-from-Oracle-DB-to-QlikView/m-p/2752#M791475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you have Oracle,&lt;/P&gt;&lt;P&gt;you can use an Oracle function to convert a string to a date&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;where oracledatefield &amp;gt;= &lt;/EM&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;EM&gt;to_date('20012018 05:00:00', 'DDMMYYYY HH24:MI:SS')&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;or if you only need a date&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;EM style="font-size: 13.3333px;"&gt;where oracledatefield &amp;gt;= &lt;/EM&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;EM&gt;to_date('20012018', 'DDMMYYYY')&lt;/EM&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;A href="http://www.dba-oracle.com/f_to_date.htm" title="http://www.dba-oracle.com/f_to_date.htm"&gt;Oracle to_date tips&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Jan 2018 15:02:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-Date-from-Oracle-DB-to-QlikView/m-p/2752#M791475</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2018-01-20T15:02:39Z</dc:date>
    </item>
    <item>
      <title>Re: Loading Date from Oracle DB to QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-Date-from-Oracle-DB-to-QlikView/m-p/2753#M791477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This works , Thanks a lot ! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Jan 2018 04:03:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-Date-from-Oracle-DB-to-QlikView/m-p/2753#M791477</guid>
      <dc:creator>abhaytrip</dc:creator>
      <dc:date>2018-01-21T04:03:42Z</dc:date>
    </item>
    <item>
      <title>Re: Loading Date from Oracle DB to QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-Date-from-Oracle-DB-to-QlikView/m-p/2754#M791480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This works as well , Thank you so much !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Jan 2018 04:04:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-Date-from-Oracle-DB-to-QlikView/m-p/2754#M791480</guid>
      <dc:creator>abhaytrip</dc:creator>
      <dc:date>2018-01-21T04:04:10Z</dc:date>
    </item>
    <item>
      <title>Re: Loading Date from Oracle DB to QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-Date-from-Oracle-DB-to-QlikView/m-p/2755#M791483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Every piece of code I included in my post is QlikView Script code, to be used in a LOAD script. $-sign substitution is used to transfer QlikView values into SQL statements before they are transferred to an RDBMS. I don't see why this wouldn't work. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS There really is no other method to include a QlikView-created value as a parameter or a clause (or any other statement part) in a SQL statement. Moreover, if that wouldn't be possible, we would have to hard-code every variation of a SQL statement in our load scripts. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Jan 2018 20:21:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-Date-from-Oracle-DB-to-QlikView/m-p/2755#M791483</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2018-01-21T20:21:23Z</dc:date>
    </item>
  </channel>
</rss>

