<?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 Changing Date Format in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Changing-Date-Format/m-p/506866#M1147336</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone, I'm a finance and IT intern and I'm working a lot with Qlikview (which I am very new to) to help the business better comprehend our accounts receivables. Right now, I have a list of 'closing dates' in the following format: 10042003 (October 4th, 2003), and I would like to change a couple things. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First I would like to make it more visually appealing by adding back slashes where necessary (i.e. 10/04/2003). How do I go about doing this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, rather than having a list of thousands of dates, how can I set it up so I first select the year, then month, etc.? Sort of like a year and month filter I suppose?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Jun 2013 13:18:03 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-06-25T13:18:03Z</dc:date>
    <item>
      <title>Changing Date Format</title>
      <link>https://community.qlik.com/t5/QlikView/Changing-Date-Format/m-p/506866#M1147336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone, I'm a finance and IT intern and I'm working a lot with Qlikview (which I am very new to) to help the business better comprehend our accounts receivables. Right now, I have a list of 'closing dates' in the following format: 10042003 (October 4th, 2003), and I would like to change a couple things. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First I would like to make it more visually appealing by adding back slashes where necessary (i.e. 10/04/2003). How do I go about doing this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, rather than having a list of thousands of dates, how can I set it up so I first select the year, then month, etc.? Sort of like a year and month filter I suppose?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jun 2013 13:18:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Changing-Date-Format/m-p/506866#M1147336</guid>
      <dc:creator />
      <dc:date>2013-06-25T13:18:03Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Date Format</title>
      <link>https://community.qlik.com/t5/QlikView/Changing-Date-Format/m-p/506867#M1147337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;date(date#('10042003','DDMMYYYY'),'DD/MM/YYYY')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jun 2013 13:19:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Changing-Date-Format/m-p/506867#M1147337</guid>
      <dc:creator />
      <dc:date>2013-06-25T13:19:31Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Date Format</title>
      <link>https://community.qlik.com/t5/QlikView/Changing-Date-Format/m-p/506868#M1147338</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;DATE(closingDate'MM/DD/YYYY')&amp;nbsp; AS CLOSING_DATE,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REGARDS,&lt;/P&gt;&lt;P&gt;ANANT &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jun 2013 13:21:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Changing-Date-Format/m-p/506868#M1147338</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-06-25T13:21:11Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Date Format</title>
      <link>https://community.qlik.com/t5/QlikView/Changing-Date-Format/m-p/506869#M1147339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;date(date#(DATEFIELD,'DDMMYYYY'),'DD/MM/YYYY') AS DATE&lt;/P&gt;&lt;P&gt;YEAR(date(date#(DATEFIELD,'DDMMYYYY'),'DD/MM/YYYY')) AS YEAR&lt;/P&gt;&lt;P&gt;MONTH(date(date#(DATEFIELD,'DDMMYYYY'),'DD/MM/YYYY')) AS MONTH&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jun 2013 13:22:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Changing-Date-Format/m-p/506869#M1147339</guid>
      <dc:creator />
      <dc:date>2013-06-25T13:22:09Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Date Format</title>
      <link>https://community.qlik.com/t5/QlikView/Changing-Date-Format/m-p/506870#M1147340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks everyone for the help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jun 2013 13:23:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Changing-Date-Format/m-p/506870#M1147340</guid>
      <dc:creator />
      <dc:date>2013-06-25T13:23:10Z</dc:date>
    </item>
  </channel>
</rss>

