<?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: How to make a MonthYear format? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-make-a-MonthYear-format/m-p/443761#M696667</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you sir! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; it does solve my problem &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks again. &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, 06 May 2013 05:45:16 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-05-06T05:45:16Z</dc:date>
    <item>
      <title>How to make a MonthYear format?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-a-MonthYear-format/m-p/443756#M696661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have a data called dates, and i only need to get the month and year.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and a friend of mine told me to use 'Floor' , 'MonthStart' , 'Date' to extract Month and Year. how can i use these functions in my codes &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Apr 2013 04:17:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-a-MonthYear-format/m-p/443756#M696661</guid>
      <dc:creator />
      <dc:date>2013-04-11T04:17:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a MonthYear format?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-a-MonthYear-format/m-p/443757#M696662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if your date is 2013 April 14 then:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;your monthyear field will be &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;year(mydate)*100 + month(mydate)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so 2013*100 = 201300 + 4 =&amp;gt; 201304&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Apr 2013 15:52:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-a-MonthYear-format/m-p/443757#M696662</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2013-04-11T15:52:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a MonthYear format?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-a-MonthYear-format/m-p/443758#M696664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; you can do:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;num(Month(yourdate),00) &amp;amp; Year(yourdate,4) as MonthYear&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Apr 2013 18:36:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-a-MonthYear-format/m-p/443758#M696664</guid>
      <dc:creator>ceciliafujita</dc:creator>
      <dc:date>2013-04-11T18:36:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a MonthYear format?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-a-MonthYear-format/m-p/443759#M696665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what i did is date(myDate, 'MMM-YYYY')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Apr 2013 08:42:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-a-MonthYear-format/m-p/443759#M696665</guid>
      <dc:creator />
      <dc:date>2013-04-29T08:42:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a MonthYear format?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-a-MonthYear-format/m-p/443760#M696666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Formatting it using Date(myDate, 'MMM-YYY') is the right approach but it only solves half of the problem. &lt;STRONG&gt;&lt;EM&gt;It only hides the day part. It does not remove it.&lt;/EM&gt;&lt;/STRONG&gt; If you want to do it properly, you should use a MonthStart() first, i.e. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date(MonthStart(myDate), 'MMM-YYYY')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Apr 2013 10:45:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-a-MonthYear-format/m-p/443760#M696666</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2013-04-29T10:45:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a MonthYear format?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-a-MonthYear-format/m-p/443761#M696667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you sir! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; it does solve my problem &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks again. &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, 06 May 2013 05:45:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-a-MonthYear-format/m-p/443761#M696667</guid>
      <dc:creator />
      <dc:date>2013-05-06T05:45:16Z</dc:date>
    </item>
  </channel>
</rss>

