<?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: a reduction question in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/a-reduction-question/m-p/1255037#M396695</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;reducing using section access you mean?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Nov 2016 12:37:53 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2016-11-30T12:37:53Z</dc:date>
    <item>
      <title>a reduction question</title>
      <link>https://community.qlik.com/t5/QlikView/a-reduction-question/m-p/1255036#M396694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm comparing net sales of a salesman to total net sales and the result is fine&lt;/P&gt;&lt;P&gt;However now we are reducing the document by salesman so total net sales will be that of the salesman &lt;/P&gt;&lt;P&gt;How can I reduce a document by salesman and keep total sales?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Nov 2016 12:34:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/a-reduction-question/m-p/1255036#M396694</guid>
      <dc:creator>ali_hijazi</dc:creator>
      <dc:date>2016-11-30T12:34:01Z</dc:date>
    </item>
    <item>
      <title>Re: a reduction question</title>
      <link>https://community.qlik.com/t5/QlikView/a-reduction-question/m-p/1255037#M396695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;reducing using section access you mean?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Nov 2016 12:37:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/a-reduction-question/m-p/1255037#M396695</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-11-30T12:37:53Z</dc:date>
    </item>
    <item>
      <title>Re: a reduction question</title>
      <link>https://community.qlik.com/t5/QlikView/a-reduction-question/m-p/1255038#M396696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to preaggreate in the script so the total overall is always there and each salesman can see it, but they cannot see the details. Usually a LOAD ... GROUP BY ... will work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Nov 2016 12:41:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/a-reduction-question/m-p/1255038#M396696</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2016-11-30T12:41:12Z</dc:date>
    </item>
    <item>
      <title>Re: a reduction question</title>
      <link>https://community.qlik.com/t5/QlikView/a-reduction-question/m-p/1255039#M396697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create an additional column with total sale. May be like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;Temp:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;Load&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; State,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sales,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Customer&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;From &amp;lt;&amp;gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;Join&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;Load&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; State,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sum(Sales) as TotalSales&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;Resident Temp group By State;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Nov 2016 12:42:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/a-reduction-question/m-p/1255039#M396697</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2016-11-30T12:42:25Z</dc:date>
    </item>
    <item>
      <title>Re: a reduction question</title>
      <link>https://community.qlik.com/t5/QlikView/a-reduction-question/m-p/1255040#M396698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Nov 2016 12:43:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/a-reduction-question/m-p/1255040#M396698</guid>
      <dc:creator>ali_hijazi</dc:creator>
      <dc:date>2016-11-30T12:43:27Z</dc:date>
    </item>
    <item>
      <title>Re: a reduction question</title>
      <link>https://community.qlik.com/t5/QlikView/a-reduction-question/m-p/1255041#M396699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I thought of this but at first I thought there might be another workaround&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Nov 2016 12:46:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/a-reduction-question/m-p/1255041#M396699</guid>
      <dc:creator>ali_hijazi</dc:creator>
      <dc:date>2016-11-30T12:46:21Z</dc:date>
    </item>
    <item>
      <title>Re: a reduction question</title>
      <link>https://community.qlik.com/t5/QlikView/a-reduction-question/m-p/1255042#M396700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is none, data must be there and cannot be reduced or accomplished using Aggr() or Set Analysis because data is not actually there. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Well, you can also add another column while extracting from the source but that likely means repeated values, and you can also do the aggregation in the SQL statement, and not the LOAD statement, from the performance point of view the latter is wiser.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Nov 2016 12:51:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/a-reduction-question/m-p/1255042#M396700</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2016-11-30T12:51:55Z</dc:date>
    </item>
  </channel>
</rss>

