<?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 field converting in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Date-field-converting/m-p/199452#M58383</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have one date field, I would like convert it into Year;Qtr what formula do I need to use either in edit script or edit expression.&lt;/P&gt;&lt;P&gt;ex: 23-01-2009 need it like 2009;Q4&lt;/P&gt;&lt;P&gt;Can anyone guide me pls.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Feb 2011 13:46:18 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-02-03T13:46:18Z</dc:date>
    <item>
      <title>Date field converting</title>
      <link>https://community.qlik.com/t5/QlikView/Date-field-converting/m-p/199452#M58383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have one date field, I would like convert it into Year;Qtr what formula do I need to use either in edit script or edit expression.&lt;/P&gt;&lt;P&gt;ex: 23-01-2009 need it like 2009;Q4&lt;/P&gt;&lt;P&gt;Can anyone guide me pls.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Feb 2011 13:46:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-field-converting/m-p/199452#M58383</guid>
      <dc:creator />
      <dc:date>2011-02-03T13:46:18Z</dc:date>
    </item>
    <item>
      <title>Date field converting</title>
      <link>https://community.qlik.com/t5/QlikView/Date-field-converting/m-p/199453#M58384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can try this for year Year(DateField) as Year and that separates the year for you, and Quarter I am not sure, but will let you know if I have one.&lt;/P&gt;&lt;P&gt;Mama&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Feb 2011 14:20:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-field-converting/m-p/199453#M58384</guid>
      <dc:creator />
      <dc:date>2011-02-03T14:20:29Z</dc:date>
    </item>
    <item>
      <title>Date field converting</title>
      <link>https://community.qlik.com/t5/QlikView/Date-field-converting/m-p/199454#M58385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Calendar:&lt;BR /&gt;LOAD DISTINCT&lt;BR /&gt;OrderDate,&lt;BR /&gt;Year(OrderDate) as Year,&lt;BR /&gt;Month(OrderDate) as Month,&lt;BR /&gt;Date(Monthstart(OrderDate), 'MMM-YYYY') as YearMonth,&lt;BR /&gt;'Q' &amp;amp; Ceil(Month(OrderDate)/3) as Quarter,&lt;BR /&gt;Dual(Year(OrderDate) &amp;amp; '-Q' &amp;amp; Ceil(Month(OrderDate)/3), Year(OrderDate) &amp;amp; Ceil(Month(OrderDate)/3)) as YearQtr,&lt;BR /&gt;Week(OrderDate) as Week&lt;BR /&gt;RESIDENT OrderHeader;&lt;/P&gt;&lt;P&gt;I Found this above script in one of the Demo apps, please play around with this and you should be able to get what you want...&lt;/P&gt;&lt;P&gt;Mama&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Feb 2011 14:28:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-field-converting/m-p/199454#M58385</guid>
      <dc:creator />
      <dc:date>2011-02-03T14:28:30Z</dc:date>
    </item>
  </channel>
</rss>

