<?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 change in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Date-format-change/m-p/844408#M1008174</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Maarten, you can use the Date#() funtion, wich would read dates with the format you specify, and the use Date() to set the format you want ie:&lt;/P&gt;&lt;P&gt;LOAD Date(Date#('2015-05-10', 'YYYY-MM-DD'), 'DD-MM-YYYY') as Datum&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 May 2015 13:33:39 GMT</pubDate>
    <dc:creator>rubenmarin</dc:creator>
    <dc:date>2015-05-12T13:33:39Z</dc:date>
    <item>
      <title>Date format change</title>
      <link>https://community.qlik.com/t5/QlikView/Date-format-change/m-p/844406#M1008172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a problem with dates.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One table I load from an external source contains date: 2015-05-12 (so: YYYY-MM-DD), but the main table we use contains: DATUM 12-05-2015 (so DD-MM-YYYY).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I load date as DATUM and consequently change it to the right format?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Nov 2020 18:02:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-format-change/m-p/844406#M1008172</guid>
      <dc:creator />
      <dc:date>2020-11-20T18:02:30Z</dc:date>
    </item>
    <item>
      <title>Re: Date format change</title>
      <link>https://community.qlik.com/t5/QlikView/Date-format-change/m-p/844407#M1008173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For your external source date you can do something like below to change to the main table's date format:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Date(Date#(ExternalSourceDateField, 'YYYY-MM-DD'), 'DD-MM-YYYY') as &lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;STRONG&gt;ExternalSourceDateField&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am guessing that what you are looking for? Let us know otherwise&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>Tue, 12 May 2015 13:31:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-format-change/m-p/844407#M1008173</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-05-12T13:31:20Z</dc:date>
    </item>
    <item>
      <title>Re: Date format change</title>
      <link>https://community.qlik.com/t5/QlikView/Date-format-change/m-p/844408#M1008174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Maarten, you can use the Date#() funtion, wich would read dates with the format you specify, and the use Date() to set the format you want ie:&lt;/P&gt;&lt;P&gt;LOAD Date(Date#('2015-05-10', 'YYYY-MM-DD'), 'DD-MM-YYYY') as Datum&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2015 13:33:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-format-change/m-p/844408#M1008174</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2015-05-12T13:33:39Z</dc:date>
    </item>
    <item>
      <title>Re: Date format change</title>
      <link>https://community.qlik.com/t5/QlikView/Date-format-change/m-p/844409#M1008175</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can format date on load&lt;/P&gt;&lt;P&gt;LOAD&lt;BR /&gt; date(date#(DateField, 'YYYY-MM-DD')) as Date&lt;BR /&gt;From external source;&lt;/P&gt;&lt;P&gt;LOAD&lt;BR /&gt; date(date#(DATUMd, 'DD-MM-YYYY')) as Date&lt;BR /&gt;SELECT&lt;BR /&gt;...&lt;BR /&gt;FROM main table;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2015 13:36:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-format-change/m-p/844409#M1008175</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-05-12T13:36:06Z</dc:date>
    </item>
    <item>
      <title>Re: Date format change</title>
      <link>https://community.qlik.com/t5/QlikView/Date-format-change/m-p/844410#M1008176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hi Maartes, you can do:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;DATUM,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Date#(DateOfExternalSource,'DD-MM-YYYY') as RightFormat&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;from [External_Source]&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I hope that help it!&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Regards, Agustín&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2015 14:01:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-format-change/m-p/844410#M1008176</guid>
      <dc:creator />
      <dc:date>2015-05-12T14:01:25Z</dc:date>
    </item>
    <item>
      <title>Re: Date format change</title>
      <link>https://community.qlik.com/t5/QlikView/Date-format-change/m-p/844411#M1008177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This answer worked, but I guess all the other answers are in the same context. Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2015 11:24:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-format-change/m-p/844411#M1008177</guid>
      <dc:creator />
      <dc:date>2015-05-13T11:24:16Z</dc:date>
    </item>
  </channel>
</rss>

