<?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 How to create 'others' considering that the are values &amp;lt; 10% in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-create-others-considering-that-the-are-values-lt-10/m-p/1682215#M592883</link>
    <description>&lt;P&gt;HI guys,&lt;/P&gt;&lt;P&gt;I have a table that contains the Client name and sales values. I need to show in the column Client, 'Others' when the market share of this Client is minus that 10%.&lt;/P&gt;&lt;P&gt;this is an example (by Product) because I have more hierarchies as by country, by state, by city.... So for each hierarchy, I need to divide the sales to a market share different. By country, I have a total,&lt;BR /&gt;by state I have another total to divide.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Other.png" style="width: 619px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/29652i473112043D94A64D/image-size/large?v=v2&amp;amp;px=999" role="button" title="Other.png" alt="Other.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 01:07:24 GMT</pubDate>
    <dc:creator>jsobrinho</dc:creator>
    <dc:date>2024-11-16T01:07:24Z</dc:date>
    <item>
      <title>How to create 'others' considering that the are values &lt; 10%</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-others-considering-that-the-are-values-lt-10/m-p/1682215#M592883</link>
      <description>&lt;P&gt;HI guys,&lt;/P&gt;&lt;P&gt;I have a table that contains the Client name and sales values. I need to show in the column Client, 'Others' when the market share of this Client is minus that 10%.&lt;/P&gt;&lt;P&gt;this is an example (by Product) because I have more hierarchies as by country, by state, by city.... So for each hierarchy, I need to divide the sales to a market share different. By country, I have a total,&lt;BR /&gt;by state I have another total to divide.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Other.png" style="width: 619px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/29652i473112043D94A64D/image-size/large?v=v2&amp;amp;px=999" role="button" title="Other.png" alt="Other.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 01:07:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-others-considering-that-the-are-values-lt-10/m-p/1682215#M592883</guid>
      <dc:creator>jsobrinho</dc:creator>
      <dc:date>2024-11-16T01:07:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to create 'others' considering that the are values &lt; 10%</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-others-considering-that-the-are-values-lt-10/m-p/1682296#M592884</link>
      <description>&lt;P&gt;For the Client Dimension in the chart, use a calculated dimension like this:&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;=Aggr(if(Sum([Mkt Share]) &amp;lt; 0.1, 'Others', Client), Client)&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;For any other dim like State, substitute State for Client.&lt;/P&gt;&lt;P&gt;-Rob&lt;BR /&gt;&lt;A href="http://masterssummit.com" target="_blank"&gt;http://masterssummit.com&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://qlikviewcookbook.com" target="_blank"&gt;http://qlikviewcookbook.com&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://www.easyqlik.com" target="_blank"&gt;http://www.easyqlik.com&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Mar 2020 02:41:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-others-considering-that-the-are-values-lt-10/m-p/1682296#M592884</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2020-03-06T02:41:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to create 'others' considering that the are values &lt; 10%</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-others-considering-that-the-are-values-lt-10/m-p/1682427#M592885</link>
      <description>&lt;P&gt;First of all, thank you for your answer.&lt;/P&gt;&lt;P&gt;I think that your answer solved one of my problems &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I attached the qvw file with the scenario : Country:&amp;nbsp; USA and Filter like ALL, I have two tables:&lt;/P&gt;&lt;P&gt;-by Country (The result its ok with USA or ALL)&amp;nbsp;&lt;/P&gt;&lt;P&gt;-by Product (When I had select the ALL product I hope that the result is equal to by Country table)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Other and ALL.png" style="width: 493px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/29685i4C1BE84521047F3B/image-size/large?v=v2&amp;amp;px=999" role="button" title="Other and ALL.png" alt="Other and ALL.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;SPAN&gt;I have ALL to considering ALL products, so when I select a product ALL I hope that the market share be considering the units per country, client and product (where product ALL has products values in my example 174)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;The current result is that,&amp;nbsp;although I am having to select ALL the market share is grouped by product and not by ALL&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;One solution is to create a variable, and change my calculated dimension in my the Product table?&amp;nbsp;&lt;/P&gt;&lt;P&gt;if(ProductFilter='ALL',Total_Country,Total_Product)&amp;nbsp;&lt;/P&gt;&lt;P&gt;=if(&lt;BR /&gt;aggr(&lt;BR /&gt;sum(Sales)&lt;BR /&gt;,Client&lt;BR /&gt;,CountryFilter&lt;BR /&gt;,ProductFilter&lt;BR /&gt;)&lt;BR /&gt;/$(variabel)&amp;lt; 0.10&lt;/P&gt;&lt;P&gt;,'Others',Client)&lt;/P&gt;</description>
      <pubDate>Fri, 06 Mar 2020 11:48:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-others-considering-that-the-are-values-lt-10/m-p/1682427#M592885</guid>
      <dc:creator>jsobrinho</dc:creator>
      <dc:date>2020-03-06T11:48:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to create 'others' considering that the are values &lt; 10%</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-others-considering-that-the-are-values-lt-10/m-p/1683005#M592886</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;My problem was solved, using the variable to determine the context: Country or Product&lt;/P&gt;&lt;P&gt;=aggr(&lt;BR /&gt;if(&lt;BR /&gt;sum(Sales)/$(variabel)&amp;lt; 0.10&lt;BR /&gt;,'Others',Client),&lt;BR /&gt;Client&lt;BR /&gt;,CountryFilter&lt;BR /&gt;,ProductFilter)&lt;/P&gt;</description>
      <pubDate>Mon, 09 Mar 2020 17:28:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-others-considering-that-the-are-values-lt-10/m-p/1683005#M592886</guid>
      <dc:creator>jsobrinho</dc:creator>
      <dc:date>2020-03-09T17:28:19Z</dc:date>
    </item>
  </channel>
</rss>

