<?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 Month year in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Month-year/m-p/278644#M710790</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Month field is having values as Apr,May,Jun...therefore it can't me converted into Num...as it is a text.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Jun 2011 06:46:43 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-06-10T06:46:43Z</dc:date>
    <item>
      <title>Month year</title>
      <link>https://community.qlik.com/t5/QlikView/Month-year/m-p/278638#M710784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys I have a small problem...&lt;/P&gt;&lt;P&gt;I have year and Month No.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If Year is 2011 and Month is 1 thn it means its April 2011.&lt;/P&gt;&lt;P&gt;I want to create month year thru func.Monthname.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jun 2011 04:29:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-year/m-p/278638#M710784</guid>
      <dc:creator />
      <dc:date>2011-06-10T04:29:51Z</dc:date>
    </item>
    <item>
      <title>Month year</title>
      <link>https://community.qlik.com/t5/QlikView/Month-year/m-p/278639#M710785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; hi Erika,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do the following&amp;nbsp; steps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) go to Script -- and change the Month name format. Currently it begins with Jan;Feb;Mar;... change it to pr;Jun;Jul.....Feb;Mar;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Create Date using Makedate function and use the Monthname function on it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MonthName(MakeDate(Year,Month)) as MonthName.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; Deepak &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jun 2011 05:23:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-year/m-p/278639#M710785</guid>
      <dc:creator>deepakk</dc:creator>
      <dc:date>2011-06-10T05:23:05Z</dc:date>
    </item>
    <item>
      <title>Re: Month year</title>
      <link>https://community.qlik.com/t5/QlikView/Month-year/m-p/278640#M710786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Plz find attached app..Hope it helps..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jun 2011 05:26:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-year/m-p/278640#M710786</guid>
      <dc:creator>rahulgupta</dc:creator>
      <dc:date>2011-06-10T05:26:16Z</dc:date>
    </item>
    <item>
      <title>Month year</title>
      <link>https://community.qlik.com/t5/QlikView/Month-year/m-p/278641#M710787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Thanks for reply....&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 10pt;"&gt;but I don't want this...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 10pt;"&gt;I can't use monthname.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 10pt;"&gt;i have created a field Month &amp;amp;'&amp;nbsp; 'year&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #008000; font-size: 8pt;"&gt;Now I want it to convert into numeric&amp;nbsp; because I need to sort something on its basis.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jun 2011 05:40:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-year/m-p/278641#M710787</guid>
      <dc:creator />
      <dc:date>2011-06-10T05:40:21Z</dc:date>
    </item>
    <item>
      <title>Month year</title>
      <link>https://community.qlik.com/t5/QlikView/Month-year/m-p/278642#M710788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 10pt;"&gt;u create a field num(Month) &amp;amp;'&amp;nbsp; 'year&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jun 2011 05:59:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-year/m-p/278642#M710788</guid>
      <dc:creator>perumal_41</dc:creator>
      <dc:date>2011-06-10T05:59:03Z</dc:date>
    </item>
    <item>
      <title>Month year</title>
      <link>https://community.qlik.com/t5/QlikView/Month-year/m-p/278643#M710789</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; Can you attach your .qvw?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Jai&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jun 2011 06:00:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-year/m-p/278643#M710789</guid>
      <dc:creator />
      <dc:date>2011-06-10T06:00:03Z</dc:date>
    </item>
    <item>
      <title>Month year</title>
      <link>https://community.qlik.com/t5/QlikView/Month-year/m-p/278644#M710790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Month field is having values as Apr,May,Jun...therefore it can't me converted into Num...as it is a text.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jun 2011 06:46:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-year/m-p/278644#M710790</guid>
      <dc:creator />
      <dc:date>2011-06-10T06:46:43Z</dc:date>
    </item>
    <item>
      <title>Month year</title>
      <link>https://community.qlik.com/t5/QlikView/Month-year/m-p/278645#M710791</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;&amp;nbsp;&amp;nbsp; Can you try some Inline Table for that,lik&lt;/P&gt;&lt;P&gt;[Month,Num_Month&lt;/P&gt;&lt;P&gt; Apr,01&lt;/P&gt;&lt;P&gt;May,02&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Jai&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jun 2011 06:50:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-year/m-p/278645#M710791</guid>
      <dc:creator />
      <dc:date>2011-06-10T06:50:31Z</dc:date>
    </item>
    <item>
      <title>Month year</title>
      <link>https://community.qlik.com/t5/QlikView/Month-year/m-p/278646#M710792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; No.No not inline...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jun 2011 07:12:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-year/m-p/278646#M710792</guid>
      <dc:creator />
      <dc:date>2011-06-10T07:12:59Z</dc:date>
    </item>
    <item>
      <title>Month year</title>
      <link>https://community.qlik.com/t5/QlikView/Month-year/m-p/278647#M710793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Ok,If possible attach your application&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Jai&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jun 2011 07:16:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-year/m-p/278647#M710793</guid>
      <dc:creator />
      <dc:date>2011-06-10T07:16:45Z</dc:date>
    </item>
    <item>
      <title>Month year</title>
      <link>https://community.qlik.com/t5/QlikView/Month-year/m-p/278648#M710794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; I can't attch my app...its too heavy...&lt;/P&gt;&lt;P&gt;in small dataset u won't be able to understand the thing....&lt;/P&gt;&lt;P&gt;neither can i prepare a dummy data....it will take a lot of Time...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jun 2011 07:22:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-year/m-p/278648#M710794</guid>
      <dc:creator />
      <dc:date>2011-06-10T07:22:21Z</dc:date>
    </item>
    <item>
      <title>Re: Month year</title>
      <link>https://community.qlik.com/t5/QlikView/Month-year/m-p/278649#M710795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here I have a calendar which has some fiscal fields maybe you can use. I use the addmonths function, and also a sort of load order, using the table at the top which is later concatenated into the main calendar table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do i add a file - I can't find the option !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ok got it!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jun 2011 07:33:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-year/m-p/278649#M710795</guid>
      <dc:creator />
      <dc:date>2011-06-10T07:33:10Z</dc:date>
    </item>
    <item>
      <title>Month year</title>
      <link>https://community.qlik.com/t5/QlikView/Month-year/m-p/278650#M710796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; hi Erika,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this for converting textb APR into num.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;date(Date#('APR','MMM'),'MM')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Deepak&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jun 2011 09:22:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-year/m-p/278650#M710796</guid>
      <dc:creator>deepakk</dc:creator>
      <dc:date>2011-06-10T09:22:24Z</dc:date>
    </item>
    <item>
      <title>Re: Month year</title>
      <link>https://community.qlik.com/t5/QlikView/Month-year/m-p/278651#M710797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Erika,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; There are many ways to do that...Two simple ways I can suggest you are...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;in your environment variable settings you can use this...but be cautious this will reflect through whole document....so now your months sort order will be changed to this way and your 1st month will be april..&lt;/LI&gt;&lt;/OL&gt;&lt;UL&gt;&lt;LI&gt;SET MonthNames = 'Apr;May;Jun;Jul;Aug;Sep;Oct;Nov;Dec;Jan;Feb;Mar';&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Another way I find will be better, is just use shift in monthname function..&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; for example if you use monthname function like:::&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; monthname ( '2001-01-19' )&amp;nbsp; it will output Jan 2001&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;but if you use shift here and shift monthnames to 3 then ...&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; monthname ( '2001-01-19' ,3)&amp;nbsp;&amp;nbsp; it will output Apr 2001&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as you only have month and year then you can use it like&amp;nbsp; monthname(makedate(Year, Month),3) it can give you your output......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so, in 2nd one you will be having data of MonthNum 1 associated with Month Apr, that way in your front end when some one selects Apr, he will see data for MonthNum 1, and also it can be sorted on the base of MonthNum..........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope it helps..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and if I did not understand your problem then, if you describe it more, like what you actually want then we may reach towards a better solution.......&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jun 2011 11:59:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-year/m-p/278651#M710797</guid>
      <dc:creator />
      <dc:date>2011-06-10T11:59:33Z</dc:date>
    </item>
    <item>
      <title>Re: Month year</title>
      <link>https://community.qlik.com/t5/QlikView/Month-year/m-p/278652#M710798</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;The number 1 equals April, so add more 3 and you have the month that you want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load Year, // 2011&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (Month + 3 ) AS Month // Month = 1 = April&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // Month + 3 = 4 = April&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jun 2011 12:41:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-year/m-p/278652#M710798</guid>
      <dc:creator />
      <dc:date>2011-06-10T12:41:00Z</dc:date>
    </item>
  </channel>
</rss>

