<?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 Working out Best Salesperson by Revenue in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Working-out-Best-Salesperson-by-Revenue/m-p/194458#M14802</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;&lt;/P&gt;&lt;P&gt;My aim is to produce a list of the top/best salespeople in the company by revenue. In my dataset, I have the total retail price of the individual product purchases and the employees who sold the products. From there, I want to collate the individual purchases together to find out the total revenue of the purchases for each employee .&amp;nbsp; Then I want to rank the employee in order to find out which employee pulls in the greatest total revenue. How would I do this? Please do not offer solutions including code since I am not adept at all with using it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 Apr 2015 11:34:42 GMT</pubDate>
    <dc:creator>agreekgod</dc:creator>
    <dc:date>2015-04-13T11:34:42Z</dc:date>
    <item>
      <title>Working out Best Salesperson by Revenue</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Working-out-Best-Salesperson-by-Revenue/m-p/194458#M14802</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;&lt;/P&gt;&lt;P&gt;My aim is to produce a list of the top/best salespeople in the company by revenue. In my dataset, I have the total retail price of the individual product purchases and the employees who sold the products. From there, I want to collate the individual purchases together to find out the total revenue of the purchases for each employee .&amp;nbsp; Then I want to rank the employee in order to find out which employee pulls in the greatest total revenue. How would I do this? Please do not offer solutions including code since I am not adept at all with using it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Apr 2015 11:34:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Working-out-Best-Salesperson-by-Revenue/m-p/194458#M14802</guid>
      <dc:creator>agreekgod</dc:creator>
      <dc:date>2015-04-13T11:34:42Z</dc:date>
    </item>
    <item>
      <title>Re: Working out Best Salesperson by Revenue</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Working-out-Best-Salesperson-by-Revenue/m-p/194459#M14803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Using the Query builder wizard, create a sum of the total retail price, group by employee and order by descending calculated sum.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"since I am not adept at all with using it."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then it is high time that you started learning, or you will stay a "SAS illiterate".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Apr 2015 13:11:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Working-out-Best-Salesperson-by-Revenue/m-p/194459#M14803</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2015-04-13T13:11:44Z</dc:date>
    </item>
    <item>
      <title>Re: Working out Best Salesperson by Revenue</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Working-out-Best-Salesperson-by-Revenue/m-p/194460#M14804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kurt's solution is perfect. However, I am going to introduce a philosophical debate:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAS in its origins is a programming language, like C or Visual Basic, and to use it effectively you need a &lt;/P&gt;&lt;P&gt;"programmer" mentality, which a lot of business users don't have. (No insult...I'm a programmer, but I &lt;/P&gt;&lt;P&gt;don't have whatever business expertise you possess.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To extend the reach of SAS tools, the company introduced a new generation of products, of which Enterprise &lt;/P&gt;&lt;P&gt;Guide is a prominent member. These tools, while they use SAS "under the covers", don't require the ability &lt;/P&gt;&lt;P&gt;to program in SAS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If your a business person, seeking information from your data, in my opinion it is perfectly reasonable to &lt;/P&gt;&lt;P&gt;use Enterprise Guide without knowing SAS, just as business people use Excel without understanding the &lt;/P&gt;&lt;P&gt;underlying C code used to develop it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the cases where your requirements extend beyond what Enterprise Guide can do, you have several options:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Ask a SAS programmer in your organization to develop the snippet of code that you need.&lt;BR /&gt;2. Post your problem on this forum, and very likely someone will provide a solution. This does imply that you understand the basics of using the SAS language and submitting code through Enterprise Guide, but that is fairly straightforward.&lt;BR /&gt;3. Hire a contractor (like me!) to do it for you.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;However, for many business problems, you'll find that Enterprise Guide is a powerful, easy to use tool.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Needless to say, these are my opinions only. I hope you find them helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Apr 2015 14:20:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Working-out-Best-Salesperson-by-Revenue/m-p/194460#M14804</guid>
      <dc:creator>TomKari</dc:creator>
      <dc:date>2015-04-13T14:20:45Z</dc:date>
    </item>
  </channel>
</rss>

