<?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: Month in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Month/m-p/846466#M297131</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;year(date#(Month_Year,'MMM_YYYY')) as Year&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;month(date#(Month_Year,'MMM_YYYY')) as Month&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;-Rob&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 May 2015 22:44:40 GMT</pubDate>
    <dc:creator>rwunderlich</dc:creator>
    <dc:date>2015-05-12T22:44:40Z</dc:date>
    <item>
      <title>Month</title>
      <link>https://community.qlik.com/t5/QlikView/Month/m-p/846465#M297130</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;In my data table I have following field&lt;/P&gt;&lt;P&gt;Month_Year&lt;/P&gt;&lt;P&gt;JAN_2014&lt;/P&gt;&lt;P&gt;FEB_2014&lt;/P&gt;&lt;P&gt;.......&lt;/P&gt;&lt;P&gt;In my load load script I want to load two separate fields Month and Year&lt;/P&gt;&lt;P&gt;Pls help me to write script&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2015 22:36:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month/m-p/846465#M297130</guid>
      <dc:creator>upaliwije</dc:creator>
      <dc:date>2015-05-12T22:36:08Z</dc:date>
    </item>
    <item>
      <title>Re: Month</title>
      <link>https://community.qlik.com/t5/QlikView/Month/m-p/846466#M297131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;year(date#(Month_Year,'MMM_YYYY')) as Year&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;month(date#(Month_Year,'MMM_YYYY')) as Month&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;-Rob&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2015 22:44:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month/m-p/846466#M297131</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2015-05-12T22:44:40Z</dc:date>
    </item>
    <item>
      <title>Re: Month</title>
      <link>https://community.qlik.com/t5/QlikView/Month/m-p/846467#M297132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks it is working. I forgot to tell you I want extract month number like 1,2,3&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2015 22:53:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month/m-p/846467#M297132</guid>
      <dc:creator>upaliwije</dc:creator>
      <dc:date>2015-05-12T22:53:39Z</dc:date>
    </item>
    <item>
      <title>Re: Month</title>
      <link>https://community.qlik.com/t5/QlikView/Month/m-p/846468#M297133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Month returns a dual, which is both a number and a string. The string will be used for display and the number used automatically for sorting and arithmetic. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can explicitly extract the number of the month by adding a num() function. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333330154419px;"&gt;num(month(date#(Month_Year,'MMM_YYYY'))) as Month&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: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://masterssummit.com" rel="nofollow"&gt;http://masterssummit.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://robwunderlich.com" rel="nofollow"&gt;http://robwunderlich.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2015 00:31:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month/m-p/846468#M297133</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2015-05-13T00:31:21Z</dc:date>
    </item>
  </channel>
</rss>

