<?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: Top 10 List via Query Builder or Summary Tables in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Top-10-List-via-Query-Builder-or-Summary-Tables/m-p/754343#M39106</link>
    <description>&lt;P&gt;Top 10 by exactly what rules? You say "most sales". Is that 1) most individual items sold; 2) most unique items sold; 3) most customers; 4) most total currency value of sales; 5) most number of transactions or something else?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You might share the code generated as there are so many things that could go on in picking options we can't tell what you actually did.&lt;/P&gt;
&lt;P&gt;How many records are in your data set?&lt;/P&gt;</description>
    <pubDate>Thu, 15 Jul 2021 14:33:34 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2021-07-15T14:33:34Z</dc:date>
    <item>
      <title>Top 10 List via Query Builder or Summary Tables</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Top-10-List-via-Query-Builder-or-Summary-Tables/m-p/754296#M39105</link>
      <description>&lt;P&gt;Good morning,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way to show a top 10 list using the query builder or summary tables in SAS EG? For example, I have Date, Company, and Sales columns that I would like to only show the top 10 companies with the most sales. I tired to just display the data in summary tables then just take the top 10 rows but the dataset is too large and got a SAS warning that it will take too long to output the summary table. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jul 2021 12:28:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Top-10-List-via-Query-Builder-or-Summary-Tables/m-p/754296#M39105</guid>
      <dc:creator>WorkUser</dc:creator>
      <dc:date>2021-07-15T12:28:02Z</dc:date>
    </item>
    <item>
      <title>Re: Top 10 List via Query Builder or Summary Tables</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Top-10-List-via-Query-Builder-or-Summary-Tables/m-p/754343#M39106</link>
      <description>&lt;P&gt;Top 10 by exactly what rules? You say "most sales". Is that 1) most individual items sold; 2) most unique items sold; 3) most customers; 4) most total currency value of sales; 5) most number of transactions or something else?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You might share the code generated as there are so many things that could go on in picking options we can't tell what you actually did.&lt;/P&gt;
&lt;P&gt;How many records are in your data set?&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jul 2021 14:33:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Top-10-List-via-Query-Builder-or-Summary-Tables/m-p/754343#M39106</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2021-07-15T14:33:34Z</dc:date>
    </item>
    <item>
      <title>Re: Top 10 List via Query Builder or Summary Tables</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Top-10-List-via-Query-Builder-or-Summary-Tables/m-p/754357#M39107</link>
      <description>&lt;P&gt;The data set has over 5 years of records with daily sales. by most sales I mean sum of currency value of sales. for example I would like to show the top 10 companies with the most sales in the month of April 2020. I used the Query Builder tool so I just dragged the mentioned dataset and use summary tables to show sum sales in months but I'm trying to limit the list so I wont get this warning:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SCreen.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/61278iD729933C5FB0DA25/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SCreen.png" alt="SCreen.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jul 2021 14:51:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Top-10-List-via-Query-Builder-or-Summary-Tables/m-p/754357#M39107</guid>
      <dc:creator>WorkUser</dc:creator>
      <dc:date>2021-07-15T14:51:52Z</dc:date>
    </item>
    <item>
      <title>Re: Top 10 List via Query Builder or Summary Tables</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Top-10-List-via-Query-Builder-or-Summary-Tables/m-p/754378#M39113</link>
      <description>&lt;P&gt;If you are only interested in a specific time period then subset the data for that period first into a new data set. Then summarize and sort by descending total sales. Report of the first 10 rows.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It still helps to show the generated code. Then we have a better idea what you actually asked the system to do.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jul 2021 16:01:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Top-10-List-via-Query-Builder-or-Summary-Tables/m-p/754378#M39113</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2021-07-15T16:01:53Z</dc:date>
    </item>
  </channel>
</rss>

