<?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: To show top 3 Brands in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/To-show-top-3-Brands/m-p/1313166#M407939</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Anil...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can help what is the error in this expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Brand = {"=rank(sum({&amp;lt;AsOfPeriod ={"$(='&amp;gt;=' &amp;amp; Date(AddMonths(Max(AsOfPeriod), -11), 'MMM-YY') &amp;amp; '&amp;lt;=' &amp;amp; Date(Max(AsOfPeriod), 'MMM-YY'))"}&amp;gt;}Sales)) &amp;lt;= 3"}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i tired to insert it with main one it has some error..... &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Mar 2017 18:16:16 GMT</pubDate>
    <dc:creator>hemanthaanichet</dc:creator>
    <dc:date>2017-03-30T18:16:16Z</dc:date>
    <item>
      <title>To show top 3 Brands</title>
      <link>https://community.qlik.com/t5/QlikView/To-show-top-3-Brands/m-p/1313161#M407934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: arial, helvetica, sans-serif;"&gt;Hi All,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif; color: #000000;"&gt;I used below given expression in calculated dimension to show only top 3 brands&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif; color: #000000;"&gt; &lt;SPAN style="font-size: 9pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt;"&gt;aggr&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt;"&gt;rank&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt;"&gt;AsOfYear&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt;"&gt;={'$(=max(AsOfYear))'}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 9pt;"&gt;Sales&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt;"&gt;)),&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt;"&gt;Brand&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt;"&gt;)&amp;lt;=3,&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt;"&gt;Brand&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt;"&gt;)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9pt; font-family: arial, helvetica, sans-serif; color: #000000;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: #000000; font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;and used this expression in expression tab&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: #000000; font-size: 9pt; font-family: arial, helvetica, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif; color: #000000;"&gt;FirstSortedValue({&amp;lt;AsOfMonthNr = {$(=Max({&amp;lt;AsOfYear = {$(=Max(AsOfYear))}&amp;gt;}AsOfMonthNr))},Brand, PeriodType = {'CYMONTH'},&amp;nbsp; AsOfYear = {"$(='&amp;lt;=' &amp;amp; Max(AsOfYear))"}, AsOfMonth&amp;gt;}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif; color: #000000;"&gt;Aggr(Sum({&amp;lt;Brand, PeriodType = {'CYMONTH'},&amp;nbsp; AsOfYear, AsOfMonth&amp;gt;}Sales), AsOfPeriod, Brand),&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif; color: #000000;"&gt;-Aggr(Only({&amp;lt;Brand, PeriodType = {'CYMONTH'},&amp;nbsp; AsOfYear, AsOfMonth&amp;gt;}AsOfPeriod), AsOfPeriod, Brand))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif; color: #000000;"&gt;/&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #000000;"&gt;Sum(TOTAL &amp;lt;AsOfPeriod&amp;gt;Aggr(FirstSortedValue({&amp;lt;AsOfMonthNr = {$(=Max({&amp;lt;AsOfYear = {$(=Max(AsOfYear))}&amp;gt;}AsOfMonthNr))},Brand, PeriodType = {'CYMONTH'},&amp;nbsp; AsOfYear = {"$(='&amp;lt;=' &amp;amp; Max(AsOfYear))"}, AsOfMonth&amp;gt;}&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #000000;"&gt;Aggr(Sum({&amp;lt;Brand, PeriodType = {'CYMONTH'}, AsOfYear, AsOfMonth&amp;gt;}Sales), AsOfPeriod, Brand, AsOfYear),&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #000000;"&gt;-Aggr(Only({&amp;lt;Brand=, PeriodType = {'CYMONTH'},&amp;nbsp; AsOfYear, AsOfMonth&amp;gt;}AsOfPeriod), AsOfPeriod, Brand, AsOfYear)), AsOfYear, Brand)))&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #000000;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #000000;"&gt;This expression is work fine the selected year &amp;amp; month&amp;nbsp; but not for previous for year &amp;amp; month and&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #000000;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top: 2pt; margin-bottom: 2pt; font-size: 13.3333px;"&gt;This expression works fine when the brand is below 3 or equal to 3 for the selected period.... I mean, only sold brand for the selected period...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-top: 2pt; margin-bottom: 2pt; font-size: 13.3333px;"&gt;There are some other brand also sold in selected period ... The brand share totals 100% when i am trying to show only top 3...&lt;/P&gt;&lt;P style="margin-top: 2pt; margin-bottom: 2pt; font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="margin-top: 2pt; margin-bottom: 2pt; font-size: 13.3333px;"&gt;Required output refer the screen shot consider only 2016 values&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif; color: #000000;"&gt;&lt;IMG alt="ms.PNG" class="jive-image image-1" height="471" src="https://community.qlik.com/legacyfs/online/158345_ms.PNG" style="height: 471px; width: 620px;" width="620" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached the sample data&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Mar 2017 15:54:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/To-show-top-3-Brands/m-p/1313161#M407934</guid>
      <dc:creator>hemanthaanichet</dc:creator>
      <dc:date>2017-03-30T15:54:48Z</dc:date>
    </item>
    <item>
      <title>Re: To show top 3 Brands</title>
      <link>https://community.qlik.com/t5/QlikView/To-show-top-3-Brands/m-p/1313162#M407935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I made a correction in calculated dimension my&amp;nbsp; selected year &amp;amp; month show correct values but my previous year of same month not&amp;nbsp; show correct values&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(aggr(rank(&lt;/P&gt;&lt;P&gt;sum({&amp;lt;AsOfPeriod ={"$(='&amp;gt;=' &amp;amp; Date(AddMonths(Max(AsOfPeriod), -11), 'MMM-YY') &amp;amp; '&amp;lt;=' &amp;amp; Date(Max(AsOfPeriod), 'MMM-YY'))"},PeriodType={'CYMONTH'}&amp;gt;}Sales)),Brand)&amp;lt;=3,Brand)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any one help me......&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Mar 2017 17:30:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/To-show-top-3-Brands/m-p/1313162#M407935</guid>
      <dc:creator>hemanthaanichet</dc:creator>
      <dc:date>2017-03-30T17:30:49Z</dc:date>
    </item>
    <item>
      <title>Re: To show top 3 Brands</title>
      <link>https://community.qlik.com/t5/QlikView/To-show-top-3-Brands/m-p/1313163#M407936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Seems you have done aggr before rank only. May be this?&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; font-size: 13px;"&gt;&lt;STRONG&gt;If(Aggr(Rank(sum({&amp;lt;AsOfPeriod ={"&amp;gt;=$(=Date(AddMonths(Max(AsOfPeriod), -11), 'MMM-YY')) &amp;lt;= $(Date(Max(AsOfPeriod), 'MMM-YY'))"},PeriodType={'CYMONTH'}&amp;gt;}Sales))&amp;lt;=3, Brand), Brand)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Mar 2017 17:49:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/To-show-top-3-Brands/m-p/1313163#M407936</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-03-30T17:49:07Z</dc:date>
    </item>
    <item>
      <title>Re: To show top 3 Brands</title>
      <link>https://community.qlik.com/t5/QlikView/To-show-top-3-Brands/m-p/1313164#M407937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No Brother ... its not working.... same values are showing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Get output&lt;/P&gt;&lt;P&gt;&lt;IMG alt="ms2.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/158346_ms2.PNG" style="height: 252px; width: 620px;" /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Mar 2017 18:05:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/To-show-top-3-Brands/m-p/1313164#M407937</guid>
      <dc:creator>hemanthaanichet</dc:creator>
      <dc:date>2017-03-30T18:05:24Z</dc:date>
    </item>
    <item>
      <title>Re: To show top 3 Brands</title>
      <link>https://community.qlik.com/t5/QlikView/To-show-top-3-Brands/m-p/1313165#M407938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Required Ouput values are &lt;/P&gt;&lt;P&gt;&lt;IMG alt="ms3.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/158347_ms3.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Mar 2017 18:06:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/To-show-top-3-Brands/m-p/1313165#M407938</guid>
      <dc:creator>hemanthaanichet</dc:creator>
      <dc:date>2017-03-30T18:06:48Z</dc:date>
    </item>
    <item>
      <title>Re: To show top 3 Brands</title>
      <link>https://community.qlik.com/t5/QlikView/To-show-top-3-Brands/m-p/1313166#M407939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Anil...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can help what is the error in this expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Brand = {"=rank(sum({&amp;lt;AsOfPeriod ={"$(='&amp;gt;=' &amp;amp; Date(AddMonths(Max(AsOfPeriod), -11), 'MMM-YY') &amp;amp; '&amp;lt;=' &amp;amp; Date(Max(AsOfPeriod), 'MMM-YY'))"}&amp;gt;}Sales)) &amp;lt;= 3"}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i tired to insert it with main one it has some error..... &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Mar 2017 18:16:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/To-show-top-3-Brands/m-p/1313166#M407939</guid>
      <dc:creator>hemanthaanichet</dc:creator>
      <dc:date>2017-03-30T18:16:16Z</dc:date>
    </item>
    <item>
      <title>Re: To show top 3 Brands</title>
      <link>https://community.qlik.com/t5/QlikView/To-show-top-3-Brands/m-p/1313167#M407940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(FirstSortedValue({&amp;lt;AsOfMonthNr = {$(=Max({&amp;lt;AsOfYear = {$(=Max(AsOfYear))}&amp;gt;}AsOfMonthNr))},&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Brand = {"=Rank(FirstSortedValue({&amp;lt;AsOfMonthNr = {$(=Max({&amp;lt;AsOfYear = {$(=Max(AsOfYear))}&amp;gt;}AsOfMonthNr))}, Brand, PeriodType = {'CYMONTH'},&amp;nbsp; AsOfYear = {'$(=Max(AsOfYear))'}, AsOfMonth&amp;gt;}&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Aggr(Sum({&amp;lt;Brand, PeriodType = {'CYMONTH'},&amp;nbsp; AsOfYear, AsOfMonth&amp;gt;}Sales), AsOfPeriod, Brand),&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;-Aggr(Only({&amp;lt;Brand, PeriodType = {'CYMONTH'},&amp;nbsp; AsOfYear, AsOfMonth&amp;gt;}AsOfPeriod), AsOfPeriod, Brand))) &amp;lt;= 3"},&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;PeriodType = {'CYMONTH'},&amp;nbsp; AsOfYear = {"$(='&amp;lt;=' &amp;amp; Max(AsOfYear))"}, AsOfMonth&amp;gt;}&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Aggr(Sum({&amp;lt;Brand, PeriodType = {'CYMONTH'},&amp;nbsp; AsOfYear, AsOfMonth&amp;gt;}Sales), AsOfPeriod, Brand),&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;-Aggr(Only({&amp;lt;Brand, PeriodType = {'CYMONTH'},&amp;nbsp; AsOfYear, AsOfMonth&amp;gt;}AsOfPeriod), AsOfPeriod, Brand))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;/&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum({&amp;lt;AsOfMonthNr = {$(=Max({&amp;lt;AsOfYear = {$(=Max(AsOfYear))}&amp;gt;}AsOfMonthNr))},Brand , PeriodType = {'CYMONTH'},&amp;nbsp; AsOfYear = {"$(='&amp;lt;=' &amp;amp; Max(AsOfYear))"}, AsOfMonth&amp;gt;}TOTAL &amp;lt;AsOfYear&amp;gt;Aggr(FirstSortedValue({&amp;lt;AsOfMonthNr = {$(=Max({&amp;lt;AsOfYear = {$(=Max(AsOfYear))}&amp;gt;}AsOfMonthNr))},Brand , PeriodType = {'CYMONTH'},&amp;nbsp; AsOfYear = {"$(='&amp;lt;=' &amp;amp; Max(AsOfYear))"}, AsOfMonth&amp;gt;}&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Aggr(Sum({&amp;lt;Brand, PeriodType = {'CYMONTH'}, AsOfYear, AsOfMonth&amp;gt;}Sales), AsOfPeriod, Brand, AsOfYear),&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;-Aggr(Only({&amp;lt;Brand=, PeriodType = {'CYMONTH'},&amp;nbsp; AsOfYear, AsOfMonth&amp;gt;}AsOfPeriod), AsOfPeriod, Brand, AsOfYear)), AsOfYear, Brand)))*100&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/158373_Capture.PNG" style="height: 194px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Mar 2017 19:11:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/To-show-top-3-Brands/m-p/1313167#M407940</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-03-30T19:11:39Z</dc:date>
    </item>
    <item>
      <title>Re: To show top 3 Brands</title>
      <link>https://community.qlik.com/t5/QlikView/To-show-top-3-Brands/m-p/1313168#M407941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yeah brother.... its working fine ....&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;SPAN style="font-size: 10pt;"&gt;thank you very much.....&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;....&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Mar 2017 20:26:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/To-show-top-3-Brands/m-p/1313168#M407941</guid>
      <dc:creator>hemanthaanichet</dc:creator>
      <dc:date>2017-03-30T20:26:15Z</dc:date>
    </item>
    <item>
      <title>Re: To show top 3 Brands</title>
      <link>https://community.qlik.com/t5/QlikView/To-show-top-3-Brands/m-p/1313169#M407942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No problem &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Mar 2017 01:01:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/To-show-top-3-Brands/m-p/1313169#M407942</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-03-31T01:01:26Z</dc:date>
    </item>
  </channel>
</rss>

