<?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 in Visualization and Usability</title>
    <link>https://community.qlik.com/t5/Visualization-and-Usability/Market-share/m-p/68225#M14327</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good day!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The answer you gave me was correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I made a bar graph and on measure put the following function:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;= Sum ({&amp;lt;FAM_N_GIRO =&amp;gt;} AMOUNT)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And I see two bars: one for "Market" and the other for the family that I select, but in the "amount" for "market" I omit the amount of the selected family.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My question is: How can I do so that in "Market" I see the total of all families and apart from the family selected?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Apr 2018 22:09:16 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-04-04T22:09:16Z</dc:date>
    <item>
      <title>Market share</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Market-share/m-p/68211#M14313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good day to everyone.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am in a BI project, in this project I have to show the participation of a business in front of its competition, both belonging to the same line.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Example&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;"In an urban area there are 5 record stores:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SHOP A,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SHOP B,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SHOP C,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SHOP D&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SHOP E,&lt;/P&gt;&lt;P&gt;all these stores represent 100%, but I need to know the percentage of the SHOP A compared to the other stores (these have to be grouped as "Market") so that this way you can read something like this:&lt;STRONG&gt; SHOP A has a participation of 19% against its market which is 81%.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would greatly appreciate your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2018 21:48:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Market-share/m-p/68211#M14313</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-21T21:48:31Z</dc:date>
    </item>
    <item>
      <title>Re: Market share</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Market-share/m-p/68212#M14314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could calculate the selected shop's share like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;= Sum(Value) / Sum({1} TOTAL Value)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and the market share would be&lt;/P&gt;&lt;P&gt;=1 - &lt;SPAN style="font-size: 13.3333px;"&gt;Sum(Value) / Sum({1} TOTAL Value)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2018 22:05:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Market-share/m-p/68212#M14314</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2018-03-21T22:05:47Z</dc:date>
    </item>
    <item>
      <title>Re: Market share</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Market-share/m-p/68213#M14315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But ... if I want to show this example in a pie chart, where SHOP A is shown and the rest as "Market"&lt;/P&gt;&lt;P&gt;How could it be?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2018 22:46:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Market-share/m-p/68213#M14315</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-21T22:46:57Z</dc:date>
    </item>
    <item>
      <title>Re: Market share</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Market-share/m-p/68214#M14316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No dimension, two expressions:&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: 12px; background-color: #f2f2f2;"&gt;= Sum({&amp;lt;Shop = {'Shop A'}&amp;gt;}Value) / Sum({1} Value)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;= 1- Sum({&amp;lt;Shop = {'Shop A'}&amp;gt;}Value) / Sum({1} Value)&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: 12px; background-color: #f2f2f2;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2018 23:06:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Market-share/m-p/68214#M14316</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2018-03-21T23:06:07Z</dc:date>
    </item>
    <item>
      <title>Re: Market share</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Market-share/m-p/68215#M14317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am sorry&lt;/P&gt;&lt;P&gt;I do not want to be so annoying but ... I still do not understand how the example of the graph would look, I tried to add the two expressions but I get an error, so I do not know what measure add.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is clear that I am new to Qlik Sense therefore there are things that I still do not know&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2018 23:24:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Market-share/m-p/68215#M14317</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-21T23:24:09Z</dc:date>
    </item>
    <item>
      <title>Re: Market share</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Market-share/m-p/68216#M14318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What error do you get?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And how does your model look like? Of course you need to adapt the above expressions to your field names of your model.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2018 23:31:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Market-share/m-p/68216#M14318</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2018-03-21T23:31:03Z</dc:date>
    </item>
    <item>
      <title>Re: Market share</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Market-share/m-p/68217#M14319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What I did is the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;* I add the pie chart, it asks me to add the measure and its dimension&lt;/P&gt;&lt;P&gt;* In dimension I add the amount (the sum of this)&lt;/P&gt;&lt;P&gt;* In measure, I open the expression editor and add the ones you gave me, obviously appropriate to the fields that I have, being as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;= Sum ({&amp;lt;FAM_N_GIRO = {'GAS STATIONS'}&amp;gt;} AMOUNT) / Sum ({1} AMOUNT)&lt;/P&gt;&lt;P&gt;= 1- Sum ({&amp;lt;FAM_N_GIRO = {'GAS STATIONS'}&amp;gt;} AMOUNT) / Sum ({1} AMOUNT)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but it tells me that the result is zero or null&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you help me? Please&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2018 23:53:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Market-share/m-p/68217#M14319</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-21T23:53:03Z</dc:date>
    </item>
    <item>
      <title>Re: Market share</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Market-share/m-p/68218#M14320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In a sense pie chart, try a calculated dimension like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=If(FAM_N_GIRO = 'GAS STATIONS', FAM_N_GIRO, 'Market')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and as single expression &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;= Sum({1} AMOUNT)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Mar 2018 07:19:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Market-share/m-p/68218#M14320</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2018-03-22T07:19:16Z</dc:date>
    </item>
    <item>
      <title>Re: Market share</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Market-share/m-p/68219#M14321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Very thanks!&lt;/P&gt;&lt;P&gt;It worked perfectly&lt;/P&gt;&lt;P&gt;Only two questions more:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;First&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Is there any way to get the value of a selected field? So that from there the expression looks like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;= If (FAM_N_GIRO = 'SelectedField', FAM_N_GIRO, 'Market')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Depending on what you select and what else you take as "Market"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Second&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; In the expression:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;= Sum ({1} AMOUNT)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; What does {1} mean?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Mar 2018 15:35:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Market-share/m-p/68219#M14321</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-22T15:35:41Z</dc:date>
    </item>
    <item>
      <title>Re: Market share</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Market-share/m-p/68220#M14322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1) maybe like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=If(Match(&lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;FAM_N_GIRO &lt;/STRONG&gt;, $(=Concat(DISTINCT chr(39)&amp;amp;&lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;FAM_N_GIRO &lt;/STRONG&gt;&amp;amp;chr(39),','))), &lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;FAM_N_GIRO &lt;/STRONG&gt;,'Market')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) The set identifier {1} is basically telling to ignore all selections, i.e. consider all data in your model.&lt;/P&gt;&lt;P&gt;Hence Market will always contain all other data.&lt;/P&gt;&lt;P&gt;If you need to ignore only Region, but consider e.g. Products or Dates, you can also only ignore Region field selections, like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum({&amp;lt;&lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;FAM_N_GIRO &lt;/STRONG&gt;= &amp;gt;} AMOUNT)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Mar 2018 15:43:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Market-share/m-p/68220#M14322</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2018-03-22T15:43:39Z</dc:date>
    </item>
    <item>
      <title>Re: Market share</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Market-share/m-p/68221#M14323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very very much!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have helped me a lot, you just would mind explaining the next part of the expression:&lt;/P&gt;&lt;P&gt;$ (= Concat (DISTINCT chr (39) &amp;amp; FAM_N_GIRO &amp;amp; chr (39), ','))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Mar 2018 15:57:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Market-share/m-p/68221#M14323</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-22T15:57:17Z</dc:date>
    </item>
    <item>
      <title>Re: Market share</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Market-share/m-p/68222#M14324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's a dollar sign expansion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will just input a list of possible FAM_N_GIRO values, comma separated and quoted in the calculated dimension, &lt;EM&gt;before&lt;/EM&gt; the expression gets parsed and evaluated, like a preprocessor text replacement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/3444"&gt;The Magic of Dollar Expansions&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Mar 2018 16:53:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Market-share/m-p/68222#M14324</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2018-03-22T16:53:04Z</dc:date>
    </item>
    <item>
      <title>Re: Market share</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Market-share/m-p/68223#M14325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Diego, if the question is already solved, please check the appropiate helpful/correct answers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Mar 2018 17:03:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Market-share/m-p/68223#M14325</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2018-03-22T17:03:56Z</dc:date>
    </item>
    <item>
      <title>Re: Market share</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Market-share/m-p/68224#M14326</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thaks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your answer help me a lot!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Apr 2018 21:44:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Market-share/m-p/68224#M14326</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-03T21:44:07Z</dc:date>
    </item>
    <item>
      <title>Re: Market share</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Market-share/m-p/68225#M14327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good day!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The answer you gave me was correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I made a bar graph and on measure put the following function:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;= Sum ({&amp;lt;FAM_N_GIRO =&amp;gt;} AMOUNT)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And I see two bars: one for "Market" and the other for the family that I select, but in the "amount" for "market" I omit the amount of the selected family.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My question is: How can I do so that in "Market" I see the total of all families and apart from the family selected?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2018 22:09:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Market-share/m-p/68225#M14327</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-04T22:09:16Z</dc:date>
    </item>
    <item>
      <title>Re: Market share</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Market-share/m-p/68226#M14328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not quite sure that I understand your last sentence.You want to see in Market the total value including the amount of the selected family?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With QlikView, it would be just a bar chart without a dimension and two expressions,&lt;/P&gt;&lt;P&gt;=Sum(AMOUNT)&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;Sum ({&amp;lt;FAM_N_GIRO =&amp;gt;} AMOUNT)&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;BR /&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;two compare the selected AMOUNT against the total.&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;BR /&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;QlikSense does not allow a bar chart without a dimension, but you can create a synthetic, calculated dimension using ValueList():&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;=Valuelist('$(=Only(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;FAM_N_GIRO&lt;/SPAN&gt;))','Market')&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;BR /&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;and a single expression:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;=If(Valuelist('$(=Only(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;FAM_N_GIRO&lt;/SPAN&gt;))','Market')='$(=Only(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;FAM_N_GIRO&lt;/SPAN&gt;))',&lt;/P&gt;&lt;P&gt;Sum(AMOUNT),&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;FAM_N_GIRO&lt;/SPAN&gt;&amp;gt;} AMOUNT)&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Apr 2018 07:25:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Market-share/m-p/68226#M14328</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2018-04-05T07:25:01Z</dc:date>
    </item>
  </channel>
</rss>

