<?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 Evolution Index Calculation in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Market-Evolution-Index-Calculation/m-p/973706#M959644</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;find updated qvw&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Oct 2015 07:37:09 GMT</pubDate>
    <dc:creator>manojkulkarni</dc:creator>
    <dc:date>2015-10-28T07:37:09Z</dc:date>
    <item>
      <title>Market Evolution Index Calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Market-Evolution-Index-Calculation/m-p/973691#M959629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to calculate a market evolution index (EI 2014) based on the following data:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Screen Shot 2015-10-28 at 01.12.43.png" class="jive-image image-1" src="/legacyfs/online/103259_Screen Shot 2015-10-28 at 01.12.43.png" style="height: 199px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;The (EI 2014) for the subgroup "DIRECT ACTING ANTIVIRALS" is calculated as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EI 2014 = (100 + % Growth Rate '14 for the Subgroup) / (100 + Total % Growth Rate '14) * 100&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; which is &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EI 2014 = (100 + 13.47) / (100 +26.76) * 100 = 89&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A value under 100 means that the subgroup is growing less than the overall market.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i accomplish this with an expression in Qlikview?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Oct 2015 23:25:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Market-Evolution-Index-Calculation/m-p/973691#M959629</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-27T23:25:15Z</dc:date>
    </item>
    <item>
      <title>Re: Market Evolution Index Calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Market-Evolution-Index-Calculation/m-p/973692#M959630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's hard to answer without knowing how your expressions look like.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assuming the percentages are really percentages, i.e. 13.47% is 0.1347, and assuming your % growth rate 14 column is based on a field &lt;SPAN style="font-size: 13.3333px;"&gt;[% Growth '14]&lt;/SPAN&gt; in the data model, your expression could look like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;= (1 + Only([% Growth '14]) ) / (1 + Avg(TOTAL &lt;SPAN style="font-size: 13.3333px;"&gt;[% Growth '14])) * 100&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Probably my assumptions are all wrong...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Oct 2015 23:36:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Market-Evolution-Index-Calculation/m-p/973692#M959630</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-10-27T23:36:25Z</dc:date>
    </item>
    <item>
      <title>Re: Market Evolution Index Calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Market-Evolution-Index-Calculation/m-p/973693#M959631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please post a sample application.&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;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Oct 2015 23:36:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Market-Evolution-Index-Calculation/m-p/973693#M959631</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2015-10-27T23:36:36Z</dc:date>
    </item>
    <item>
      <title>Re: Market Evolution Index Calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Market-Evolution-Index-Calculation/m-p/973694#M959632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Swuehl&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The [% Growth '14] is a calculated column&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Oct 2015 23:51:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Market-Evolution-Index-Calculation/m-p/973694#M959632</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-27T23:51:27Z</dc:date>
    </item>
    <item>
      <title>Re: Market Evolution Index Calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Market-Evolution-Index-Calculation/m-p/973695#M959633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Many thanks Marco&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i will create a sample application as the original one is too big.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2015 00:06:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Market-Evolution-Index-Calculation/m-p/973695#M959633</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-28T00:06:10Z</dc:date>
    </item>
    <item>
      <title>Re: Market Evolution Index Calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Market-Evolution-Index-Calculation/m-p/973696#M959634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find attached sample application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2015 01:34:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Market-Evolution-Index-Calculation/m-p/973696#M959634</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-28T01:34:45Z</dc:date>
    </item>
    <item>
      <title>Re: Market Evolution Index Calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Market-Evolution-Index-Calculation/m-p/973697#M959635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try to use TOTAL in first 2 expressions to get the Total Growth.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2015 05:13:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Market-Evolution-Index-Calculation/m-p/973697#M959635</guid>
      <dc:creator>manojkulkarni</dc:creator>
      <dc:date>2015-10-28T05:13:45Z</dc:date>
    </item>
    <item>
      <title>Re: Market Evolution Index Calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Market-Evolution-Index-Calculation/m-p/973698#M959636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Christopher,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try the below expression &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #262626; font-family: arial, sans-serif; font-size: 13px;"&gt;=(100 +([% Growth '13]*100))/( (100 +((Sum (TOTAL {$&amp;lt;Year={2013},Month=&amp;gt;} QTY)/Sum (TOTAL{$&amp;lt;Year={2012},Month=&amp;gt;} QTY))-1)))*100&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #262626; font-family: arial, sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #262626; font-family: arial, sans-serif; font-size: 13px;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #262626; font-family: arial, sans-serif; font-size: 13px;"&gt;Anand&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2015 05:17:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Market-Evolution-Index-Calculation/m-p/973698#M959636</guid>
      <dc:creator />
      <dc:date>2015-10-28T05:17:09Z</dc:date>
    </item>
    <item>
      <title>Re: Market Evolution Index Calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Market-Evolution-Index-Calculation/m-p/973699#M959637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hi Christopher,&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;Try the below expression&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;SPAN style="font-weight: inherit; font-style: inherit; font-family: arial, sans-serif; color: #262626;"&gt;=(100 +([% Growth '13]*100))/( (100 +((Sum (TOTAL {$&amp;lt;Year={2013},Month=&amp;gt;} QTY)/Sum (TOTAL{$&amp;lt;Year={2012},Month=&amp;gt;} QTY))-1)))*100&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2015 05:20:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Market-Evolution-Index-Calculation/m-p/973699#M959637</guid>
      <dc:creator />
      <dc:date>2015-10-28T05:20:38Z</dc:date>
    </item>
    <item>
      <title>Re: Market Evolution Index Calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Market-Evolution-Index-Calculation/m-p/973700#M959638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Christopher&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Find the application with solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2015 05:25:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Market-Evolution-Index-Calculation/m-p/973700#M959638</guid>
      <dc:creator />
      <dc:date>2015-10-28T05:25:18Z</dc:date>
    </item>
    <item>
      <title>Re: Market Evolution Index Calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Market-Evolution-Index-Calculation/m-p/973701#M959639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Manoj&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do not understand your recommendation, can you give me an example expression with the&amp;nbsp; QVW document atttached or&amp;nbsp; just post the expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2015 05:28:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Market-Evolution-Index-Calculation/m-p/973701#M959639</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-28T05:28:41Z</dc:date>
    </item>
    <item>
      <title>Re: Market Evolution Index Calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Market-Evolution-Index-Calculation/m-p/973702#M959640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can't use an aggregation function on a column label like that. Use an Aggr() instead:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum({&amp;lt;Year={2013}&amp;gt;} QTY) / Sum({&amp;lt;Year={2012}&amp;gt;} QTY) / Avg(TOTAL Aggr(Sum({&amp;lt;Year={2013}&amp;gt;} QTY) / Sum({&amp;lt;Year={2012}&amp;gt;} QTY), ATCLevelThreeCode))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your expression simplifies to the above. Leave it as a fraction and format it to display as %.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="t1.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/103278_t1.png" style="height: 151px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2015 05:41:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Market-Evolution-Index-Calculation/m-p/973702#M959640</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2015-10-28T05:41:03Z</dc:date>
    </item>
    <item>
      <title>Re: Market Evolution Index Calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Market-Evolution-Index-Calculation/m-p/973703#M959641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;find attached sample&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2015 06:01:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Market-Evolution-Index-Calculation/m-p/973703#M959641</guid>
      <dc:creator>manojkulkarni</dc:creator>
      <dc:date>2015-10-28T06:01:07Z</dc:date>
    </item>
    <item>
      <title>Re: Market Evolution Index Calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Market-Evolution-Index-Calculation/m-p/973704#M959642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Jonathan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Evolution Index is an index number and therefore should not be formatted as a percentage.&amp;nbsp; The Evolution Index was developed primarily to provide better understanding of the relative product/category&amp;nbsp; and market movements over time.&amp;nbsp; It results in 100, if, over a given period the product/category growth is the same as the market growth.&amp;nbsp; A number less than 100 indicates that the product/category is weaker than the market growth, while a number greater than 100 indicates growth stronger than that of the market.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Antacids the Evolution Index should be :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(100 + (-6.37)) / (100 + 14.12) * 100&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;= 82&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2015 07:11:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Market-Evolution-Index-Calculation/m-p/973704#M959642</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-28T07:11:32Z</dc:date>
    </item>
    <item>
      <title>Re: Market Evolution Index Calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Market-Evolution-Index-Calculation/m-p/973705#M959643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Many thanks Manoj&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The results from the attached applications give the wrong values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, the Evolution Index for Blood Glucose lowering drugs, excl Insulins should be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=(100 + (-9.23)) / (100 +14.12) * 100&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;= 80&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as opposed to the figure of 90 shown in the application you recommended.&amp;nbsp; Please se my comments on the Evolution Index above in my reply to Jonathan.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2015 07:17:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Market-Evolution-Index-Calculation/m-p/973705#M959643</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-28T07:17:22Z</dc:date>
    </item>
    <item>
      <title>Re: Market Evolution Index Calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Market-Evolution-Index-Calculation/m-p/973706#M959644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;find updated qvw&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2015 07:37:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Market-Evolution-Index-Calculation/m-p/973706#M959644</guid>
      <dc:creator>manojkulkarni</dc:creator>
      <dc:date>2015-10-28T07:37:09Z</dc:date>
    </item>
    <item>
      <title>Re: Market Evolution Index Calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Market-Evolution-Index-Calculation/m-p/973707#M959645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Manoj&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much, this revised applications works well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2015 12:33:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Market-Evolution-Index-Calculation/m-p/973707#M959645</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-28T12:33:54Z</dc:date>
    </item>
    <item>
      <title>Re: Market Evolution Index Calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Market-Evolution-Index-Calculation/m-p/973708#M959646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Anand, most appreciated&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2015 09:35:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Market-Evolution-Index-Calculation/m-p/973708#M959646</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-29T09:35:42Z</dc:date>
    </item>
  </channel>
</rss>

