<?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: Avg Market Share Change in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Avg-Market-Share-Change/m-p/933620#M322506</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andrew,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your response, but the requirement is to get the above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Br,&lt;/P&gt;&lt;P&gt;Padmanabhan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Dec 2015 04:33:39 GMT</pubDate>
    <dc:creator>padmanabhan_ram</dc:creator>
    <dc:date>2015-12-16T04:33:39Z</dc:date>
    <item>
      <title>Avg Market Share Change</title>
      <link>https://community.qlik.com/t5/QlikView/Avg-Market-Share-Change/m-p/933616#M322502</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 am trying to find out the average market share change per week in the attached qvw.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My expected output is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;National&amp;nbsp; 0.13%&lt;/P&gt;&lt;P&gt;East&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.24%&lt;/P&gt;&lt;P&gt;South&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -0.01%&lt;/P&gt;&lt;P&gt;Central&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.15%&lt;/P&gt;&lt;P&gt;West&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.12%&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the set analysis expression which I have created in the attached qvw seems to be missing something.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can anyone please help me to get the proper set analysis to get the value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Br,&lt;/P&gt;&lt;P&gt;Padmanabhan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Dec 2015 15:02:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Avg-Market-Share-Change/m-p/933616#M322502</guid>
      <dc:creator>padmanabhan_ram</dc:creator>
      <dc:date>2015-12-15T15:02:11Z</dc:date>
    </item>
    <item>
      <title>Re: Avg Market Share Change</title>
      <link>https://community.qlik.com/t5/QlikView/Avg-Market-Share-Change/m-p/933617#M322503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try avg(aggr(Above(sum(Volume))/sum(Volume)-1,REGION,WeekEndingDate))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Dec 2015 15:30:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Avg-Market-Share-Change/m-p/933617#M322503</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-12-15T15:30:02Z</dc:date>
    </item>
    <item>
      <title>Re: Avg Market Share Change</title>
      <link>https://community.qlik.com/t5/QlikView/Avg-Market-Share-Change/m-p/933618#M322504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Padmanabhan,&lt;/P&gt;&lt;P&gt;For the calculation you're wanting to do I don't think it's meaningful to calculate an average of the weekly changes. I think it makes sense to consider the difference between the first and last figure for each region and divide by the first figure. Adding up weekly percentage differences and dividing by three I don't think makes sense.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm hampered a little because I only have a PE license and can only access your data by a binary load so I can't see your UI objects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I may be wrong and you may disagree but these are the figures I get&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First Week = sum({$&amp;lt;WeekEndingDate = {'$(=min(WeekEndingDate))'}&amp;gt;}Volume)&lt;/P&gt;&lt;P&gt;Last Week = sum({$&amp;lt;WeekEndingDate = {'$(=max(WeekEndingDate))'}&amp;gt;}Volume)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE bgcolor="#ffffff" border="1" cellpadding="2" cellspacing="0" style="font-size: 9pt;"&gt;&lt;TBODY&gt;&lt;TR bgcolor="#f5f5f5"&gt;&lt;TH nowrap="nowrap"&gt;&lt;SPAN style="color: #363636;"&gt;&lt;STRONG&gt;REGION&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/TH&gt;&lt;TH nowrap="nowrap"&gt;&lt;SPAN style="color: #363636;"&gt;&lt;STRONG&gt;First Week&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/TH&gt;&lt;TH nowrap="nowrap"&gt;&lt;SPAN style="color: #363636;"&gt;&lt;STRONG&gt;Last Week&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/TH&gt;&lt;TH nowrap="nowrap"&gt;&lt;SPAN style="color: #363636;"&gt;&lt;STRONG&gt;% Change&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR bgcolor="#f5f5f5"&gt;&lt;TD bgcolor="#f5f5f5"&gt; &lt;/TD&gt;&lt;TD bgcolor="#f5f5f5"&gt;&lt;STRONG&gt;33429 &lt;/STRONG&gt;&lt;/TD&gt;&lt;TD bgcolor="#f5f5f5"&gt;&lt;STRONG&gt;33389 &lt;/STRONG&gt;&lt;/TD&gt;&lt;TD bgcolor="#f5f5f5"&gt;&lt;STRONG&gt;-0.12% &lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffffff"&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;CENTRAL&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;7542&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;7558&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;0.21%&lt;/SPAN&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffffff"&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;EAST&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;9157&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;9280&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;1.34%&lt;/SPAN&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffffff"&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;SOUTH&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;9752&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;9585&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;-1.71%&lt;/SPAN&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffffff"&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;WEST&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;6978&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;6967&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;-0.17%&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Dec 2015 15:43:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Avg-Market-Share-Change/m-p/933618#M322504</guid>
      <dc:creator>effinty2112</dc:creator>
      <dc:date>2015-12-15T15:43:07Z</dc:date>
    </item>
    <item>
      <title>Re: Avg Market Share Change</title>
      <link>https://community.qlik.com/t5/QlikView/Avg-Market-Share-Change/m-p/933619#M322505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gysbert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your response, but the above expression doesn't give the expected output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Padmanabhan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Dec 2015 04:26:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Avg-Market-Share-Change/m-p/933619#M322505</guid>
      <dc:creator>padmanabhan_ram</dc:creator>
      <dc:date>2015-12-16T04:26:04Z</dc:date>
    </item>
    <item>
      <title>Re: Avg Market Share Change</title>
      <link>https://community.qlik.com/t5/QlikView/Avg-Market-Share-Change/m-p/933620#M322506</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andrew,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your response, but the requirement is to get the above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Br,&lt;/P&gt;&lt;P&gt;Padmanabhan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Dec 2015 04:33:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Avg-Market-Share-Change/m-p/933620#M322506</guid>
      <dc:creator>padmanabhan_ram</dc:creator>
      <dc:date>2015-12-16T04:33:39Z</dc:date>
    </item>
    <item>
      <title>Re: Avg Market Share Change</title>
      <link>https://community.qlik.com/t5/QlikView/Avg-Market-Share-Change/m-p/933621#M322507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you provide the formula in excel&amp;nbsp; (based on your excel file) like the below snapshot..&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/109140_Capture.JPG" style="height: 258px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Dec 2015 05:05:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Avg-Market-Share-Change/m-p/933621#M322507</guid>
      <dc:creator>settu_periasamy</dc:creator>
      <dc:date>2015-12-16T05:05:47Z</dc:date>
    </item>
    <item>
      <title>Re: Avg Market Share Change</title>
      <link>https://community.qlik.com/t5/QlikView/Avg-Market-Share-Change/m-p/933622#M322508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Periasamy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please find the excel attached, on the right hand side my output is available only for Central region.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;remember to include product while performing the calculations, since it was not there in your attached excel so i didn't modify it. But in my original data it is available. See previous attachments for your referrence.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Dec 2015 06:27:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Avg-Market-Share-Change/m-p/933622#M322508</guid>
      <dc:creator>padmanabhan_ram</dc:creator>
      <dc:date>2015-12-16T06:27:21Z</dc:date>
    </item>
    <item>
      <title>Re: Avg Market Share Change</title>
      <link>https://community.qlik.com/t5/QlikView/Avg-Market-Share-Change/m-p/933623#M322509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Forgot attachment.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Dec 2015 06:28:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Avg-Market-Share-Change/m-p/933623#M322509</guid>
      <dc:creator>padmanabhan_ram</dc:creator>
      <dc:date>2015-12-16T06:28:30Z</dc:date>
    </item>
    <item>
      <title>Re: Avg Market Share Change</title>
      <link>https://community.qlik.com/t5/QlikView/Avg-Market-Share-Change/m-p/933624#M322510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Padmanabhan,&lt;/P&gt;&lt;P&gt;Check the attachment. I just added the dimension. If you don't want that, you can remove it.&lt;/P&gt;&lt;P&gt;The formula i tried&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;sum(aggr(((sum(Volume)/sum(TOTAL &amp;lt;REGION&amp;gt;Volume))-Above(sum(Volume)/sum(TOTAL &amp;lt;REGION&amp;gt;Volume))),REGION,ProductFranchise,WeekEndingDate)))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe someone will give the simplify expression.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/109150_Capture.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Dec 2015 07:18:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Avg-Market-Share-Change/m-p/933624#M322510</guid>
      <dc:creator>settu_periasamy</dc:creator>
      <dc:date>2015-12-16T07:18:33Z</dc:date>
    </item>
    <item>
      <title>Re: Avg Market Share Change</title>
      <link>https://community.qlik.com/t5/QlikView/Avg-Market-Share-Change/m-p/933625#M322511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Have you got the solution?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Dec 2015 07:24:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Avg-Market-Share-Change/m-p/933625#M322511</guid>
      <dc:creator>settu_periasamy</dc:creator>
      <dc:date>2015-12-17T07:24:21Z</dc:date>
    </item>
    <item>
      <title>Re: Avg Market Share Change</title>
      <link>https://community.qlik.com/t5/QlikView/Avg-Market-Share-Change/m-p/933626#M322512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No, when i try to do it for individual products it gives wrong value.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Dec 2015 07:41:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Avg-Market-Share-Change/m-p/933626#M322512</guid>
      <dc:creator>padmanabhan_ram</dc:creator>
      <dc:date>2015-12-17T07:41:12Z</dc:date>
    </item>
    <item>
      <title>Re: Avg Market Share Change</title>
      <link>https://community.qlik.com/t5/QlikView/Avg-Market-Share-Change/m-p/933627#M322513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think, it is giving the correct value..&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/109247_Capture.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Dec 2015 07:46:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Avg-Market-Share-Change/m-p/933627#M322513</guid>
      <dc:creator>settu_periasamy</dc:creator>
      <dc:date>2015-12-17T07:46:49Z</dc:date>
    </item>
    <item>
      <title>Re: Avg Market Share Change</title>
      <link>https://community.qlik.com/t5/QlikView/Avg-Market-Share-Change/m-p/933628#M322514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Periasamy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; as per ur logic aggregation of total calculating all region volume value . but as&amp;nbsp; per &lt;A href="https://community.qlik.com/qlik-users/115857"&gt;Padmanabhan.Ram&lt;/A&gt;&amp;nbsp; requirement total shoul be calculation only particular region . please&amp;nbsp; &lt;A href="https://community.qlik.com/qlik-users/115857"&gt;Padmanabhan.Ram&lt;/A&gt; correct me suppose if i am wrong in the logic &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with regards,&lt;/P&gt;&lt;P&gt;Pandiarajan.R&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Dec 2015 10:04:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Avg-Market-Share-Change/m-p/933628#M322514</guid>
      <dc:creator>pandiarajan</dc:creator>
      <dc:date>2015-12-17T10:04:38Z</dc:date>
    </item>
    <item>
      <title>Re: Avg Market Share Change</title>
      <link>https://community.qlik.com/t5/QlikView/Avg-Market-Share-Change/m-p/933629#M322515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pandiarajan,&lt;/P&gt;&lt;P&gt;I just included the Dimension for detailed value. we can remove, if we don't need it. It will give the value based on Aggregation(Region,WeekEndingDate,Product)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Dec 2015 10:17:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Avg-Market-Share-Change/m-p/933629#M322515</guid>
      <dc:creator>settu_periasamy</dc:creator>
      <dc:date>2015-12-17T10:17:32Z</dc:date>
    </item>
    <item>
      <title>Re: Avg Market Share Change</title>
      <link>https://community.qlik.com/t5/QlikView/Avg-Market-Share-Change/m-p/933630#M322516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi periasamy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; you should take aggreagation only Region Dimension .&amp;nbsp; suppose if apply this logic value coming correct but only display the first row of the region. please find below image then i have attached qvw file as well as&lt;/P&gt;&lt;P&gt;&lt;IMG alt="comunity.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/109264_comunity.png" style="height: 349px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Dec 2015 10:39:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Avg-Market-Share-Change/m-p/933630#M322516</guid>
      <dc:creator>pandiarajan</dc:creator>
      <dc:date>2015-12-17T10:39:37Z</dc:date>
    </item>
    <item>
      <title>Re: Avg Market Share Change</title>
      <link>https://community.qlik.com/t5/QlikView/Avg-Market-Share-Change/m-p/933631#M322517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes Pandiarajan. The Working Sheet Tab is incomplete sheet which is created by me, just for my reference. As you said, we need to create the aggregation for the 3 dimensions.Main Sheet is Original Calculation. &lt;/P&gt;&lt;P&gt;Check the Attachment now..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Dec 2015 13:00:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Avg-Market-Share-Change/m-p/933631#M322517</guid>
      <dc:creator>settu_periasamy</dc:creator>
      <dc:date>2015-12-17T13:00:33Z</dc:date>
    </item>
  </channel>
</rss>

