<?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: Case 907 How to recode date file to dd/mm/yyyy ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Case-907-How-to-recode-date-file-to-dd-mm-yyyy/m-p/1735077#M591968</link>
    <description>&lt;P&gt;Dear Sir&lt;/P&gt;&lt;P&gt;I just try and it does not work.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Enclosed my sample data.&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 12 Aug 2020 04:20:33 GMT</pubDate>
    <dc:creator>paulyeo11</dc:creator>
    <dc:date>2020-08-12T04:20:33Z</dc:date>
    <item>
      <title>Case 907 How to recode date file to dd/mm/yyyy ?</title>
      <link>https://community.qlik.com/t5/QlikView/Case-907-How-to-recode-date-file-to-dd-mm-yyyy/m-p/1734726#M591966</link>
      <description>&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;My CSV raw data as below :-&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="date crm.png" style="width: 554px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/38802i3C1F4509B2981F21/image-size/large?v=v2&amp;amp;px=999" role="button" title="date crm.png" alt="date crm.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;My load script as below :-&lt;/P&gt;&lt;P&gt;Directory;&lt;BR /&gt;LOAD [Closing Date]&lt;BR /&gt;FROM&lt;BR /&gt;..\..\..\Dropbox\QV_RAW_ISDN\CRM_TS_.csv&lt;BR /&gt;(txt, codepage is 1252, embedded labels, delimiter is ',', msq);&lt;/P&gt;&lt;P&gt;After read into Qlik view , i use the list field name i get below :-&lt;/P&gt;&lt;P&gt;Apr 30, 2020&lt;BR /&gt;Aug 31, 2020&lt;BR /&gt;Feb 29, 2020&lt;BR /&gt;Mar 31, 2020&lt;/P&gt;&lt;P&gt;May i know , how to Recode the&amp;nbsp;[Closing Date] field to dd/mm/yyyy ?&lt;/P&gt;&lt;P&gt;Paul Yeo&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Aug 2020 08:43:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Case-907-How-to-recode-date-file-to-dd-mm-yyyy/m-p/1734726#M591966</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2020-08-11T08:43:32Z</dc:date>
    </item>
    <item>
      <title>Re: Case 907 How to recode date file to dd/mm/yyyy ?</title>
      <link>https://community.qlik.com/t5/QlikView/Case-907-How-to-recode-date-file-to-dd-mm-yyyy/m-p/1734733#M591967</link>
      <description>&lt;P&gt;change to&lt;/P&gt;&lt;P&gt;date(date#([Closing Date],'MMM DD,YYYY'),'DD/MM/YYYY') as [Closing Date]&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;date# = the input format&lt;/P&gt;&lt;P&gt;date = the output format&lt;/P&gt;</description>
      <pubDate>Tue, 11 Aug 2020 09:08:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Case-907-How-to-recode-date-file-to-dd-mm-yyyy/m-p/1734733#M591967</guid>
      <dc:creator>martinpohl</dc:creator>
      <dc:date>2020-08-11T09:08:37Z</dc:date>
    </item>
    <item>
      <title>Re: Case 907 How to recode date file to dd/mm/yyyy ?</title>
      <link>https://community.qlik.com/t5/QlikView/Case-907-How-to-recode-date-file-to-dd-mm-yyyy/m-p/1735077#M591968</link>
      <description>&lt;P&gt;Dear Sir&lt;/P&gt;&lt;P&gt;I just try and it does not work.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Enclosed my sample data.&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Aug 2020 04:20:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Case-907-How-to-recode-date-file-to-dd-mm-yyyy/m-p/1735077#M591968</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2020-08-12T04:20:33Z</dc:date>
    </item>
    <item>
      <title>Re: Case 907 How to recode date file to dd/mm/yyyy ?</title>
      <link>https://community.qlik.com/t5/QlikView/Case-907-How-to-recode-date-file-to-dd-mm-yyyy/m-p/1735083#M591969</link>
      <description>&lt;P&gt;Your date values have one space between comma and year. Hence you have to adjust the formatting in date#() accordingly, like:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;date(date#([Closing Date],'MMM DD&lt;FONT color="#FF0000"&gt;, Y&lt;/FONT&gt;YYY'),'DD/MM/YYYY')&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Aug 2020 05:34:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Case-907-How-to-recode-date-file-to-dd-mm-yyyy/m-p/1735083#M591969</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2020-08-12T05:34:21Z</dc:date>
    </item>
    <item>
      <title>Re: Case 907 How to recode date file to dd/mm/yyyy ?</title>
      <link>https://community.qlik.com/t5/QlikView/Case-907-How-to-recode-date-file-to-dd-mm-yyyy/m-p/1735086#M591970</link>
      <description>&lt;P&gt;Hi Tresesco&lt;/P&gt;&lt;P&gt;Thank you for your sharing , it work fine now.&amp;nbsp;Your name sound very familiar t me , May be you have change the profile photo.&lt;/P&gt;&lt;P&gt;Paul Yeo&lt;/P&gt;</description>
      <pubDate>Wed, 12 Aug 2020 05:40:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Case-907-How-to-recode-date-file-to-dd-mm-yyyy/m-p/1735086#M591970</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2020-08-12T05:40:16Z</dc:date>
    </item>
    <item>
      <title>Re: Case 907 How to recode date file to dd/mm/yyyy ?</title>
      <link>https://community.qlik.com/t5/QlikView/Case-907-How-to-recode-date-file-to-dd-mm-yyyy/m-p/1735089#M591971</link>
      <description>&lt;P&gt;Yes Paul, you are right I have changed my profile pic.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have also happened to reply and resolve some of your queries earlier. Also, you and me both are here in this community for long now.&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Aug 2020 06:00:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Case-907-How-to-recode-date-file-to-dd-mm-yyyy/m-p/1735089#M591971</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2020-08-12T06:00:15Z</dc:date>
    </item>
  </channel>
</rss>

