<?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-Year from Date in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Month-Year-from-Date/m-p/630708#M1087567</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;Date([Date Field], 'MMM-YY')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 May 2014 10:25:49 GMT</pubDate>
    <dc:creator>senpradip007</dc:creator>
    <dc:date>2014-05-28T10:25:49Z</dc:date>
    <item>
      <title>Month-Year from Date</title>
      <link>https://community.qlik.com/t5/QlikView/Month-Year-from-Date/m-p/630701#M1087560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I have a field OrderDate field, By this i have created the year, moth, Week&lt;/P&gt;&lt;P&gt;in this month i get 1 to 12 as a integer value&lt;/P&gt;&lt;P&gt;But i want YearMonth in&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;YearMonth&lt;/P&gt;&lt;P&gt;************&lt;/P&gt;&lt;P&gt;Jan-2012&lt;/P&gt;&lt;P&gt;Feb-2012.... and so on&lt;/P&gt;&lt;P&gt;how i can get this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please&amp;nbsp; help me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 May 2014 10:15:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-Year-from-Date/m-p/630701#M1087560</guid>
      <dc:creator />
      <dc:date>2014-05-28T10:15:06Z</dc:date>
    </item>
    <item>
      <title>Re: Month-Year from Date</title>
      <link>https://community.qlik.com/t5/QlikView/Month-Year-from-Date/m-p/630702#M1087561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try using the MonthName() function.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 May 2014 10:16:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-Year-from-Date/m-p/630702#M1087561</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-28T10:16:32Z</dc:date>
    </item>
    <item>
      <title>Re: Month-Year from Date</title>
      <link>https://community.qlik.com/t5/QlikView/Month-Year-from-Date/m-p/630703#M1087562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use this&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;MonthName&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;([&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Calendar Date]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) .&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;[Calendar Date] should be in "YYYY/MM/DD" format.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 May 2014 10:19:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-Year-from-Date/m-p/630703#M1087562</guid>
      <dc:creator>senpradip007</dc:creator>
      <dc:date>2014-05-28T10:19:26Z</dc:date>
    </item>
    <item>
      <title>Re: Month-Year from Date</title>
      <link>https://community.qlik.com/t5/QlikView/Month-Year-from-Date/m-p/630704#M1087563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;HI&lt;/P&gt;&lt;P&gt;Set the Date formt to 3-JAN-2012 like this&lt;/P&gt;&lt;P&gt;and then&amp;nbsp; use MID(3-JAN-2012,3,10) --- gives JAN-2013&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 May 2014 10:21:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-Year-from-Date/m-p/630704#M1087563</guid>
      <dc:creator>sasikanth</dc:creator>
      <dc:date>2014-05-28T10:21:15Z</dc:date>
    </item>
    <item>
      <title>Re: Month-Year from Date</title>
      <link>https://community.qlik.com/t5/QlikView/Month-Year-from-Date/m-p/630705#M1087564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much i works.&lt;/P&gt;&lt;P&gt;If i need MonthYear in the format&lt;/P&gt;&lt;P&gt;MonthYear&lt;/P&gt;&lt;P&gt;***********&lt;/P&gt;&lt;P&gt;Jan-12&lt;/P&gt;&lt;P&gt;Feb-12&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i get. please tell me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 May 2014 10:22:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-Year-from-Date/m-p/630705#M1087564</guid>
      <dc:creator />
      <dc:date>2014-05-28T10:22:28Z</dc:date>
    </item>
    <item>
      <title>Re: Month-Year from Date</title>
      <link>https://community.qlik.com/t5/QlikView/Month-Year-from-Date/m-p/630706#M1087565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;date ( &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;MonthName&lt;/SPAN&gt; ( [YourDate] ) , 'MMM-YY' )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 May 2014 10:24:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-Year-from-Date/m-p/630706#M1087565</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-28T10:24:19Z</dc:date>
    </item>
    <item>
      <title>Re: Month-Year from Date</title>
      <link>https://community.qlik.com/t5/QlikView/Month-Year-from-Date/m-p/630707#M1087566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The best way (in my mind) is to use&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date(MonthStart(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;OrderDate), 'MMM-YY') as YearMonth&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 May 2014 10:25:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-Year-from-Date/m-p/630707#M1087566</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2014-05-28T10:25:14Z</dc:date>
    </item>
    <item>
      <title>Re: Month-Year from Date</title>
      <link>https://community.qlik.com/t5/QlikView/Month-Year-from-Date/m-p/630708#M1087567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;Date([Date Field], 'MMM-YY')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 May 2014 10:25:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-Year-from-Date/m-p/630708#M1087567</guid>
      <dc:creator>senpradip007</dc:creator>
      <dc:date>2014-05-28T10:25:49Z</dc:date>
    </item>
    <item>
      <title>Re: Month-Year from Date</title>
      <link>https://community.qlik.com/t5/QlikView/Month-Year-from-Date/m-p/630709#M1087568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Mr.Henric Crostrom.&lt;/P&gt;&lt;P&gt;I got the answer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 May 2014 10:38:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-Year-from-Date/m-p/630709#M1087568</guid>
      <dc:creator />
      <dc:date>2014-05-28T10:38:37Z</dc:date>
    </item>
    <item>
      <title>Re: Month-Year from Date</title>
      <link>https://community.qlik.com/t5/QlikView/Month-Year-from-Date/m-p/630710#M1087569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;You also try this way also&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Date(MonthName(&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;OrderDate), 'MMM-YY') as YearMonth&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 May 2014 10:43:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-Year-from-Date/m-p/630710#M1087569</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-05-28T10:43:52Z</dc:date>
    </item>
    <item>
      <title>Re: Month-Year from Date</title>
      <link>https://community.qlik.com/t5/QlikView/Month-Year-from-Date/m-p/630711#M1087570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank You Anand.. i try it also it's Working.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 May 2014 08:29:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-Year-from-Date/m-p/630711#M1087570</guid>
      <dc:creator />
      <dc:date>2014-05-29T08:29:17Z</dc:date>
    </item>
  </channel>
</rss>

