<?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 Market Share in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Market-Share/m-p/228893#M80875</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes,&lt;/P&gt;&lt;P&gt;I've prepared an example for you&lt;/P&gt;&lt;P&gt;It's not my DB, but its very similar.&lt;/P&gt;&lt;P&gt;Thanks for your attention&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Apr 2011 15:38:52 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-04-26T15:38:52Z</dc:date>
    <item>
      <title>Market Share</title>
      <link>https://community.qlik.com/t5/QlikView/Market-Share/m-p/228884#M80866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dears,&lt;/P&gt;&lt;P&gt;Now I want to create a Market Share chart.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;The first chart is the Market share of one company on it's region&lt;BR /&gt;&lt;/STRONG&gt;This chart will show the revenue of one specific company (selected in a list box) in comparison with the total revenue of it's region.&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;The secound chart is the Market Share of one company compared with all companies&lt;BR /&gt;&lt;/STRONG&gt;This chart will show the revenue of one specific company (selected in a list box) in comparison with all of the others companies.&lt;/P&gt;&lt;P&gt;The problem is that when I choose the company the sistem should count the total of this Company and count the total of the region, and then devide.&lt;/P&gt;&lt;P&gt;Example:&lt;BR /&gt;Company 1 is in the region A&lt;BR /&gt;&lt;BR /&gt;So, the formula should count the total of company 1 and devide by the total of region A&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I do it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Apr 2011 15:08:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Market-Share/m-p/228884#M80866</guid>
      <dc:creator />
      <dc:date>2011-04-25T15:08:19Z</dc:date>
    </item>
    <item>
      <title>Market Share</title>
      <link>https://community.qlik.com/t5/QlikView/Market-Share/m-p/228885#M80867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sum(Revenue)/sum(TOTAL &amp;lt;Region&amp;gt; Revenue)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Apr 2011 15:15:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Market-Share/m-p/228885#M80867</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-04-25T15:15:20Z</dc:date>
    </item>
    <item>
      <title>Market Share</title>
      <link>https://community.qlik.com/t5/QlikView/Market-Share/m-p/228886#M80868</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check what I did based on your help, but it's only showing the value 1, even if I select or not the company:&lt;/P&gt;&lt;P&gt;=sum([Claim Total])/sum(TOTAL &amp;lt;[World Region]&amp;gt; [Claim Total])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I solve it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Apr 2011 15:33:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Market-Share/m-p/228886#M80868</guid>
      <dc:creator />
      <dc:date>2011-04-25T15:33:28Z</dc:date>
    </item>
    <item>
      <title>Market Share</title>
      <link>https://community.qlik.com/t5/QlikView/Market-Share/m-p/228887#M80869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you upload the qvw so that I can have a look?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Dinesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Apr 2011 15:45:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Market-Share/m-p/228887#M80869</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-04-25T15:45:00Z</dc:date>
    </item>
    <item>
      <title>Market Share</title>
      <link>https://community.qlik.com/t5/QlikView/Market-Share/m-p/228888#M80870</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;=sum([Claim Total])/&lt;/P&gt;&lt;P&gt;sum( {&amp;lt; Company= , [World Region]={$(=only( [World Region])) }&amp;gt;} [Claim Total])&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Apr 2011 16:33:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Market-Share/m-p/228888#M80870</guid>
      <dc:creator>erichshiino</dc:creator>
      <dc:date>2011-04-25T16:33:23Z</dc:date>
    </item>
    <item>
      <title>Market Share</title>
      <link>https://community.qlik.com/t5/QlikView/Market-Share/m-p/228889#M80871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, It didn't worked... it's only showing -&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Apr 2011 17:53:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Market-Share/m-p/228889#M80871</guid>
      <dc:creator />
      <dc:date>2011-04-25T17:53:20Z</dc:date>
    </item>
    <item>
      <title>Market Share</title>
      <link>https://community.qlik.com/t5/QlikView/Market-Share/m-p/228890#M80872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this then:&lt;/P&gt;&lt;P&gt;=sum([Claim Total])/sum( {&amp;lt; Company = , [World Region]={$(=concat(distinct [World Region], ',')) }&amp;gt;} [Claim Total])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It may not work if your world region has spaces in the text (like "South America"), in that case, you would have to change the concat expression...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Apr 2011 18:15:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Market-Share/m-p/228890#M80872</guid>
      <dc:creator>erichshiino</dc:creator>
      <dc:date>2011-04-25T18:15:37Z</dc:date>
    </item>
    <item>
      <title>Market Share</title>
      <link>https://community.qlik.com/t5/QlikView/Market-Share/m-p/228891#M80873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's not working again.&lt;BR /&gt;&lt;BR /&gt;If all selections are clear, the result is 2,72049... and if I choose one company, the result is -&lt;/P&gt;&lt;P&gt;But I know that this company has revenue.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks again for all your support Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Apr 2011 20:00:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Market-Share/m-p/228891#M80873</guid>
      <dc:creator />
      <dc:date>2011-04-25T20:00:30Z</dc:date>
    </item>
    <item>
      <title>Market Share</title>
      <link>https://community.qlik.com/t5/QlikView/Market-Share/m-p/228892#M80874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you prefer to send a sample application so we can build the expression with your real data?&lt;/P&gt;&lt;P&gt;You can use scramble or data reduction for this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Apr 2011 20:14:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Market-Share/m-p/228892#M80874</guid>
      <dc:creator>erichshiino</dc:creator>
      <dc:date>2011-04-25T20:14:07Z</dc:date>
    </item>
    <item>
      <title>Market Share</title>
      <link>https://community.qlik.com/t5/QlikView/Market-Share/m-p/228893#M80875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes,&lt;/P&gt;&lt;P&gt;I've prepared an example for you&lt;/P&gt;&lt;P&gt;It's not my DB, but its very similar.&lt;/P&gt;&lt;P&gt;Thanks for your attention&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Apr 2011 15:38:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Market-Share/m-p/228893#M80875</guid>
      <dc:creator />
      <dc:date>2011-04-26T15:38:52Z</dc:date>
    </item>
    <item>
      <title>Market Share</title>
      <link>https://community.qlik.com/t5/QlikView/Market-Share/m-p/228894#M80876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What I want to know is:&lt;/P&gt;&lt;P&gt;What is the Market Share?&lt;/P&gt;&lt;P&gt;If nothing is select, the number should be 1 or 100%.&lt;/P&gt;&lt;P&gt;If you choose by car model, it will give you the Market Share of that specific car that you have select.&lt;/P&gt;&lt;P&gt;If you choose by region, the same, and even if you select by company.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Apr 2011 15:41:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Market-Share/m-p/228894#M80876</guid>
      <dc:creator />
      <dc:date>2011-04-26T15:41:02Z</dc:date>
    </item>
    <item>
      <title>Market Share</title>
      <link>https://community.qlik.com/t5/QlikView/Market-Share/m-p/228895#M80877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And what is the Market share?&lt;/P&gt;&lt;P&gt;It is the (total revenue of your selection) / (total global revenue revenue from your all data)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for this multiple posts,&lt;/P&gt;&lt;P&gt;My computer is being crazy!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Apr 2011 15:43:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Market-Share/m-p/228895#M80877</guid>
      <dc:creator />
      <dc:date>2011-04-26T15:43:12Z</dc:date>
    </item>
    <item>
      <title>Market Share</title>
      <link>https://community.qlik.com/t5/QlikView/Market-Share/m-p/228896#M80878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This worked for me:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=sum(Revenue * 100 )/sum(all Revenue)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Dinesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Apr 2011 17:09:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Market-Share/m-p/228896#M80878</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-04-26T17:09:35Z</dc:date>
    </item>
    <item>
      <title>Market Share</title>
      <link>https://community.qlik.com/t5/QlikView/Market-Share/m-p/228897#M80879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Since you are trying to put it on a text box, it's better to format the number.&lt;/P&gt;&lt;P&gt;The {1} basically ignores the selection&lt;/P&gt;&lt;P&gt;'All' on the other post means {1}Total (ignores selection and object dimensions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=num( sum(Revenue)/sum({1}Revenue),'###,#%', ',' ,'.' )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Apr 2011 17:46:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Market-Share/m-p/228897#M80879</guid>
      <dc:creator>erichshiino</dc:creator>
      <dc:date>2011-04-26T17:46:08Z</dc:date>
    </item>
    <item>
      <title>Market Share</title>
      <link>https://community.qlik.com/t5/QlikView/Market-Share/m-p/228898#M80880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Now, insted of Claim Total, I need to insert the expression:&lt;/P&gt;&lt;P&gt;=Num(sum({&amp;lt;UNIQUE_FLAG={1}&amp;gt;}[PO Total]*pick(match([Currency],'EUR','USD','BRL'),EUR,USD,BRL)),'USD #,##0.00', '.',',')&lt;/P&gt;&lt;P&gt;and in order to reduce the expression size, what's the best way to write it?&lt;BR /&gt;like, can I declare it before?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;How can I do it faster?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Apr 2011 18:04:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Market-Share/m-p/228898#M80880</guid>
      <dc:creator />
      <dc:date>2011-04-26T18:04:54Z</dc:date>
    </item>
    <item>
      <title>Market Share</title>
      <link>https://community.qlik.com/t5/QlikView/Market-Share/m-p/228899#M80881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dears,&lt;BR /&gt;I'm trying to use this formula to show the Market Share.&lt;/P&gt;&lt;P&gt;But if I choose a company, the result is always 100%, and it's wrong. What is going on?&lt;/P&gt;&lt;P&gt;=num( SUM({&amp;lt;UNIQUE_FLAG={1}, [Status Claim] -={Cancelled}&amp;gt;}([Claim Total])*pick(match([Currency],'EUR','USD','BRL'),EUR,USD,BRL))/sum({1}{&amp;lt;UNIQUE_FLAG={1}, [Status Claim] -={Cancelled}&amp;gt;}([Claim Total])*pick(match([Currency],'EUR','USD','BRL'),EUR,USD,BRL)),'###,#%', ',' ,'.' )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Apr 2011 19:15:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Market-Share/m-p/228899#M80881</guid>
      <dc:creator />
      <dc:date>2011-04-26T19:15:58Z</dc:date>
    </item>
    <item>
      <title>Re: Market Share</title>
      <link>https://community.qlik.com/t5/QlikView/Market-Share/m-p/228900#M80882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Erich, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest on this post: &lt;A _jive_internal="true" href="https://community.qlik.com/message/700251#700251" title="http://community.qlik.com/message/700251#700251"&gt;http://community.qlik.com/message/700251#700251&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jan 2015 07:51:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Market-Share/m-p/228900#M80882</guid>
      <dc:creator />
      <dc:date>2015-01-23T07:51:58Z</dc:date>
    </item>
  </channel>
</rss>

