<?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 Aggr small amounts in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Aggr-small-amounts/m-p/422522#M560904</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to aggragate products that have had sales less than a certain amount into one bucket in a chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sales of Product A - 50&lt;/P&gt;&lt;P&gt;Sales of Product B - 60&lt;/P&gt;&lt;P&gt;Sales of Product C - 70&lt;/P&gt;&lt;P&gt;Sales of Product D - 80&lt;/P&gt;&lt;P&gt;Sales of Product E - 1&lt;/P&gt;&lt;P&gt;Sales of Product F - 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How would I write a calculated dimension that would group any product with sales under 10 into one combined product and if it is over 10 they just remain the same?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The results in the chart:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sales of Product A - 50&lt;/P&gt;&lt;P&gt;Sales of Product B - 60&lt;/P&gt;&lt;P&gt;Sales of Product C - 70&lt;/P&gt;&lt;P&gt;Sales of Product D - 80&lt;/P&gt;&lt;P&gt;Sales of Combined Products &amp;lt; 10 - 3&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Apr 2013 13:41:08 GMT</pubDate>
    <dc:creator>zagzebski</dc:creator>
    <dc:date>2013-04-04T13:41:08Z</dc:date>
    <item>
      <title>Aggr small amounts</title>
      <link>https://community.qlik.com/t5/QlikView/Aggr-small-amounts/m-p/422522#M560904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to aggragate products that have had sales less than a certain amount into one bucket in a chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sales of Product A - 50&lt;/P&gt;&lt;P&gt;Sales of Product B - 60&lt;/P&gt;&lt;P&gt;Sales of Product C - 70&lt;/P&gt;&lt;P&gt;Sales of Product D - 80&lt;/P&gt;&lt;P&gt;Sales of Product E - 1&lt;/P&gt;&lt;P&gt;Sales of Product F - 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How would I write a calculated dimension that would group any product with sales under 10 into one combined product and if it is over 10 they just remain the same?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The results in the chart:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sales of Product A - 50&lt;/P&gt;&lt;P&gt;Sales of Product B - 60&lt;/P&gt;&lt;P&gt;Sales of Product C - 70&lt;/P&gt;&lt;P&gt;Sales of Product D - 80&lt;/P&gt;&lt;P&gt;Sales of Combined Products &amp;lt; 10 - 3&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Apr 2013 13:41:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggr-small-amounts/m-p/422522#M560904</guid>
      <dc:creator>zagzebski</dc:creator>
      <dc:date>2013-04-04T13:41:08Z</dc:date>
    </item>
    <item>
      <title>Re: Aggr small amounts</title>
      <link>https://community.qlik.com/t5/QlikView/Aggr-small-amounts/m-p/422523#M560905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;calculated dimension: if(aggr(sum(Sales)),Product)&amp;lt;10, 'Combined Product', Product)&lt;/P&gt;&lt;P&gt;expression: sum(Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;replace Sales and Product with your field names&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Apr 2013 17:52:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggr-small-amounts/m-p/422523#M560905</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-04-04T17:52:51Z</dc:date>
    </item>
    <item>
      <title>Re: Aggr small amounts</title>
      <link>https://community.qlik.com/t5/QlikView/Aggr-small-amounts/m-p/422524#M560906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Apr 2013 20:38:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggr-small-amounts/m-p/422524#M560906</guid>
      <dc:creator>zagzebski</dc:creator>
      <dc:date>2013-04-04T20:38:26Z</dc:date>
    </item>
  </channel>
</rss>

