<?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: Converting a date to text in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Converting-a-date-to-text/m-p/447522#M166996</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;&lt;/P&gt;&lt;P&gt;Left('Jan-2013', 3) is the best option to get the month name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 Jan 2013 14:00:48 GMT</pubDate>
    <dc:creator>jagan</dc:creator>
    <dc:date>2013-01-23T14:00:48Z</dc:date>
    <item>
      <title>Converting a date to text</title>
      <link>https://community.qlik.com/t5/QlikView/Converting-a-date-to-text/m-p/447519#M166993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do anybody know if there is an expresion that will convert a date to text? For instance Jan-2013 to Jan?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jan 2013 13:39:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Converting-a-date-to-text/m-p/447519#M166993</guid>
      <dc:creator />
      <dc:date>2013-01-23T13:39:13Z</dc:date>
    </item>
    <item>
      <title>Re: Converting a date to text</title>
      <link>https://community.qlik.com/t5/QlikView/Converting-a-date-to-text/m-p/447520#M166994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;if your field value is 'Jan-2013' you can use the Left() function.&lt;/P&gt;&lt;P&gt;Left(Field,3)&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Giampiero&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jan 2013 13:43:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Converting-a-date-to-text/m-p/447520#M166994</guid>
      <dc:creator />
      <dc:date>2013-01-23T13:43:12Z</dc:date>
    </item>
    <item>
      <title>Re: Converting a date to text</title>
      <link>https://community.qlik.com/t5/QlikView/Converting-a-date-to-text/m-p/447521#M166995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;suppose your date field from where you get Month Year as Jan-13 is Date then create a field MonthNumber in ur script;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;num(Month(Date)) as MonthNumber&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now u can create an inline table in ur script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load * Inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;MonthNumber,MonthName&lt;/P&gt;&lt;P&gt;1,Jan&lt;/P&gt;&lt;P&gt;2,Feb&lt;/P&gt;&lt;P&gt;3,Mar&lt;/P&gt;&lt;P&gt;4,Apr&lt;/P&gt;&lt;P&gt;5,May&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;12,Dec&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jan 2013 13:59:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Converting-a-date-to-text/m-p/447521#M166995</guid>
      <dc:creator />
      <dc:date>2013-01-23T13:59:32Z</dc:date>
    </item>
    <item>
      <title>Re: Converting a date to text</title>
      <link>https://community.qlik.com/t5/QlikView/Converting-a-date-to-text/m-p/447522#M166996</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;&lt;/P&gt;&lt;P&gt;Left('Jan-2013', 3) is the best option to get the month name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jan 2013 14:00:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Converting-a-date-to-text/m-p/447522#M166996</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2013-01-23T14:00:48Z</dc:date>
    </item>
    <item>
      <title>Re: Converting a date to text</title>
      <link>https://community.qlik.com/t5/QlikView/Converting-a-date-to-text/m-p/447523#M166997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Using Left() will work, but you will not be able to sort the months properly. Use the following instead:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Month(Date#(DateField,'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>Wed, 23 Jan 2013 17:13:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Converting-a-date-to-text/m-p/447523#M166997</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2013-01-23T17:13:55Z</dc:date>
    </item>
  </channel>
</rss>

