<?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 &amp; growth over time in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Market-share-growth-over-time/m-p/1050819#M16554</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See this:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-9165"&gt;Graphic to display market share&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 Apr 2016 17:53:21 GMT</pubDate>
    <dc:creator>ecolomer</dc:creator>
    <dc:date>2016-04-04T17:53:21Z</dc:date>
    <item>
      <title>Market share &amp; growth over time</title>
      <link>https://community.qlik.com/t5/App-Development/Market-share-growth-over-time/m-p/1050814#M16549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Qlik community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I started Qlik few weeks ago after some experience on a competitor solution in 2009. Transition is not that easy &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After running through the forum I already found several answer to some basic questions but I failing to create charts and pivot tables containing Year or month to visualize market share or growth. I manage to do it for a specific period of time in KPI (but not working if I change the time filter, however it is not an issue so far).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the market share, I tried to use "sum([Sales]) / sum(TOTAL [Sales])" but it is giving me the % of a specific point versus the total of all points appearing on the chart. Regarding the growth, all the formula I tested are giving me error or 0% or 100% or -100% ==&amp;gt; TOTAL failure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically, I'm trying to have similar chart as below.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="MS example.png" class="jive-image image-1" src="/legacyfs/online/120423_MS example.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Growth example.png" class="jive-image image-2" src="/legacyfs/online/120424_Growth example.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;I also attached a sample of my database for reference&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for the guidance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PierreMT&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Apr 2016 17:20:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Market-share-growth-over-time/m-p/1050814#M16549</guid>
      <dc:creator />
      <dc:date>2016-04-04T17:20:22Z</dc:date>
    </item>
    <item>
      <title>Re: Market share &amp; growth over time</title>
      <link>https://community.qlik.com/t5/App-Development/Market-share-growth-over-time/m-p/1050815#M16550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be you are looking for 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;Sum([Sales]) / Sum(TOTAL &lt;SPAN style="color: #ff0000;"&gt;&amp;lt;Date&amp;gt;&lt;/SPAN&gt; [Sales])&lt;/STRONG&gt;&lt;/SPAN&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;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&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;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/120431_Capture.PNG" style="height: 233px; width: 620px;" /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Apr 2016 17:35:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Market-share-growth-over-time/m-p/1050815#M16550</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-04T17:35:21Z</dc:date>
    </item>
    <item>
      <title>Re: Market share &amp; growth over time</title>
      <link>https://community.qlik.com/t5/App-Development/Market-share-growth-over-time/m-p/1050816#M16551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny T,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your support.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just tried, but it is giving me a market shares below 5% each month while I have 7 companies. I guess it is also dividing by the total of the points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QS answer.PNG" class="jive-image image-1" src="/legacyfs/online/120435_QS answer.PNG" style="height: 324px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Apr 2016 17:43:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Market-share-growth-over-time/m-p/1050816#M16551</guid>
      <dc:creator />
      <dc:date>2016-04-04T17:43:10Z</dc:date>
    </item>
    <item>
      <title>Re: Market share &amp; growth over time</title>
      <link>https://community.qlik.com/t5/App-Development/Market-share-growth-over-time/m-p/1050817#M16552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For Growth, what is your way of calculating growth in the Excel file?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Apr 2016 17:44:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Market-share-growth-over-time/m-p/1050817#M16552</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-04T17:44:43Z</dc:date>
    </item>
    <item>
      <title>Re: Market share &amp; growth over time</title>
      <link>https://community.qlik.com/t5/App-Development/Market-share-growth-over-time/m-p/1050818#M16553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sunny T,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thats quite strange I copy paste your formula in Qlik Sense and it is not working it showed what I you see above. Still checking&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regarding the growth I usually do : =iferror([Actual value]/[Last year value] -1,0)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Apr 2016 17:49:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Market-share-growth-over-time/m-p/1050818#M16553</guid>
      <dc:creator />
      <dc:date>2016-04-04T17:49:18Z</dc:date>
    </item>
    <item>
      <title>Re: Market share &amp; growth over time</title>
      <link>https://community.qlik.com/t5/App-Development/Market-share-growth-over-time/m-p/1050819#M16554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See this:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-9165"&gt;Graphic to display market share&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Apr 2016 17:53:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Market-share-growth-over-time/m-p/1050819#M16554</guid>
      <dc:creator>ecolomer</dc:creator>
      <dc:date>2016-04-04T17:53:21Z</dc:date>
    </item>
    <item>
      <title>Re: Market share &amp; growth over time</title>
      <link>https://community.qlik.com/t5/App-Development/Market-share-growth-over-time/m-p/1050820#M16555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sunny T&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found out why it didnt works for the market share, I was using a Master item dimension as X axis which add a different name as 'Date'. I change my axis and it worked. But if I use a Master item dimension as X axis and the same one in the formula it doesn't works. I presume it is normal as I can't select the master item in the formula fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Waiting for some solution on the growth &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Apr 2016 18:08:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Market-share-growth-over-time/m-p/1050820#M16555</guid>
      <dc:creator />
      <dc:date>2016-04-04T18:08:51Z</dc:date>
    </item>
    <item>
      <title>Re: Market share &amp; growth over time</title>
      <link>https://community.qlik.com/t5/App-Development/Market-share-growth-over-time/m-p/1050821#M16556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Enrique,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks also for your support.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is indeed a very nice way to present the market share (it also helped me to found out why Sunny T's solution didn't worked), I will consider such presentation for some reports.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In case you have genius idea like this for growth, I'm interested &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;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PierreM T&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Apr 2016 18:10:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Market-share-growth-over-time/m-p/1050821#M16556</guid>
      <dc:creator />
      <dc:date>2016-04-04T18:10:59Z</dc:date>
    </item>
    <item>
      <title>Re: Market share &amp; growth over time</title>
      <link>https://community.qlik.com/t5/App-Development/Market-share-growth-over-time/m-p/1050822#M16557</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;Any idea for the growth?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Standard formula is: [Reference value] / [Previous value] -1&lt;/P&gt;&lt;P&gt;Reference value could be a month or a year&lt;/P&gt;&lt;P&gt;Previous value could be the same month of last year or previous month&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Apr 2016 12:58:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Market-share-growth-over-time/m-p/1050822#M16557</guid>
      <dc:creator />
      <dc:date>2016-04-05T12:58:39Z</dc:date>
    </item>
  </channel>
</rss>

