<?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: Sales Amount - Set Analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Sales-Amount-Set-Analysis/m-p/1443055#M432790</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Devarasu,&lt;/P&gt;&lt;P&gt;I&lt;STRONG&gt; selected NickRep,&lt;/STRONG&gt; but...i would like not to have the TonyRep row then. but just customer linked to NickRep.&lt;/P&gt;&lt;P&gt;Do you think this is something possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="VALUE.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/184305_VALUE.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Nov 2017 08:22:10 GMT</pubDate>
    <dc:creator>qlikviewaf</dc:creator>
    <dc:date>2017-11-23T08:22:10Z</dc:date>
    <item>
      <title>Sales Amount - Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Sales-Amount-Set-Analysis/m-p/1443051#M432786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;i'm building an easy report by Sales Rep.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically each sales transaction is associated to a sales Rep.&lt;/P&gt;&lt;P&gt;In the report i would like to have this structure as shown below: Sales Rep -&amp;gt; Customer&lt;/P&gt;&lt;P&gt;As expression i would like to see the sales amount of that specific rep, but also the total sales amount (regardless which was the sales-rap) for that specific customer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the example below in the Total Customer sales amount i expect to see on each row 600 which is the total sales by customer.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="sales rep.PNG" class="jive-image image-1" src="/legacyfs/online/184239_sales rep.PNG" style="height: 169px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I try to set this formula but it doesnt work --&amp;gt; =Sum({&amp;lt;SalesRep=,}&amp;gt;} Amount)&lt;/P&gt;&lt;P&gt;Can anyone please help?&lt;/P&gt;&lt;P&gt;Thank you!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Nov 2017 17:08:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sales-Amount-Set-Analysis/m-p/1443051#M432786</guid>
      <dc:creator>qlikviewaf</dc:creator>
      <dc:date>2017-11-22T17:08:14Z</dc:date>
    </item>
    <item>
      <title>Re: Sales Amount - Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Sales-Amount-Set-Analysis/m-p/1443052#M432787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you need &lt;A href="https://community.qlik.com/qlik-blogpost/4160"&gt;What does the TOTAL qualifier do?&lt;/A&gt; instead of set analysis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Sum(TOTAL &amp;lt;Customer&amp;gt; Amount)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/184256_Capture.PNG" style="height: auto;" /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Nov 2017 17:11:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sales-Amount-Set-Analysis/m-p/1443052#M432787</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-11-22T17:11:43Z</dc:date>
    </item>
    <item>
      <title>Re: Sales Amount - Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Sales-Amount-Set-Analysis/m-p/1443053#M432788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;this is working -&amp;nbsp; but if a specific Sales Rep is selected, this will not work anymore.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which solution can be used in this case?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Nov 2017 21:27:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sales-Amount-Set-Analysis/m-p/1443053#M432788</guid>
      <dc:creator>qlikviewaf</dc:creator>
      <dc:date>2017-11-22T21:27:46Z</dc:date>
    </item>
    <item>
      <title>Re: Sales Amount - Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Sales-Amount-Set-Analysis/m-p/1443054#M432789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;just ignore this sales rep dimension form your expression&lt;/P&gt;&lt;P&gt;like this&lt;/P&gt;&lt;P&gt;=Sum(TOTAL &amp;lt;Customer&amp;gt;&lt;STRONG&gt; {&amp;lt;SalesRep=&amp;gt;}&lt;/STRONG&gt;Amount)&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/184290_Capture.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Nov 2017 01:47:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sales-Amount-Set-Analysis/m-p/1443054#M432789</guid>
      <dc:creator>devarasu07</dc:creator>
      <dc:date>2017-11-23T01:47:13Z</dc:date>
    </item>
    <item>
      <title>Re: Sales Amount - Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Sales-Amount-Set-Analysis/m-p/1443055#M432790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Devarasu,&lt;/P&gt;&lt;P&gt;I&lt;STRONG&gt; selected NickRep,&lt;/STRONG&gt; but...i would like not to have the TonyRep row then. but just customer linked to NickRep.&lt;/P&gt;&lt;P&gt;Do you think this is something possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="VALUE.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/184305_VALUE.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Nov 2017 08:22:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sales-Amount-Set-Analysis/m-p/1443055#M432790</guid>
      <dc:creator>qlikviewaf</dc:creator>
      <dc:date>2017-11-23T08:22:10Z</dc:date>
    </item>
    <item>
      <title>Re: Sales Amount - Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Sales-Amount-Set-Analysis/m-p/1443056#M432791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Yes,&lt;/P&gt;&lt;P&gt;=Sum(TOTAL {&amp;lt;SalesRep=&amp;gt;}&amp;nbsp; Amount)&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="184307" alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/184307_Capture.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Nov 2017 08:29:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sales-Amount-Set-Analysis/m-p/1443056#M432791</guid>
      <dc:creator>devarasu07</dc:creator>
      <dc:date>2017-11-23T08:29:31Z</dc:date>
    </item>
    <item>
      <title>Re: Sales Amount - Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Sales-Amount-Set-Analysis/m-p/1443057#M432792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is not working, is summing all sales regardless of customer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="sales rep 2.PNG" class="jive-image image-1" src="/legacyfs/online/184306_sales rep 2.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Nov 2017 08:48:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sales-Amount-Set-Analysis/m-p/1443057#M432792</guid>
      <dc:creator>qlikviewaf</dc:creator>
      <dc:date>2017-11-23T08:48:30Z</dc:date>
    </item>
    <item>
      <title>Re: Sales Amount - Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Sales-Amount-Set-Analysis/m-p/1443058#M432793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Can you try like this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_15114282998967714" jivemacro_uid="_15114282998967714"&gt;
&lt;P&gt;SalesData:&lt;/P&gt;
&lt;P&gt;LOAD * INLINE [&lt;/P&gt;
&lt;P&gt;InvoiceDate,Customer, SalesRep, Amount&lt;/P&gt;
&lt;P&gt;01/01/2017, ACOUSTIC LTD, NickRep, 100&lt;/P&gt;
&lt;P&gt;05/01/2017, ACOUSTIC LTD, TonyRep, 500&lt;/P&gt;
&lt;P&gt;06/01/2017,ARMONIC SDC, Giorione, 230&lt;/P&gt;
&lt;P&gt;];&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;[Total Sales]:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;load Customer,sum(Amount) as [Total Sales] Resident SalesData group by Customer;&lt;/STRONG&gt;&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/184318_Capture.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Nov 2017 09:10:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sales-Amount-Set-Analysis/m-p/1443058#M432793</guid>
      <dc:creator>devarasu07</dc:creator>
      <dc:date>2017-11-23T09:10:33Z</dc:date>
    </item>
    <item>
      <title>Re: Sales Amount - Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Sales-Amount-Set-Analysis/m-p/1443059#M432794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Like &lt;A href="https://community.qlik.com/people/devarasu07"&gt;devarasu07&lt;/A&gt;‌ mentioned, you needed this&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Sum(TOTAL &amp;lt;Customer&amp;gt; {&amp;lt;SalesRep=&amp;gt;}Amount)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/184418_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Nov 2017 23:12:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sales-Amount-Set-Analysis/m-p/1443059#M432794</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-11-23T23:12:58Z</dc:date>
    </item>
  </channel>
</rss>

