<?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 function in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Month-function/m-p/1260081#M852238</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;Use &lt;/P&gt;&lt;P&gt;=Month(42370)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it will be return "Jan"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 24 Feb 2017 12:18:39 GMT</pubDate>
    <dc:creator>muthukumar77</dc:creator>
    <dc:date>2017-02-24T12:18:39Z</dc:date>
    <item>
      <title>Month function</title>
      <link>https://community.qlik.com/t5/QlikView/Month-function/m-p/1260077#M852234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have one filed called "monthyear" . in my pivot table monthyear is the dimension. there it shows 42370,42430..like that instead&amp;nbsp; jan ,fed,...dec&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How i can change the those numerical values into text?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if i writhe month(42370) then it will give the jan.. &lt;SPAN style="font-size: 13.3333px;"&gt;but here&amp;nbsp; i want dynamically?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pl help me on this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-function/m-p/1260077#M852234</guid>
      <dc:creator>prabhas277</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Month function</title>
      <link>https://community.qlik.com/t5/QlikView/Month-function/m-p/1260078#M852235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try with&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;month(Date(42370))&lt;/STRONG&gt; --&amp;gt;It will give you jan.&lt;/P&gt;&lt;P&gt;In script level..&lt;/P&gt;&lt;P&gt;month(Date(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Filed name&lt;/SPAN&gt;))&lt;SPAN style="font-size: 13.3333px;"&gt; as Month&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;So here&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;month(Date(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;monthyear&lt;/SPAN&gt;))&lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px;"&gt; as Month.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Feb 2017 06:55:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-function/m-p/1260078#M852235</guid>
      <dc:creator>surendraj</dc:creator>
      <dc:date>2017-02-24T06:55:45Z</dc:date>
    </item>
    <item>
      <title>Re: Month function</title>
      <link>https://community.qlik.com/t5/QlikView/Month-function/m-p/1260079#M852236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be just -&lt;/P&gt;&lt;P&gt;Month(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;monthyear&lt;/SPAN&gt;) ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Feb 2017 06:59:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-function/m-p/1260079#M852236</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2017-02-24T06:59:29Z</dc:date>
    </item>
    <item>
      <title>Re: Month function</title>
      <link>https://community.qlik.com/t5/QlikView/Month-function/m-p/1260080#M852237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Simply use&lt;/P&gt;&lt;P&gt;=Date(monthyear)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or if you display month then&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Month(monthyear)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i did not understood what do you mean by dynamically?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Feb 2017 07:06:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-function/m-p/1260080#M852237</guid>
      <dc:creator>dsharmaqv</dc:creator>
      <dc:date>2017-02-24T07:06:19Z</dc:date>
    </item>
    <item>
      <title>Re: Month function</title>
      <link>https://community.qlik.com/t5/QlikView/Month-function/m-p/1260081#M852238</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;Use &lt;/P&gt;&lt;P&gt;=Month(42370)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it will be return "Jan"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Feb 2017 12:18:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-function/m-p/1260081#M852238</guid>
      <dc:creator>muthukumar77</dc:creator>
      <dc:date>2017-02-24T12:18:39Z</dc:date>
    </item>
  </channel>
</rss>

