<?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: Convert 201501 to Jan in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Convert-201501-to-Jan/m-p/806678#M1036152</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I separated it out to the last 2 characters using right(YearMonthId, 2) now how do I convert this 01 to January?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 Jan 2015 18:49:53 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-01-16T18:49:53Z</dc:date>
    <item>
      <title>Convert 201501 to Jan</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-201501-to-Jan/m-p/806676#M1036150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How can I take a YearMonthId = 201501 and convert it to the month of Jan?&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;Joe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jan 2015 18:42:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-201501-to-Jan/m-p/806676#M1036150</guid>
      <dc:creator />
      <dc:date>2015-01-16T18:42:47Z</dc:date>
    </item>
    <item>
      <title>Re: Convert 201501 to Jan</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-201501-to-Jan/m-p/806677#M1036151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you mean only the Month() without Year info?=&amp;gt;&lt;/P&gt;&lt;P&gt;=month(date#(201501,'YYYYMM')) &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jan 2015 18:49:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-201501-to-Jan/m-p/806677#M1036151</guid>
      <dc:creator>jonasheisterkam</dc:creator>
      <dc:date>2015-01-16T18:49:52Z</dc:date>
    </item>
    <item>
      <title>Re: Convert 201501 to Jan</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-201501-to-Jan/m-p/806678#M1036152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I separated it out to the last 2 characters using right(YearMonthId, 2) now how do I convert this 01 to January?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jan 2015 18:49:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-201501-to-Jan/m-p/806678#M1036152</guid>
      <dc:creator />
      <dc:date>2015-01-16T18:49:53Z</dc:date>
    </item>
    <item>
      <title>Re: Convert 201501 to Jan</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-201501-to-Jan/m-p/806679#M1036153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you. Much appreciated. Serious brainfart on that one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Joe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jan 2015 18:51:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-201501-to-Jan/m-p/806679#M1036153</guid>
      <dc:creator />
      <dc:date>2015-01-16T18:51:41Z</dc:date>
    </item>
    <item>
      <title>Re: Convert 201501 to Jan</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-201501-to-Jan/m-p/806680#M1036154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you have only the number you need creation of date/timestamp if you want to use month(). You can create string and use functions like date#() oder you use makedate() with a fix year.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also use the defined Monthnames from the beginning of youre Skript, generatet by qlick.&lt;/P&gt;&lt;P&gt;=subfield(MonthNames,';',01)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jan 2015 19:00:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-201501-to-Jan/m-p/806680#M1036154</guid>
      <dc:creator>jonasheisterkam</dc:creator>
      <dc:date>2015-01-16T19:00:26Z</dc:date>
    </item>
    <item>
      <title>Re: Convert 201501 to Jan</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-201501-to-Jan/m-p/806681#M1036155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;converting 01 to January could be done like:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;IMG alt="QlikCommunity_Thread_148715_Pic1.JPG" class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/75566_QlikCommunity_Thread_148715_Pic1.JPG" style="height: auto;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=Month(Date#('01','MM'))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;hope this helps&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Marco&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jan 2015 23:38:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-201501-to-Jan/m-p/806681#M1036155</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2015-01-16T23:38:09Z</dc:date>
    </item>
  </channel>
</rss>

