<?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: Month and Year in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Month-and-Year/m-p/1308529#M407039</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sai,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the string functions like left(),right(), subfield() to extract specific values from the input.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Mar 2017 10:03:15 GMT</pubDate>
    <dc:creator>karthiksrqv</dc:creator>
    <dc:date>2017-03-30T10:03:15Z</dc:date>
    <item>
      <title>Month and Year</title>
      <link>https://community.qlik.com/t5/QlikView/Month-and-Year/m-p/1308528#M407038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a column Header in Excel as 'M 2016.01 Sales' for each month.&lt;/P&gt;&lt;P&gt;How can i create Year as 2016 and Month as 01,02....12 from this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TIA!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Mar 2017 09:30:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-and-Year/m-p/1308528#M407038</guid>
      <dc:creator>psk180590</dc:creator>
      <dc:date>2017-03-30T09:30:51Z</dc:date>
    </item>
    <item>
      <title>Re: Month and Year</title>
      <link>https://community.qlik.com/t5/QlikView/Month-and-Year/m-p/1308529#M407039</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sai,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the string functions like left(),right(), subfield() to extract specific values from the input.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Mar 2017 10:03:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-and-Year/m-p/1308529#M407039</guid>
      <dc:creator>karthiksrqv</dc:creator>
      <dc:date>2017-03-30T10:03:15Z</dc:date>
    </item>
    <item>
      <title>Re: Month and Year</title>
      <link>https://community.qlik.com/t5/QlikView/Month-and-Year/m-p/1308530#M407040</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can try using this sample:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; Data:&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;load&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;left&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;DateTemp1&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,4) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Year&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Right&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;DateTemp1&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,2) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Month&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;DateTemp1&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;YearMonth&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;load&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;trim&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;PurgeChar&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Dates&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'M .')) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;DateTemp1&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;; &lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-size: 8pt;"&gt;// YYYYMM FORMAT&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;INLINE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[&lt;BR /&gt; Dates&lt;BR /&gt; M 2016.01&lt;BR /&gt; M 2016.02&lt;BR /&gt; M 2016.03&lt;BR /&gt; M 2017.01&lt;BR /&gt; M 2017.02&lt;BR /&gt; M 2017.02&amp;nbsp; &lt;BR /&gt; ]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;Hope this helps!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Mar 2017 10:23:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-and-Year/m-p/1308530#M407040</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-30T10:23:39Z</dc:date>
    </item>
    <item>
      <title>Re: Month and Year</title>
      <link>https://community.qlik.com/t5/QlikView/Month-and-Year/m-p/1308531#M407041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you might need to use &lt;A href="https://community.qlik.com/qlik-blogpost/3628"&gt;The Crosstable Load&lt;/A&gt; to convert the columns into a field and then you can perform any string function manipulation to it....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Mar 2017 11:15:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-and-Year/m-p/1308531#M407041</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-03-30T11:15:31Z</dc:date>
    </item>
    <item>
      <title>Re: Month and Year</title>
      <link>https://community.qlik.com/t5/QlikView/Month-and-Year/m-p/1308532#M407042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI &lt;A href="https://community.qlik.com/people/stalwar1"&gt;stalwar1&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, i have converted them using Crosstable. But, i'm not sure how do extract Year and Month.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Could you please tell me how do i write Left for this&amp;nbsp; '&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;M 2016.01 Sales'&amp;nbsp; to get Year as 2016 and also Month as 01&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Mar 2017 12:24:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-and-Year/m-p/1308532#M407042</guid>
      <dc:creator>psk180590</dc:creator>
      <dc:date>2017-03-30T12:24:14Z</dc:date>
    </item>
    <item>
      <title>Re: Month and Year</title>
      <link>https://community.qlik.com/t5/QlikView/Month-and-Year/m-p/1308533#M407043</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this in the resident load after the crosstable load&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Year(Date#(KeepChar(MonthYear, '0123456789'), 'YYYYMM')) as Year&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;Month(Date#(KeepChar(MonthYear, '0123456789'), 'YYYYMM')) as Month,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; font-size: 13.3333px;"&gt;Date(Date#(KeepChar(MonthYear, '0123456789'), 'YYYYMM')) as Date,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Date(MonthStart(Date#(KeepChar(MonthYear, '0123456789'), 'YYYYMM')), 'MMM-YYYY')) as MonthYear&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Mar 2017 12:27:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-and-Year/m-p/1308533#M407043</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-03-30T12:27:18Z</dc:date>
    </item>
    <item>
      <title>Re: Month and Year</title>
      <link>https://community.qlik.com/t5/QlikView/Month-and-Year/m-p/1308534#M407044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perfect works like a charm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks very much!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Mar 2017 12:34:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-and-Year/m-p/1308534#M407044</guid>
      <dc:creator>psk180590</dc:creator>
      <dc:date>2017-03-30T12:34:06Z</dc:date>
    </item>
  </channel>
</rss>

