<?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: Only show maximum value in proc report in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Only-show-maximum-value-in-proc-report/m-p/712366#M27020</link>
    <description>&lt;P&gt;See this quick example for getting the max value for a group:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc report data=sashelp.class;
column sex weight;
define sex / group;
define weight / analysis max;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;If that does not help you, please post your input dataset for PROC REPORT in a data step with datalines.&lt;/P&gt;</description>
    <pubDate>Tue, 19 Jan 2021 09:44:53 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2021-01-19T09:44:53Z</dc:date>
    <item>
      <title>Only show maximum value in proc report</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Only-show-maximum-value-in-proc-report/m-p/712353#M27016</link>
      <description>&lt;P&gt;Hi I have this proc report code&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;
proc report data=Comp style(header) = {background = lightgray color = black } ;
	    columns region teststed metode days;
	    define Region/group;
	    define PLACE/group;
		define METHHOD/group;
		define days/group;
       
	run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;The days for some&amp;nbsp; places have multiple values under a specific method , where I only want the last value in that method&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jan 2021 09:47:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Only-show-maximum-value-in-proc-report/m-p/712353#M27016</guid>
      <dc:creator>mmea</dc:creator>
      <dc:date>2021-01-19T09:47:06Z</dc:date>
    </item>
    <item>
      <title>Re: Only show maximum value in proc report</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Only-show-maximum-value-in-proc-report/m-p/712366#M27020</link>
      <description>&lt;P&gt;See this quick example for getting the max value for a group:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc report data=sashelp.class;
column sex weight;
define sex / group;
define weight / analysis max;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;If that does not help you, please post your input dataset for PROC REPORT in a data step with datalines.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jan 2021 09:44:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Only-show-maximum-value-in-proc-report/m-p/712366#M27020</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2021-01-19T09:44:53Z</dc:date>
    </item>
    <item>
      <title>Re: Only show maximum value in proc report</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Only-show-maximum-value-in-proc-report/m-p/712367#M27021</link>
      <description>&lt;P&gt;Thank you!!!!!!!!&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jan 2021 09:46:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Only-show-maximum-value-in-proc-report/m-p/712367#M27021</guid>
      <dc:creator>mmea</dc:creator>
      <dc:date>2021-01-19T09:46:35Z</dc:date>
    </item>
  </channel>
</rss>

