<?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 Date Format in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Date-Format/m-p/228528#M80554</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When exporting a report I am having problems with the date format.&lt;/P&gt;&lt;P&gt;If the extract from my table box is exported to Excel I have no problem, but I need this export in a text file. Even though in the script the date format is set to DD/MM/YYYY (and the date is correctly set in the table box, looks fine in Qlikview), I have two date fields, and in the text file one is DD/MM/YYYY and the other is YYYY-MM-DD?&lt;/P&gt;&lt;P&gt;The table box gets it's data from a QVW file populated from SAP.&lt;/P&gt;&lt;P&gt;It's driving me mad, any ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 30 Oct 2009 15:20:04 GMT</pubDate>
    <dc:creator>agsearle</dc:creator>
    <dc:date>2009-10-30T15:20:04Z</dc:date>
    <item>
      <title>Date Format</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Format/m-p/228528#M80554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When exporting a report I am having problems with the date format.&lt;/P&gt;&lt;P&gt;If the extract from my table box is exported to Excel I have no problem, but I need this export in a text file. Even though in the script the date format is set to DD/MM/YYYY (and the date is correctly set in the table box, looks fine in Qlikview), I have two date fields, and in the text file one is DD/MM/YYYY and the other is YYYY-MM-DD?&lt;/P&gt;&lt;P&gt;The table box gets it's data from a QVW file populated from SAP.&lt;/P&gt;&lt;P&gt;It's driving me mad, any ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Oct 2009 15:20:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Format/m-p/228528#M80554</guid>
      <dc:creator>agsearle</dc:creator>
      <dc:date>2009-10-30T15:20:04Z</dc:date>
    </item>
    <item>
      <title>Date Format</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Format/m-p/228529#M80555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any chance you can post a sample qvw here?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Oct 2009 19:28:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Format/m-p/228529#M80555</guid>
      <dc:creator>disqr_rm</dc:creator>
      <dc:date>2009-10-30T19:28:43Z</dc:date>
    </item>
    <item>
      <title>Date Format</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Format/m-p/228530#M80556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The data is brought into QV with this script. It's a table I use for many reports.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;SET ThousandSep=',';&lt;BR /&gt;SET DecimalSep='.';&lt;BR /&gt;SET MoneyThousandSep=',';&lt;BR /&gt;SET MoneyDecimalSep='.';&lt;BR /&gt;SET MoneyFormat='£#,##0.00;-£#,##0.00';&lt;BR /&gt;SET TimeFormat='hh:mm:ss';&lt;BR /&gt;SET DateFormat='DD/MM/YYYY';&lt;BR /&gt;SET TimestampFormat='DD/MM/YYYY hh:mm:ss[.fff]';&lt;BR /&gt;SET MonthNames='Jan;Feb;Mar;Apr;May;Jun;Jul;Aug;Sep;Oct;Nov;Dec';&lt;BR /&gt;SET DayNames='Mon;Tue;Wed;Thu;Fri;Sat;Sun';&lt;BR /&gt;CUSTOMCONNECT TO "xxxx;";&lt;BR /&gt;EVER:&lt;BR /&gt;LOAD ABRSPERR as Billing_Block,&lt;BR /&gt; AEDAT as Date_of_Last_Change_EVER,&lt;BR /&gt; ANLAGE as Installation,&lt;BR /&gt; AUSZDAT as Move_Out_Date,&lt;BR /&gt; EINZDAT as Move_In_Date,&lt;BR /&gt; ERDAT as Date_Record_Created,&lt;BR /&gt; ERNAM as Created_By,&lt;BR /&gt; GEMFAKT as Joint_Invoicing,&lt;BR /&gt; KOFIZ as Account_Det_ID_Contract,&lt;BR /&gt; VERTRAG as Contract,&lt;BR /&gt; VKONTO as CA,&lt;BR /&gt; ZZ_OC as Occupancy_Nature,&lt;BR /&gt; ZZWTR_SUPPLR as Other_Water_Company_ID;&lt;BR /&gt;SQL SELECT *&lt;BR /&gt;FROM EVER;&lt;BR /&gt;STORE EVER INTO &lt;D&gt;;&lt;BR /&gt;DROP TABLE EVER;&lt;/D&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Then my report uses this data in this script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;SET ThousandSep=',';&lt;BR /&gt;SET DecimalSep='.';&lt;BR /&gt;SET MoneyThousandSep=',';&lt;BR /&gt;SET MoneyDecimalSep='.';&lt;BR /&gt;SET MoneyFormat='£#,##0.00;-£#,##0.00';&lt;BR /&gt;SET TimeFormat='hh:mm:ss';&lt;BR /&gt;SET DateFormat='DD/MM/YYYY';&lt;BR /&gt;SET TimestampFormat='DD/MM/YYYY hh:mm:ss[.fff]';&lt;BR /&gt;SET MonthNames='Jan;Feb;Mar;Apr;May;Jun;Jul;Aug;Sep;Oct;Nov;Dec';&lt;BR /&gt;SET DayNames='Mon;Tue;Wed;Thu;Fri;Sat;Sun';&lt;BR /&gt;EVER:&lt;BR /&gt;LOAD Installation,&lt;BR /&gt; Move_Out_Date,&lt;BR /&gt; Move_In_Date,&lt;BR /&gt; Contract,&lt;BR /&gt; CA,&lt;BR /&gt; Other_Water_Company_ID&lt;BR /&gt;FROM &lt;D&gt; (qvd);&lt;/D&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;But when I load this into a table box, and export the data, the field 'Move_In_Date' has the date formatted as YYYY-MM-DD.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Oct 2009 20:21:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Format/m-p/228530#M80556</guid>
      <dc:creator>agsearle</dc:creator>
      <dc:date>2009-10-30T20:21:01Z</dc:date>
    </item>
    <item>
      <title>Date Format</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Format/m-p/228531#M80557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Are you sure it is interpreting the field as a date? When you load it the first time use &lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;date(EINZDAT) as Move_In_Date,&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;/Fredrik&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Oct 2009 21:08:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Format/m-p/228531#M80557</guid>
      <dc:creator />
      <dc:date>2009-10-30T21:08:20Z</dc:date>
    </item>
    <item>
      <title>Date Format</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Format/m-p/228532#M80558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Fredrik that did the trick!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Nov 2009 18:19:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Format/m-p/228532#M80558</guid>
      <dc:creator>agsearle</dc:creator>
      <dc:date>2009-11-02T18:19:12Z</dc:date>
    </item>
  </channel>
</rss>

