<?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: Split a date into Month and Year in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Split-a-date-into-Month-and-Year/m-p/1081746#M360400</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;MonthName(Date) will return 'MMM YYYY' eg. Mar 2016&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 May 2016 15:45:20 GMT</pubDate>
    <dc:creator>pooja_sn</dc:creator>
    <dc:date>2016-05-05T15:45:20Z</dc:date>
    <item>
      <title>Split a date into Month and Year</title>
      <link>https://community.qlik.com/t5/QlikView/Split-a-date-into-Month-and-Year/m-p/1081743#M360397</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;i would like to create new dimension through the master item.&lt;/P&gt;&lt;P&gt;the new dimension is suppose to present the month and the year of another full date field that is already existing in the data set. &lt;/P&gt;&lt;P&gt;what is the function that i should write in order to receive such a value?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;Tal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 May 2016 12:23:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Split-a-date-into-Month-and-Year/m-p/1081743#M360397</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-05T12:23:12Z</dc:date>
    </item>
    <item>
      <title>Re: Split a date into Month and Year</title>
      <link>https://community.qlik.com/t5/QlikView/Split-a-date-into-Month-and-Year/m-p/1081744#M360398</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Add these lines to your load script setting the correct filed name for date_field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;month(date_field)&amp;nbsp;&amp;nbsp;&amp;nbsp; as month,&lt;/P&gt;&lt;P&gt;year(date_field) as year,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 May 2016 15:01:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Split-a-date-into-Month-and-Year/m-p/1081744#M360398</guid>
      <dc:creator>Colin-Albert</dc:creator>
      <dc:date>2016-05-05T15:01:11Z</dc:date>
    </item>
    <item>
      <title>Re: Split a date into Month and Year</title>
      <link>https://community.qlik.com/t5/QlikView/Split-a-date-into-Month-and-Year/m-p/1081745#M360399</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For Month you need Month() and for year you can use Year(). There are other Date and Time related functions which you can find in the help section. One thing to make sure before you use these functions is that the date is read correctly by QlikView&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/2954"&gt;Why don’t my dates work?&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/2622"&gt;Get the Dates Right&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 May 2016 15:01:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Split-a-date-into-Month-and-Year/m-p/1081745#M360399</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-05-05T15:01:42Z</dc:date>
    </item>
    <item>
      <title>Re: Split a date into Month and Year</title>
      <link>https://community.qlik.com/t5/QlikView/Split-a-date-into-Month-and-Year/m-p/1081746#M360400</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;MonthName(Date) will return 'MMM YYYY' eg. Mar 2016&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 May 2016 15:45:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Split-a-date-into-Month-and-Year/m-p/1081746#M360400</guid>
      <dc:creator>pooja_sn</dc:creator>
      <dc:date>2016-05-05T15:45:20Z</dc:date>
    </item>
    <item>
      <title>Re: Split a date into Month and Year</title>
      <link>https://community.qlik.com/t5/QlikView/Split-a-date-into-Month-and-Year/m-p/1081747#M360401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P class=""&gt;Hi&lt;/P&gt;&lt;P class=""&gt;Try below code in scripting&lt;/P&gt;&lt;P class=""&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P class=""&gt;Month(datefield) as Month,&lt;/P&gt;&lt;P class=""&gt;Year&lt;SPAN style="background-color: rgba(255, 255, 255, 0); -webkit-text-size-adjust: auto; font-size: 15px; line-height: 1.4;"&gt;(datefield) as Year&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN style="background-color: rgba(255, 255, 255, 0); -webkit-text-size-adjust: auto; font-size: 15px; line-height: 1.4;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN style="background-color: rgba(255, 255, 255, 0); -webkit-text-size-adjust: auto; font-size: 15px; line-height: 1.4;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN style="background-color: rgba(255, 255, 255, 0); -webkit-text-size-adjust: auto; font-size: 15px; line-height: 1.4;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 May 2016 16:52:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Split-a-date-into-Month-and-Year/m-p/1081747#M360401</guid>
      <dc:creator />
      <dc:date>2016-05-05T16:52:17Z</dc:date>
    </item>
  </channel>
</rss>

