<?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: Getting monthname from composite key in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Getting-monthname-from-composite-key/m-p/616076#M1116917</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Shruti,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i pass yearmonth that is my fieldname instead of 201203 this expression is not working&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Feb 2014 13:14:56 GMT</pubDate>
    <dc:creator>rsdhavle</dc:creator>
    <dc:date>2014-02-06T13:14:56Z</dc:date>
    <item>
      <title>Getting monthname from composite key</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-monthname-from-composite-key/m-p/616070#M1116911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have one composite key of year and month having values like 201112, 201111,201203..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to calculate monthname from this values. How can i get that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Feb 2014 12:46:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-monthname-from-composite-key/m-p/616070#M1116911</guid>
      <dc:creator>rsdhavle</dc:creator>
      <dc:date>2014-02-06T12:46:14Z</dc:date>
    </item>
    <item>
      <title>Re: Getting monthname from composite key</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-monthname-from-composite-key/m-p/616071#M1116912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;'right(composite key,2) as Month' will give you the last 2 digits of your key, and recode it as month.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Feb 2014 12:57:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-monthname-from-composite-key/m-p/616071#M1116912</guid>
      <dc:creator>puttemans</dc:creator>
      <dc:date>2014-02-06T12:57:23Z</dc:date>
    </item>
    <item>
      <title>Re: Getting monthname from composite key</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-monthname-from-composite-key/m-p/616072#M1116913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Date(Date#(CompositeKey&amp;amp;'01', 'YYYYMMDD'), 'MMMM')&lt;/P&gt;&lt;P&gt;for the full month name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edit: Sorry, correct now&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Feb 2014 13:02:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-monthname-from-composite-key/m-p/616072#M1116913</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2014-02-06T13:02:42Z</dc:date>
    </item>
    <item>
      <title>Re: Getting monthname from composite key</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-monthname-from-composite-key/m-p/616073#M1116914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can try this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Date#&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;month&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;date#&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;right&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;('201203',2),'MM'))&amp;amp;'-'&amp;amp;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Year&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;date#&lt;/SPAN&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;('201203',4),'YYYY')),'MMM-YYYY') &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;HTH&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;-Shruti&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Feb 2014 13:03:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-monthname-from-composite-key/m-p/616073#M1116914</guid>
      <dc:creator />
      <dc:date>2014-02-06T13:03:25Z</dc:date>
    </item>
    <item>
      <title>Re: Getting monthname from composite key</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-monthname-from-composite-key/m-p/616074#M1116915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Month(Fiedl) as Month&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Feb 2014 13:03:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-monthname-from-composite-key/m-p/616074#M1116915</guid>
      <dc:creator>ashwanin</dc:creator>
      <dc:date>2014-02-06T13:03:47Z</dc:date>
    </item>
    <item>
      <title>Re: Getting monthname from composite key</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-monthname-from-composite-key/m-p/616075#M1116916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;and if you want to display the Year also then &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Month(Field)&amp;amp;'-'&amp;amp;lEFT(Field,4) as DATE_YEAR&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Feb 2014 13:12:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-monthname-from-composite-key/m-p/616075#M1116916</guid>
      <dc:creator>ashwanin</dc:creator>
      <dc:date>2014-02-06T13:12:44Z</dc:date>
    </item>
    <item>
      <title>Re: Getting monthname from composite key</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-monthname-from-composite-key/m-p/616076#M1116917</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Shruti,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i pass yearmonth that is my fieldname instead of 201203 this expression is not working&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Feb 2014 13:14:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-monthname-from-composite-key/m-p/616076#M1116917</guid>
      <dc:creator>rsdhavle</dc:creator>
      <dc:date>2014-02-06T13:14:56Z</dc:date>
    </item>
    <item>
      <title>Re: Getting monthname from composite key</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-monthname-from-composite-key/m-p/616077#M1116918</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;When using field no qoutes required.&lt;/P&gt;&lt;P&gt;As per my knowledge this works on field too.&lt;/P&gt;&lt;P&gt;I will check on dummy field and get back.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-shruti&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Feb 2014 13:23:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-monthname-from-composite-key/m-p/616077#M1116918</guid>
      <dc:creator />
      <dc:date>2014-02-06T13:23:41Z</dc:date>
    </item>
    <item>
      <title>Re: Getting monthname from composite key</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-monthname-from-composite-key/m-p/616078#M1116919</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you put = right(yearmonth,2) in your dimension of the chart (first add yearmonth, and then click 'edit', and you enter the expression, then the chart will show you the months.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Feb 2014 13:25:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-monthname-from-composite-key/m-p/616078#M1116919</guid>
      <dc:creator>puttemans</dc:creator>
      <dc:date>2014-02-06T13:25:26Z</dc:date>
    </item>
    <item>
      <title>Re: Getting monthname from composite key</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-monthname-from-composite-key/m-p/616079#M1116920</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Check this code,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; F1&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 201304&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 201405&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 201212&lt;BR /&gt;]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;BR /&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;Date#&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;month&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;date#&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&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;F1&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,2),'MM'))&amp;amp;'-'&amp;amp;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Year&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;date#&lt;/SPAN&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;F1&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,4),'YYYY')),'MMM-YYYY') &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: #0000ff; font-size: 8pt;"&gt;Resident&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;test; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;it gives me data like&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Dec-2012&lt;/P&gt;&lt;P&gt;Apr-2013&lt;/P&gt;&lt;P&gt;May-2014&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;If still facing issues, attach some sample.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;HTH&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;-Shruti&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Feb 2014 13:29:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-monthname-from-composite-key/m-p/616079#M1116920</guid>
      <dc:creator />
      <dc:date>2014-02-06T13:29:27Z</dc:date>
    </item>
    <item>
      <title>Re: Getting monthname from composite key</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-monthname-from-composite-key/m-p/616080#M1116921</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Shruti. It worked&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Feb 2014 12:20:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-monthname-from-composite-key/m-p/616080#M1116921</guid>
      <dc:creator>rsdhavle</dc:creator>
      <dc:date>2014-02-10T12:20:37Z</dc:date>
    </item>
  </channel>
</rss>

