<?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 N report for SAS EG 8.3 in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Top-N-report-for-SAS-EG-8-3/m-p/801318#M40396</link>
    <description>&lt;P&gt;There are a few ways to do this &lt;A href="https://blogs.sas.com/content/iml/2018/06/04/top-10-table-bar-chart.html" target="_self"&gt;but this blog post&lt;/A&gt; from&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13684"&gt;@Rick_SAS&lt;/a&gt;&amp;nbsp;provides a simple method.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="sas"&gt;%let TopN = 10;
proc freq data=sashelp.cars ORDER=FREQ;
  tables make / maxlevels=&amp;amp;TopN Plots=FreqPlot;
run;&lt;/LI-CODE&gt;</description>
    <pubDate>Thu, 10 Mar 2022 13:51:26 GMT</pubDate>
    <dc:creator>ChrisHemedinger</dc:creator>
    <dc:date>2022-03-10T13:51:26Z</dc:date>
    <item>
      <title>Top N report for SAS EG 8.3</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Top-N-report-for-SAS-EG-8-3/m-p/801316#M40395</link>
      <description>&lt;P&gt;I need to produce a Top N Report in SAS EG 8.3.&amp;nbsp; I used to do it in SAS EG 7.1, but I cannot, for the life of me, figure out how to accomplish it in SAS EG 8.3.&amp;nbsp; If someone could walk me through the steps, I'd be forever grateful &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;RPYee&lt;/P&gt;</description>
      <pubDate>Thu, 10 Mar 2022 13:32:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Top-N-report-for-SAS-EG-8-3/m-p/801316#M40395</guid>
      <dc:creator>RPYee</dc:creator>
      <dc:date>2022-03-10T13:32:30Z</dc:date>
    </item>
    <item>
      <title>Re: Top N report for SAS EG 8.3</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Top-N-report-for-SAS-EG-8-3/m-p/801318#M40396</link>
      <description>&lt;P&gt;There are a few ways to do this &lt;A href="https://blogs.sas.com/content/iml/2018/06/04/top-10-table-bar-chart.html" target="_self"&gt;but this blog post&lt;/A&gt; from&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13684"&gt;@Rick_SAS&lt;/a&gt;&amp;nbsp;provides a simple method.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="sas"&gt;%let TopN = 10;
proc freq data=sashelp.cars ORDER=FREQ;
  tables make / maxlevels=&amp;amp;TopN Plots=FreqPlot;
run;&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 10 Mar 2022 13:51:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Top-N-report-for-SAS-EG-8-3/m-p/801318#M40396</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2022-03-10T13:51:26Z</dc:date>
    </item>
  </channel>
</rss>

