<?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 name to numbers in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Month-name-to-numbers/m-p/302545#M1188008</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; if month is Jan,Feb,Mar .....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;andfiled is Month&lt;/P&gt;&lt;P&gt;then write &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Num(Month)&amp;nbsp; in list &lt;/P&gt;&lt;P&gt;or use in script as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Num(Month) as Monthnum&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or else use &lt;/P&gt;&lt;P&gt;inline wizard like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load * inline&lt;/P&gt;&lt;P&gt;Month,MonthNum&lt;/P&gt;&lt;P&gt;Jan,1&lt;/P&gt;&lt;P&gt;Feb,2&lt;/P&gt;&lt;P&gt;Mar,3&lt;/P&gt;&lt;P&gt;apr,4&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;or &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;using if(Month='Jan',1,if(Month='Feb',2,if(Month='Mar,3.........))))))))))))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Sunil Chauhan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 26 Aug 2011 07:44:25 GMT</pubDate>
    <dc:creator>SunilChauhan</dc:creator>
    <dc:date>2011-08-26T07:44:25Z</dc:date>
    <item>
      <title>Month name to numbers</title>
      <link>https://community.qlik.com/t5/QlikView/Month-name-to-numbers/m-p/302543#M1188006</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;How to get month name into numeric representaion.&lt;/P&gt;&lt;P&gt;like jan as 1, feb as 2 and ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i already hav a list box which has like jan,feb. i need in form of numerics (1,2,3,..)&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Aug 2011 07:30:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-name-to-numbers/m-p/302543#M1188006</guid>
      <dc:creator />
      <dc:date>2011-08-26T07:30:04Z</dc:date>
    </item>
    <item>
      <title>Month name to numbers</title>
      <link>https://community.qlik.com/t5/QlikView/Month-name-to-numbers/m-p/302544#M1188007</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;/P&gt;&lt;P&gt;&lt;STRONG&gt;Num(Month(Date_Field))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Aug 2011 07:44:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-name-to-numbers/m-p/302544#M1188007</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-08-26T07:44:17Z</dc:date>
    </item>
    <item>
      <title>Month name to numbers</title>
      <link>https://community.qlik.com/t5/QlikView/Month-name-to-numbers/m-p/302545#M1188008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; if month is Jan,Feb,Mar .....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;andfiled is Month&lt;/P&gt;&lt;P&gt;then write &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Num(Month)&amp;nbsp; in list &lt;/P&gt;&lt;P&gt;or use in script as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Num(Month) as Monthnum&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or else use &lt;/P&gt;&lt;P&gt;inline wizard like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load * inline&lt;/P&gt;&lt;P&gt;Month,MonthNum&lt;/P&gt;&lt;P&gt;Jan,1&lt;/P&gt;&lt;P&gt;Feb,2&lt;/P&gt;&lt;P&gt;Mar,3&lt;/P&gt;&lt;P&gt;apr,4&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;or &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;using if(Month='Jan',1,if(Month='Feb',2,if(Month='Mar,3.........))))))))))))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Sunil Chauhan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Aug 2011 07:44:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-name-to-numbers/m-p/302545#M1188008</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2011-08-26T07:44:25Z</dc:date>
    </item>
    <item>
      <title>Month name to numbers</title>
      <link>https://community.qlik.com/t5/QlikView/Month-name-to-numbers/m-p/302546#M1188009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks bala , i got it with your solution &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Aug 2011 07:50:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-name-to-numbers/m-p/302546#M1188009</guid>
      <dc:creator />
      <dc:date>2011-08-26T07:50:06Z</dc:date>
    </item>
  </channel>
</rss>

