<?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: MonthName in set anaylsis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/MonthName-in-set-anaylsis/m-p/1064603#M356031</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That works. What do you mean by more dynamic?&lt;/P&gt;&lt;P&gt;Also, what if the two vals are different?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 May 2016 16:12:11 GMT</pubDate>
    <dc:creator>tschullo</dc:creator>
    <dc:date>2016-05-03T16:12:11Z</dc:date>
    <item>
      <title>MonthName in set anaylsis</title>
      <link>https://community.qlik.com/t5/QlikView/MonthName-in-set-anaylsis/m-p/1064595#M356023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the following script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="font-size: 12pt;"&gt;Load&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;BR /&gt; &lt;SPAN style="color: #0000ff;"&gt;MonthName&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;monYr&lt;/SPAN&gt;) &lt;SPAN style="color: #0000ff;"&gt;as&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;MonYr&lt;/SPAN&gt;,&lt;BR /&gt; &lt;SPAN style="color: #800000;"&gt;myVal&lt;/SPAN&gt;;&lt;BR /&gt; &lt;BR /&gt; &lt;STRONG style=": ; color: #0000ff;"&gt;Load&lt;/STRONG&gt; * &lt;SPAN style="color: #0000ff;"&gt;Inline&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;[&lt;BR /&gt; monYr, myVal&lt;BR /&gt; 41760, 1&lt;BR /&gt; 41791, 2&lt;BR /&gt; ] &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;I then have a variable vMaxMonYr defined as:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;=Max(MonYr)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt; then have a text box: &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;Script: &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;=&lt;STRONG&gt;&lt;EM style=": ; color: #808080;"&gt;$(vMaxMonYr)&lt;/EM&gt;&lt;/STRONG&gt; &amp;amp; '&lt;BR /&gt; MaxVal: ' &amp;amp; &lt;SPAN style="color: #0000ff;"&gt;sum&lt;/SPAN&gt;({&amp;lt;&lt;SPAN style="color: #800000;"&gt;MonYr&lt;/SPAN&gt;={&lt;SPAN style="color: #800000;"&gt;"MonthName($(vMaxMonYr)"&lt;/SPAN&gt;}&amp;gt;} &lt;SPAN style="color: #800000;"&gt;myVal&lt;/SPAN&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;The result I get is:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;41791&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;MaxVal=0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;If I change the script to:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;&lt;SPAN style="font-size: 12pt;"&gt;=&lt;STRONG&gt;&lt;EM style=": ; color: #808080;"&gt;$(vMaxMonYr)&lt;/EM&gt;&lt;/STRONG&gt; &amp;amp; '&lt;BR /&gt; MaxVal: ' &amp;amp; &lt;SPAN style="color: #0000ff;"&gt;sum&lt;/SPAN&gt;({&amp;lt;&lt;SPAN style="color: #800000;"&gt;MonYr&lt;/SPAN&gt;={'Jun 2014'}&amp;gt;} &lt;SPAN style="color: #800000;"&gt;myVal&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;) &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;&lt;SPAN style="font-size: 12pt;"&gt;it works ands I get:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;41791&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;MaxVal=2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;Why is that&amp;nbsp; and how can I write script so it works?&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>Tue, 03 May 2016 15:43:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/MonthName-in-set-anaylsis/m-p/1064595#M356023</guid>
      <dc:creator>tschullo</dc:creator>
      <dc:date>2016-05-03T15:43:02Z</dc:date>
    </item>
    <item>
      <title>Re: MonthName in set anaylsis</title>
      <link>https://community.qlik.com/t5/QlikView/MonthName-in-set-anaylsis/m-p/1064596#M356024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;Can you try this:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif; font-size: 10pt;"&gt;&lt;SPAN style="color: #800000;"&gt;&lt;STRONG style="color: #575757;"&gt;=&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #575757;"&gt;&lt;STRONG&gt;$(vMaxMonYr) &amp;amp; ' &lt;/STRONG&gt;&lt;STRONG&gt;MaxVal: ' &amp;amp; &lt;SPAN style="color: #ff0000;"&gt;FirstSortedValue(myVal, -MonYr&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 16px;"&gt;&lt;STRONG style=": ; color: #ff0000; font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 May 2016 15:47:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/MonthName-in-set-anaylsis/m-p/1064596#M356024</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-05-03T15:47:02Z</dc:date>
    </item>
    <item>
      <title>Re: MonthName in set anaylsis</title>
      <link>https://community.qlik.com/t5/QlikView/MonthName-in-set-anaylsis/m-p/1064597#M356025</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks Sunny, can you tell me why it won't work?&lt;/P&gt;&lt;P&gt;Your solution only works if I have a one to one with MonYr and myVal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 May 2016 15:49:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/MonthName-in-set-anaylsis/m-p/1064597#M356025</guid>
      <dc:creator>tschullo</dc:creator>
      <dc:date>2016-05-03T15:49:37Z</dc:date>
    </item>
    <item>
      <title>Re: MonthName in set anaylsis</title>
      <link>https://community.qlik.com/t5/QlikView/MonthName-in-set-anaylsis/m-p/1064598#M356026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think the dollar sign expansion might have been missing, can you try this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 16px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;&lt;STRONG&gt;Sum&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN style="color: #800000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 16px;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 16px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;MonYr&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 16px;"&gt;={'&lt;/SPAN&gt;&lt;SPAN style="font-size: 16px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;$(=MonthName($(vMaxMonYr)))'&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 16px;"&gt;}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="font-size: 16px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;myVal&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="color: #800000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 16px;"&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 May 2016 15:51:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/MonthName-in-set-anaylsis/m-p/1064598#M356026</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-05-03T15:51:08Z</dc:date>
    </item>
    <item>
      <title>Re: MonthName in set anaylsis</title>
      <link>https://community.qlik.com/t5/QlikView/MonthName-in-set-anaylsis/m-p/1064599#M356027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK, so I thought the variable would work, but it turns out each customer in my data set can have a different max MonYr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need something like :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 16px;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 16px;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 16px;"&gt;MonYr&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 16px;"&gt;={'&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 16px;"&gt;$(=MonthName([&lt;/SPAN&gt;&lt;STRONG style="color: #800000; font-size: 16px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;max monYr for the given dimension iteration]&lt;/STRONG&gt;&lt;SPAN style="color: #800000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 16px;"&gt;'&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 16px;"&gt;}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 16px;"&gt;myVal&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 16px;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 16px;"&gt;where dimension is CustName&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 May 2016 16:02:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/MonthName-in-set-anaylsis/m-p/1064599#M356027</guid>
      <dc:creator>tschullo</dc:creator>
      <dc:date>2016-05-03T16:02:45Z</dc:date>
    </item>
    <item>
      <title>Re: MonthName in set anaylsis</title>
      <link>https://community.qlik.com/t5/QlikView/MonthName-in-set-anaylsis/m-p/1064600#M356028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is why I proposed &lt;SPAN style="color: #ff0000; font-style: inherit; font-size: 13.3333px; font-family: inherit; font-weight: inherit;"&gt;&lt;STRONG&gt;FirstSortedValue(myVal, -MonYr&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: 10pt; font-style: inherit; font-family: arial, helvetica, sans-serif;"&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This can pick max MonYr for the dimension you are on. Set Analysis cannot because it is evaluated once per chart and not on each dimension.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 May 2016 16:03:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/MonthName-in-set-anaylsis/m-p/1064600#M356028</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-05-03T16:03:58Z</dc:date>
    </item>
    <item>
      <title>Re: MonthName in set anaylsis</title>
      <link>https://community.qlik.com/t5/QlikView/MonthName-in-set-anaylsis/m-p/1064601#M356029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But then how do I get around multiple values for same monthYr?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 May 2016 16:06:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/MonthName-in-set-anaylsis/m-p/1064601#M356029</guid>
      <dc:creator>tschullo</dc:creator>
      <dc:date>2016-05-03T16:06:33Z</dc:date>
    </item>
    <item>
      <title>Re: MonthName in set anaylsis</title>
      <link>https://community.qlik.com/t5/QlikView/MonthName-in-set-anaylsis/m-p/1064602#M356030</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use DISTINCT if you wish to select one of them or there can be a more dynamic sort which can be used to pick the desired one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit; color: #ff0000;"&gt;&lt;STRONG style="color: #575757; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;FirstSortedValue(&lt;SPAN style="color: #ff0000;"&gt;DISTINCT&lt;/SPAN&gt; myVal, -MonYr&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-size: 10pt; color: #ff0000;"&gt;&lt;STRONG style="color: #575757; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 May 2016 16:08:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/MonthName-in-set-anaylsis/m-p/1064602#M356030</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-05-03T16:08:23Z</dc:date>
    </item>
    <item>
      <title>Re: MonthName in set anaylsis</title>
      <link>https://community.qlik.com/t5/QlikView/MonthName-in-set-anaylsis/m-p/1064603#M356031</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That works. What do you mean by more dynamic?&lt;/P&gt;&lt;P&gt;Also, what if the two vals are different?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 May 2016 16:12:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/MonthName-in-set-anaylsis/m-p/1064603#M356031</guid>
      <dc:creator>tschullo</dc:creator>
      <dc:date>2016-05-03T16:12:11Z</dc:date>
    </item>
    <item>
      <title>Re: MonthName in set anaylsis</title>
      <link>https://community.qlik.com/t5/QlikView/MonthName-in-set-anaylsis/m-p/1064604#M356032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Lets say you have two values are like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Customer, MonthYear, Value&lt;/P&gt;&lt;P&gt;A, Mar-2015, 20&lt;/P&gt;&lt;P&gt;A, Mar-2015, 100&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and you wish to pick 100 because it is the larger between the two, you can try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FirstSortedValue(Value, -(MonthYear*10000 + Value))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By doing this, you would be adding more weight to the second row compared to the first row because of addition of 100 to the second row.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 May 2016 16:15:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/MonthName-in-set-anaylsis/m-p/1064604#M356032</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-05-03T16:15:25Z</dc:date>
    </item>
    <item>
      <title>Re: MonthName in set anaylsis</title>
      <link>https://community.qlik.com/t5/QlikView/MonthName-in-set-anaylsis/m-p/1064605#M356033</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nice! Thanks a lot!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 May 2016 16:20:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/MonthName-in-set-anaylsis/m-p/1064605#M356033</guid>
      <dc:creator>tschullo</dc:creator>
      <dc:date>2016-05-03T16:20:32Z</dc:date>
    </item>
    <item>
      <title>Re: MonthName in set anaylsis</title>
      <link>https://community.qlik.com/t5/QlikView/MonthName-in-set-anaylsis/m-p/1064606#M356034</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Awesome &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am glad I was able to help. I would suggest marking any helpful answers (if you think there are any &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;) this way it can help people to spot some helpful answers in the future.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 May 2016 16:22:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/MonthName-in-set-anaylsis/m-p/1064606#M356034</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-05-03T16:22:39Z</dc:date>
    </item>
  </channel>
</rss>

