<?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 from a string in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Month-from-a-string/m-p/287618#M106985</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I managed to do it with the following code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MONTH(date#(MONTH, 'MMMM')) AS MONTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MMMM tells QV that the string is a long month name format.&amp;nbsp; The original field is definitely a string, not a date/time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 Dec 2011 13:23:52 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-12-08T13:23:52Z</dc:date>
    <item>
      <title>Month from a string</title>
      <link>https://community.qlik.com/t5/QlikView/Month-from-a-string/m-p/287614#M106981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a string field in the following format:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;January&lt;/P&gt;&lt;P&gt;February&lt;/P&gt;&lt;P&gt;March&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;etc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to tell QV that it's months... Any idea how I do that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gareth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Dec 2011 09:57:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-from-a-string/m-p/287614#M106981</guid>
      <dc:creator />
      <dc:date>2011-12-08T09:57:53Z</dc:date>
    </item>
    <item>
      <title>Month from a string</title>
      <link>https://community.qlik.com/t5/QlikView/Month-from-a-string/m-p/287615#M106982</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 first three characters are the monthname's in QV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, do something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;num(left(month,3),'00') and then you have the monthnum's in QV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Succes,&lt;/P&gt;&lt;P&gt;Halmar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Dec 2011 10:08:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-from-a-string/m-p/287615#M106982</guid>
      <dc:creator />
      <dc:date>2011-12-08T10:08:36Z</dc:date>
    </item>
    <item>
      <title>Re: Month from a string</title>
      <link>https://community.qlik.com/t5/QlikView/Month-from-a-string/m-p/287616#M106983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;Hi,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;You use inline wizard to do this.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Load * Inline [&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Month,Monthno&lt;/EM&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;&lt;EM&gt;January,1&lt;/EM&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;&lt;EM&gt;February,2&lt;/EM&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;&lt;EM&gt;March,4&lt;/EM&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;&lt;EM&gt;....&lt;/EM&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;&lt;EM&gt;...&lt;/EM&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;&lt;EM&gt;];&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;You can use this Month field to map to your transaction field.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;if you have Date field with format 10-January-2011.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;You can extract the month using below code.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;=Num(Month(Date(Date#(Date,'DD-MMMM-YYYY'))),'00')&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Hope this helps.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;-Sridhar&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Dec 2011 10:11:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-from-a-string/m-p/287616#M106983</guid>
      <dc:creator>sridhar240784</dc:creator>
      <dc:date>2011-12-08T10:11:05Z</dc:date>
    </item>
    <item>
      <title>Re: Month from a string</title>
      <link>https://community.qlik.com/t5/QlikView/Month-from-a-string/m-p/287617#M106984</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gareth,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you attached your sample data source more than two field (include month field)? I want to know that the field that store your month is a DateTime or String field. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sokkorn Cheav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Dec 2011 11:18:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-from-a-string/m-p/287617#M106984</guid>
      <dc:creator>Sokkorn</dc:creator>
      <dc:date>2011-12-08T11:18:22Z</dc:date>
    </item>
    <item>
      <title>Month from a string</title>
      <link>https://community.qlik.com/t5/QlikView/Month-from-a-string/m-p/287618#M106985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I managed to do it with the following code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MONTH(date#(MONTH, 'MMMM')) AS MONTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MMMM tells QV that the string is a long month name format.&amp;nbsp; The original field is definitely a string, not a date/time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Dec 2011 13:23:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-from-a-string/m-p/287618#M106985</guid>
      <dc:creator />
      <dc:date>2011-12-08T13:23:52Z</dc:date>
    </item>
  </channel>
</rss>

