<?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: Date format in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Date-format/m-p/957893#M956847</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friend&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table_tmp:&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Day(date) AS Day,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Month(MonthName(date)) AS Month,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Year(date) AS Year&lt;/P&gt;&lt;P&gt;FROM Table1.Qvd;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NoConcatenate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table:&lt;/P&gt;&lt;P&gt;LOAD Day&amp;amp;'-'&amp;amp;Month&amp;amp;'-'&amp;amp;Year AS Date&lt;/P&gt;&lt;P&gt;Resident &lt;SPAN style="font-size: 13.3333px;"&gt;Table_tmp&lt;/SPAN&gt;;&lt;BR /&gt;Drop Table &lt;SPAN style="font-size: 13.3333px;"&gt;Table_tmp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;bye&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 08 Nov 2015 05:51:16 GMT</pubDate>
    <dc:creator>handry_orozco</dc:creator>
    <dc:date>2015-11-08T05:51:16Z</dc:date>
    <item>
      <title>Date format</title>
      <link>https://community.qlik.com/t5/QlikView/Date-format/m-p/957892#M956846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am having a field called Date it is in &lt;/P&gt;&lt;P&gt;10/29/2015 12:45:22 AM format&lt;/P&gt;&lt;P&gt;I Want to show in &lt;SPAN style="color: #262626; font-family: arial, sans-serif; font-size: 13px;"&gt; 29-Oct-2015 format.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the exact function I need to use here&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Satya Paleti&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Nov 2015 05:26:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-format/m-p/957892#M956846</guid>
      <dc:creator>SatyaPaleti</dc:creator>
      <dc:date>2015-11-08T05:26:39Z</dc:date>
    </item>
    <item>
      <title>Re: Date format</title>
      <link>https://community.qlik.com/t5/QlikView/Date-format/m-p/957893#M956847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friend&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table_tmp:&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Day(date) AS Day,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Month(MonthName(date)) AS Month,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Year(date) AS Year&lt;/P&gt;&lt;P&gt;FROM Table1.Qvd;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NoConcatenate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table:&lt;/P&gt;&lt;P&gt;LOAD Day&amp;amp;'-'&amp;amp;Month&amp;amp;'-'&amp;amp;Year AS Date&lt;/P&gt;&lt;P&gt;Resident &lt;SPAN style="font-size: 13.3333px;"&gt;Table_tmp&lt;/SPAN&gt;;&lt;BR /&gt;Drop Table &lt;SPAN style="font-size: 13.3333px;"&gt;Table_tmp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;bye&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Nov 2015 05:51:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-format/m-p/957893#M956847</guid>
      <dc:creator>handry_orozco</dc:creator>
      <dc:date>2015-11-08T05:51:16Z</dc:date>
    </item>
    <item>
      <title>Re: Date format</title>
      <link>https://community.qlik.com/t5/QlikView/Date-format/m-p/957894#M956848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;use &lt;/P&gt;&lt;P&gt;=Date(DateFiled,'DD_MMM-YYYY')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Nov 2015 06:04:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-format/m-p/957894#M956848</guid>
      <dc:creator />
      <dc:date>2015-11-08T06:04:07Z</dc:date>
    </item>
    <item>
      <title>Re: Date format</title>
      <link>https://community.qlik.com/t5/QlikView/Date-format/m-p/957895#M956849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try like&lt;/P&gt;&lt;P&gt;Date (Date#(YourDateField,'MM/DD/YYYY HH:MM:SS TT'),'DD-MMM-YYYY') as Date&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Nov 2015 06:10:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-format/m-p/957895#M956849</guid>
      <dc:creator>settu_periasamy</dc:creator>
      <dc:date>2015-11-08T06:10:53Z</dc:date>
    </item>
    <item>
      <title>Re: Date format</title>
      <link>https://community.qlik.com/t5/QlikView/Date-format/m-p/957896#M956850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Settu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your reply but it's not working here &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,]&lt;/P&gt;&lt;P&gt;Satya Paleti&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Nov 2015 07:04:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-format/m-p/957896#M956850</guid>
      <dc:creator>SatyaPaleti</dc:creator>
      <dc:date>2015-11-08T07:04:28Z</dc:date>
    </item>
    <item>
      <title>Re: Date format</title>
      <link>https://community.qlik.com/t5/QlikView/Date-format/m-p/957897#M956851</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;&lt;STRONG&gt;Date:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Load*,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;TimeStamp(&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Alt(&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TimeStamp#(Date,'MM/DD/YYYY hh:mm:ss')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; ),'MM/DD/YYYY'&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; ) as New_Date_Value&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD * INLINE [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Date&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;10/29/2015 12:45:22&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;10/30/2015 12:45:22&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check this .May be helpful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;hirish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Nov 2015 07:13:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-format/m-p/957897#M956851</guid>
      <dc:creator>HirisH_V7</dc:creator>
      <dc:date>2015-11-08T07:13:08Z</dc:date>
    </item>
    <item>
      <title>Re: Date format</title>
      <link>https://community.qlik.com/t5/QlikView/Date-format/m-p/957898#M956852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi satya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please chk below links&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;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/message/847632#847632" title="https://community.qlik.com/message/847632#847632"&gt;https://community.qlik.com/message/847632#847632&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps u&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Nov 2015 07:15:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-format/m-p/957898#M956852</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2015-11-08T07:15:33Z</dc:date>
    </item>
    <item>
      <title>Re: Date format</title>
      <link>https://community.qlik.com/t5/QlikView/Date-format/m-p/957899#M956853</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;&lt;/P&gt;&lt;P&gt;=Timestamp(&lt;STRONG&gt;Timestamp#('9/13/2015 2:40:49 AM', 'MM/DD/YYYY hh:mm:ss TT')&lt;/STRONG&gt;, 'DD-MMM-YYYY') as date&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps u&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Nov 2015 07:17:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-format/m-p/957899#M956853</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2015-11-08T07:17:19Z</dc:date>
    </item>
    <item>
      <title>Re: Date format</title>
      <link>https://community.qlik.com/t5/QlikView/Date-format/m-p/957900#M956854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: tahoma, arial, helvetica, sans-serif;"&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: tahoma, arial, helvetica, sans-serif; font-size: 10pt;"&gt;Possibly because you did not set the data format at the beginning of the script.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: tahoma, arial, helvetica, sans-serif; font-size: 10pt;"&gt;Please, set variable:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: tahoma, arial, helvetica, sans-serif; font-size: 10pt;"&gt;SET DateFormat='MM/DD/YYYY hh:mm:ss[.fff] TT';&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: tahoma, arial, helvetica, sans-serif; font-size: 10pt;"&gt;and after try the function provided by &lt;/SPAN&gt;&lt;SPAN style="line-height: 1.5em; color: #3d3d3d; font-size: 10pt; font-family: tahoma, arial, helvetica, sans-serif; font-weight: bold;"&gt;settu_periasamy.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Nov 2015 07:28:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-format/m-p/957900#M956854</guid>
      <dc:creator>ElizaF</dc:creator>
      <dc:date>2015-11-08T07:28:04Z</dc:date>
    </item>
    <item>
      <title>Re: Date format</title>
      <link>https://community.qlik.com/t5/QlikView/Date-format/m-p/957901#M956855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;At Front End&lt;/P&gt;&lt;P&gt;=Date(Floor(TimeStamp#('10/29/2015 12:45:22 AM','MM/DD/YYYY hh:mm:ss TT')),'DD-MMM-YYYY')&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;=Date(Floor(TimeStamp#(YourTimeStampField,'MM/DD/YYYY hh:mm:ss TT')),'DD-MMM-YYYY')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;At Back End (in script)&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px; line-height: 1.5em;"&gt;Date(Floor(TimeStamp#(YourTimeStampField,'MM/DD/YYYY hh:mm:ss TT')),'DD-MMM-YYYY') as DateField&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Nov 2015 08:25:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-format/m-p/957901#M956855</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2015-11-08T08:25:06Z</dc:date>
    </item>
    <item>
      <title>Re: Date format</title>
      <link>https://community.qlik.com/t5/QlikView/Date-format/m-p/957902#M956856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't see why what Settu provided should not work if the your current TimeStamp is &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;10/29/2015 12:45:22 AM&lt;/STRONG&gt;. Is there a sample which can share where it seems to be not working for you? Cause the syntax seems to be right. The only addition which can you make is to add Floor function to remove the time part of the date (as Manish mentioned below)&lt;/SPAN&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 (&lt;STRONG&gt;Floor(&lt;/STRONG&gt;Date#(YourDateField,'MM/DD/YYYY HH:MM:SS TT')&lt;STRONG&gt;)&lt;/STRONG&gt;,'DD-MMM-YYYY') as Date&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Nov 2015 08:43:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-format/m-p/957902#M956856</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-11-08T08:43:29Z</dc:date>
    </item>
    <item>
      <title>Re: Date format</title>
      <link>https://community.qlik.com/t5/QlikView/Date-format/m-p/957903#M956857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually I am loading data from SQL Server,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;field 1,&lt;/P&gt;&lt;P&gt;field 2,&lt;/P&gt;&lt;P&gt;field 3,&lt;/P&gt;&lt;P&gt;field 4&lt;/P&gt;&lt;P&gt;sql select&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;field 1,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;field 2,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;field 3,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;field 4&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;from xyz&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Here field 4 is in date format i.e ., Date,'MM/DD/YYYY hh:mm:ss'&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;I want to show date(field 4 ) = 10/29/2015.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;I am writing a code like this&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;load&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;field 1,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;field 2,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;field 3,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Date(field 4,'&lt;SPAN style="font-size: 13.3333px;"&gt;MM/DD/YYYY&lt;/SPAN&gt;') as field_date&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;sql select&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;field 1,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;field 2,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;field 3,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;field 4&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;from xyz&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;where field_date = '&lt;SPAN style="font-size: 13.3333px;"&gt;10/29/2015&lt;/SPAN&gt;';&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;But I am getting error&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;SQL##f - SqlState: S1000, ErrorCode: 933, ErrorMsg: [Oracle][ODBC][Ora]ORA-00933: SQL command not properly ended&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Plz help with this&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Thank you,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Satya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Nov 2015 09:09:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-format/m-p/957903#M956857</guid>
      <dc:creator>SatyaPaleti</dc:creator>
      <dc:date>2015-11-08T09:09:42Z</dc:date>
    </item>
    <item>
      <title>Re: Date format</title>
      <link>https://community.qlik.com/t5/QlikView/Date-format/m-p/957904#M956858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is complete different statement than what you have asked... Better if the question would have been asked with more accuracy and to the point to your requirements &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Nov 2015 09:29:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-format/m-p/957904#M956858</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2015-11-08T09:29:39Z</dc:date>
    </item>
    <item>
      <title>Re: Date format</title>
      <link>https://community.qlik.com/t5/QlikView/Date-format/m-p/957905#M956859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I agree with &lt;A _jive_internal="true" href="https://community.qlik.com/people/MRKachhiaIMP"&gt;Manish&lt;/A&gt;‌. Your issue seems to be with SQL and you are asking to fix the date format in QlikView. Sharing the information you just shared would have saved you and other a lot of trouble.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you need to read some stuff related to Preceding Load. Try here: &lt;A href="https://community.qlik.com/qlik-blogpost/2972"&gt;Preceding Load&lt;/A&gt;‌. The order of execution happens bottom up for Preceding Load. Right now in your SQL statement you are using a Where statement with a field that you will be creating in your load statement. That is not recognized since the field has not been created. So instead of using date_field, you will need to use field4. You can make the transformation from a timestamp field to a date field in SQL itself (not sure how to do it, but I am pretty sure it can be done) and equate it to your the date you want to filter out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Nov 2015 10:00:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-format/m-p/957905#M956859</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-11-08T10:00:32Z</dc:date>
    </item>
  </channel>
</rss>

