<?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 Getting MonthName from timestamp in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Getting-MonthName-from-timestamp/m-p/547666#M1148254</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm kind of new and have the following problem:&lt;/P&gt;&lt;P&gt;In my original csv, there are timestamps in this format: 2013-04-13 15:45:58 +0200&lt;/P&gt;&lt;P&gt;I would like to use the MonthName and YearName function but Qlikview doesn't recognize the timestamp as a timestamp. So even if I put in the MonthName function around the date, it returns the complete timestamp.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What can I do to be able to use the monthname and yearname formulas, thus making the usability of the sheet a lot easier.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS: not sure whether this info is relevant, but in the script editor, the timestamp is set as: SET TimestampFormat='YYY-MM-DD hh:mm:ss +TTTT';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot for any help! Best,&lt;/P&gt;&lt;P&gt;Steffen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 07 Jul 2013 15:35:22 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-07-07T15:35:22Z</dc:date>
    <item>
      <title>Getting MonthName from timestamp</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-MonthName-from-timestamp/m-p/547666#M1148254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm kind of new and have the following problem:&lt;/P&gt;&lt;P&gt;In my original csv, there are timestamps in this format: 2013-04-13 15:45:58 +0200&lt;/P&gt;&lt;P&gt;I would like to use the MonthName and YearName function but Qlikview doesn't recognize the timestamp as a timestamp. So even if I put in the MonthName function around the date, it returns the complete timestamp.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What can I do to be able to use the monthname and yearname formulas, thus making the usability of the sheet a lot easier.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS: not sure whether this info is relevant, but in the script editor, the timestamp is set as: SET TimestampFormat='YYY-MM-DD hh:mm:ss +TTTT';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot for any help! Best,&lt;/P&gt;&lt;P&gt;Steffen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 07 Jul 2013 15:35:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-MonthName-from-timestamp/m-p/547666#M1148254</guid>
      <dc:creator />
      <dc:date>2013-07-07T15:35:22Z</dc:date>
    </item>
    <item>
      <title>Re: Getting MonthName from timestamp</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-MonthName-from-timestamp/m-p/547667#M1148255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Steffen, you are missing a Y in your Timestamp Format and TT is using AM/PM notation, not timezone.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So maybe try like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Monthname( timestamp#( left('2013-04-13 15:45:58 +0200',18),'YYYY-MM-DD hh:mm:ss'))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or just&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Monthname( timestamp#( left('2013-04-13 15:45:58 +0200',7),'YYYY-MM'))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 07 Jul 2013 15:58:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-MonthName-from-timestamp/m-p/547667#M1148255</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2013-07-07T15:58:40Z</dc:date>
    </item>
  </channel>
</rss>

