<?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: Market share trend chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Market-share-trend-chart/m-p/869243#M1005583</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If Product is your second dimension in the chart, then your first suggestion should work&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Sum({&amp;lt;year=,PeriodDate={"&amp;gt;=$(=AddMonths(Max(PeriodDate),-12)) &amp;lt;=$(=Max(PeriodDate))"}&amp;gt;} CValue)&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;/&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Sum({&amp;lt;year=,PeriodDate={"&amp;gt;=$(=AddMonths(Max(PeriodDate),-12)) &amp;lt;=$(=Max(PeriodDate))"}&amp;gt;} TOTAL CValue)&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Or do you use multiple Expressions?? In that case use something like e.g for product DIANE&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Sum({&amp;lt;Product={'DIANE'},year=,PeriodDate={"&amp;gt;=$(=AddMonths(Max(PeriodDate),-12)) &amp;lt;=$(=Max(PeriodDate))"}&amp;gt;} CValue)&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;/&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Sum({&amp;lt;Product=,year=,PeriodDate={"&amp;gt;=$(=AddMonths(Max(PeriodDate),-12)) &amp;lt;=$(=Max(PeriodDate))"}&amp;gt;}&amp;nbsp; CValue)&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Otherwise please share a sample qvw demonstrating the issue&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 May 2015 09:18:24 GMT</pubDate>
    <dc:creator>stigchel</dc:creator>
    <dc:date>2015-05-18T09:18:24Z</dc:date>
    <item>
      <title>Market share trend chart</title>
      <link>https://community.qlik.com/t5/QlikView/Market-share-trend-chart/m-p/869237#M1005577</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;I need to calculate market share for a trend chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The conditions are as follows:&lt;/P&gt;&lt;P&gt;1. The user will be able to select:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; a. Year&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; b. Month&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; from two list boxes.&lt;/P&gt;&lt;P&gt;2. Based on the user selection market share for last 13 months will be populated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At first place I tried the following expression:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum({&amp;lt;year=,PeriodDate={"&amp;gt;=$(=AddMonths(Max(PeriodDate),-12)) &amp;lt;=$(=Max(PeriodDate))"}&amp;gt;} CValue)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;/&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum({&amp;lt;year=,PeriodDate={"&amp;gt;=$(=AddMonths(Max(PeriodDate),-12)) &amp;lt;=$(=Max(PeriodDate))"}&amp;gt;} total CValue)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But it was summing denominator for all the 13 time periods.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then I tried the following expression:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum({&amp;lt;year=,PeriodDate={"&amp;gt;=$(=AddMonths(Max(PeriodDate),-12)) &amp;lt;=$(=Max(PeriodDate))"}&amp;gt;} CValue)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;/&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum(total &amp;lt;PeriodDate&amp;gt; CValue)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this case the denominator is for the latest period.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looking forward.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shafi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 May 2015 11:47:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Market-share-trend-chart/m-p/869237#M1005577</guid>
      <dc:creator>ahammadshafi</dc:creator>
      <dc:date>2015-05-15T11:47:41Z</dc:date>
    </item>
    <item>
      <title>Re: Market share trend chart</title>
      <link>https://community.qlik.com/t5/QlikView/Market-share-trend-chart/m-p/869238#M1005578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i did not understand the requirement. If user selects year say 2013, then market share for last 12 months of 2103&amp;nbsp; will be populated or what?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 May 2015 12:24:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Market-share-trend-chart/m-p/869238#M1005578</guid>
      <dc:creator />
      <dc:date>2015-05-15T12:24:44Z</dc:date>
    </item>
    <item>
      <title>Re: Market share trend chart</title>
      <link>https://community.qlik.com/t5/QlikView/Market-share-trend-chart/m-p/869239#M1005579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Khusboo:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please note, if the user selects 2013 and May then the trend chart will show market share for "May 2012", "June 2012", "July 2012".... to "May 2013".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shafi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 May 2015 12:30:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Market-share-trend-chart/m-p/869239#M1005579</guid>
      <dc:creator>ahammadshafi</dc:creator>
      <dc:date>2015-05-15T12:30:42Z</dc:date>
    </item>
    <item>
      <title>Re: Market share trend chart</title>
      <link>https://community.qlik.com/t5/QlikView/Market-share-trend-chart/m-p/869240#M1005580</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The market share of what, not months I'm guessing. If it is e.g. a product an you have one selected I would say&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Sum({&amp;lt;year=,PeriodDate={"&amp;gt;=$(=AddMonths(Max(PeriodDate),-12)) &amp;lt;=$(=Max(PeriodDate))"}&amp;gt;} CValue)&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;/&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Sum({&amp;lt;Product=,year=,PeriodDate={"&amp;gt;=$(=AddMonths(Max(PeriodDate),-12)) &amp;lt;=$(=Max(PeriodDate))"}&amp;gt;}&amp;nbsp; CValue)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 May 2015 12:39:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Market-share-trend-chart/m-p/869240#M1005580</guid>
      <dc:creator>stigchel</dc:creator>
      <dc:date>2015-05-15T12:39:03Z</dc:date>
    </item>
    <item>
      <title>Re: Market share trend chart</title>
      <link>https://community.qlik.com/t5/QlikView/Market-share-trend-chart/m-p/869241#M1005581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Piet:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry, it did not work. After applying the formula it is showing MS=100% for all the products.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The situation is like that the user will not select a single product. It will always show market share for all the products for last 13 months.&lt;/P&gt;&lt;P&gt;The user will just change the Year and Month from two list boxes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shafi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 May 2015 03:37:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Market-share-trend-chart/m-p/869241#M1005581</guid>
      <dc:creator>ahammadshafi</dc:creator>
      <dc:date>2015-05-18T03:37:14Z</dc:date>
    </item>
    <item>
      <title>Re: Market share trend chart</title>
      <link>https://community.qlik.com/t5/QlikView/Market-share-trend-chart/m-p/869242#M1005582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Piet:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Along with the given information please note, in the data the Products are not at the granular level; below Product there is another hierarchy called ProductVariation and hence the sales of the product over time is calculated like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;year=,PeriodDate={"&amp;gt;=$(=AddMonths(Max(PeriodDate),-12)) &amp;lt;=$(=Max(PeriodDate))"}&amp;gt;} CValue). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And I thought total market value should be calculated like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;year=,PeriodDate={"&amp;gt;=$(=AddMonths(Max(PeriodDate),-12)) &amp;lt;=$(=Max(PeriodDate))"}&amp;gt;} total CValue).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please also note there are two dimensions in the data:&lt;/P&gt;&lt;P&gt;1. Market: Product -&amp;gt; ProductVariation&lt;/P&gt;&lt;P&gt;2. Period: Year -&amp;gt; Month -&amp;gt; PeriodDate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the fact table there is only one measure:&lt;/P&gt;&lt;P&gt;1. CValue = Sales value for current month&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shafi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 May 2015 05:05:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Market-share-trend-chart/m-p/869242#M1005582</guid>
      <dc:creator>ahammadshafi</dc:creator>
      <dc:date>2015-05-18T05:05:41Z</dc:date>
    </item>
    <item>
      <title>Re: Market share trend chart</title>
      <link>https://community.qlik.com/t5/QlikView/Market-share-trend-chart/m-p/869243#M1005583</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If Product is your second dimension in the chart, then your first suggestion should work&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Sum({&amp;lt;year=,PeriodDate={"&amp;gt;=$(=AddMonths(Max(PeriodDate),-12)) &amp;lt;=$(=Max(PeriodDate))"}&amp;gt;} CValue)&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;/&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Sum({&amp;lt;year=,PeriodDate={"&amp;gt;=$(=AddMonths(Max(PeriodDate),-12)) &amp;lt;=$(=Max(PeriodDate))"}&amp;gt;} TOTAL CValue)&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Or do you use multiple Expressions?? In that case use something like e.g for product DIANE&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Sum({&amp;lt;Product={'DIANE'},year=,PeriodDate={"&amp;gt;=$(=AddMonths(Max(PeriodDate),-12)) &amp;lt;=$(=Max(PeriodDate))"}&amp;gt;} CValue)&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;/&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Sum({&amp;lt;Product=,year=,PeriodDate={"&amp;gt;=$(=AddMonths(Max(PeriodDate),-12)) &amp;lt;=$(=Max(PeriodDate))"}&amp;gt;}&amp;nbsp; CValue)&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Otherwise please share a sample qvw demonstrating the issue&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 May 2015 09:18:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Market-share-trend-chart/m-p/869243#M1005583</guid>
      <dc:creator>stigchel</dc:creator>
      <dc:date>2015-05-18T09:18:24Z</dc:date>
    </item>
    <item>
      <title>Re: Market share trend chart</title>
      <link>https://community.qlik.com/t5/QlikView/Market-share-trend-chart/m-p/869244#M1005584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Piet:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for the delay.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find the attached qvw file for your reference with two required charts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looking forward.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shafi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2015 08:29:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Market-share-trend-chart/m-p/869244#M1005584</guid>
      <dc:creator>ahammadshafi</dc:creator>
      <dc:date>2015-05-20T08:29:57Z</dc:date>
    </item>
    <item>
      <title>Re: Market share trend chart</title>
      <link>https://community.qlik.com/t5/QlikView/Market-share-trend-chart/m-p/869245#M1005585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think there is something wrong with your data and moving annual total setup. If I remove the set expression for the market share, then the results are the nr of periods, e.g for 2015 3 times, lower as they should be.Select one period and the results are three times higher, this should not happen Please read through e.g. the following thread how to handle rolling periods, or search for them among the many threads there are about this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you then still have any questions regarding this, then I suggest you open up a new thread by posting a new question&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-4252"&gt;Calculating rolling n-period totals, averages or other aggregations&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2015 12:42:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Market-share-trend-chart/m-p/869245#M1005585</guid>
      <dc:creator>stigchel</dc:creator>
      <dc:date>2015-05-20T12:42:09Z</dc:date>
    </item>
    <item>
      <title>Re: Market share trend chart</title>
      <link>https://community.qlik.com/t5/QlikView/Market-share-trend-chart/m-p/869246#M1005586</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Many thanks Piet. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The link has made many things clear. If necessary, I will be creating another thread with more&amp;nbsp; specific questions for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shafi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2015 03:35:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Market-share-trend-chart/m-p/869246#M1005586</guid>
      <dc:creator>ahammadshafi</dc:creator>
      <dc:date>2015-05-21T03:35:27Z</dc:date>
    </item>
    <item>
      <title>Re: Market share trend chart</title>
      <link>https://community.qlik.com/t5/QlikView/Market-share-trend-chart/m-p/869247#M1005587</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;STRONG style="font-size: 11.6999998092651px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/people/ahammadshafi"&gt;ahammadshafi&lt;/A&gt;&lt;/STRONG&gt;,&lt;/P&gt;&lt;P&gt;If you got the things, Please close the thread by selecting &lt;STRONG&gt;Mark As Answered&lt;/STRONG&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2015 08:20:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Market-share-trend-chart/m-p/869247#M1005587</guid>
      <dc:creator>qlikviewwizard</dc:creator>
      <dc:date>2015-05-21T08:20:55Z</dc:date>
    </item>
    <item>
      <title>Re: Market share trend chart</title>
      <link>https://community.qlik.com/t5/QlikView/Market-share-trend-chart/m-p/869248#M1005588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Everyone:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks for your kind help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We could manage to come up with the correct expression:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Sum({&amp;lt;year=,PeriodDate={"&amp;gt;=$(=AddMonths(Max(PeriodDate),-12)) &amp;lt;=$(=Max(PeriodDate))"}&amp;gt;} CValue)&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;/&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Sum({&amp;lt;year=,PeriodDate={"&amp;gt;=$(=AddMonths(Max(PeriodDate),-12)) &amp;lt;=$(=Max(PeriodDate))"}&amp;gt;} total &amp;lt;PeriodDate&amp;gt; CValue)&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Shafi&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 May 2015 04:34:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Market-share-trend-chart/m-p/869248#M1005588</guid>
      <dc:creator>ahammadshafi</dc:creator>
      <dc:date>2015-05-25T04:34:28Z</dc:date>
    </item>
  </channel>
</rss>

