<?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 How to get the Month Number from a Date field in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-get-the-Month-Number-from-a-Date-field/m-p/843762#M995593</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi There&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a date field in the format DDMMMYYYY and in addition to the standard date information that I am extract from that field (i.e. month name, week commencing etc) I want create a field with the month &lt;SPAN style="text-decoration: underline;"&gt;number.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;So the date of '01APR2015' should give me 4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help appreciated.&lt;/P&gt;&lt;P&gt;JW&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 29 Jun 2015 14:47:13 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-06-29T14:47:13Z</dc:date>
    <item>
      <title>How to get the Month Number from a Date field</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-the-Month-Number-from-a-Date-field/m-p/843762#M995593</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi There&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a date field in the format DDMMMYYYY and in addition to the standard date information that I am extract from that field (i.e. month name, week commencing etc) I want create a field with the month &lt;SPAN style="text-decoration: underline;"&gt;number.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;So the date of '01APR2015' should give me 4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help appreciated.&lt;/P&gt;&lt;P&gt;JW&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jun 2015 14:47:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-the-Month-Number-from-a-Date-field/m-p/843762#M995593</guid>
      <dc:creator />
      <dc:date>2015-06-29T14:47:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the Month Number from a Date field</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-the-Month-Number-from-a-Date-field/m-p/843763#M995594</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=date(date#( '01APR2015' ,'DDMMMYYYY'),'M')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jun 2015 14:53:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-the-Month-Number-from-a-Date-field/m-p/843763#M995594</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-29T14:53:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the Month Number from a Date field</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-the-Month-Number-from-a-Date-field/m-p/843764#M995595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=num(month(date#( '01APR2015' ,'DDMMMYYYY')))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jun 2015 14:58:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-the-Month-Number-from-a-Date-field/m-p/843764#M995595</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-06-29T14:58:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the Month Number from a Date field</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-the-Month-Number-from-a-Date-field/m-p/843765#M995596</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Fantastic, thank you!&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jun 2015 15:00:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-the-Month-Number-from-a-Date-field/m-p/843765#M995596</guid>
      <dc:creator />
      <dc:date>2015-06-29T15:00:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the Month Number from a Date field</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-the-Month-Number-from-a-Date-field/m-p/843766#M995597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Brilliant, Thank you &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jun 2015 15:01:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-the-Month-Number-from-a-Date-field/m-p/843766#M995597</guid>
      <dc:creator />
      <dc:date>2015-06-29T15:01:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the Month Number from a Date field</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-the-Month-Number-from-a-Date-field/m-p/843767#M995598</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bill,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your solution does not return the month number. It runs the same date with a display format of "M". &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;=date(date#( '01APR2015' ,'DDMMMYYYY'),'M')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=date(date#( '14APR2015' ,'DDMMMYYYY'),'M')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;would create two rows in a listbox or chart which is probably not what the poster wants. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;-Rob&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jun 2015 17:42:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-the-Month-Number-from-a-Date-field/m-p/843767#M995598</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2015-06-29T17:42:46Z</dc:date>
    </item>
  </channel>
</rss>

