<?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: How to color the whole row _N_=3 in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-color-the-whole-row-N-3/m-p/527634#M22188</link>
    <description>&lt;P&gt;Do like this&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc report data=sashelp.class nowd;
  column name age sex height weight;
  define name / display;
  define age / display;
  define sex / display;
  define height / display;
  define weight / display;
  compute age;
    count+1;
    if count=3 then
       call define(_row_,"style","style={background=red}");
  endcomp;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Wed, 16 Jan 2019 08:53:10 GMT</pubDate>
    <dc:creator>PeterClemmensen</dc:creator>
    <dc:date>2019-01-16T08:53:10Z</dc:date>
    <item>
      <title>How to color the whole row _N_=3</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-color-the-whole-row-N-3/m-p/527615#M22186</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I want to color the whole row , say _N_=3 and I dont know how to do it.&lt;/P&gt;
&lt;P&gt;Can you please help?&lt;/P&gt;
&lt;P&gt;Thank you,&lt;/P&gt;
&lt;P&gt;HHCFX&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc report data=sashelp.class nowd ;
	define     /display;
compute    ;
     if     then call define(_row_,"style","style={background=red}");
  endcomp;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jan 2019 03:18:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-color-the-whole-row-N-3/m-p/527615#M22186</guid>
      <dc:creator>hhchenfx</dc:creator>
      <dc:date>2019-01-16T03:18:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to color the whole row _N_=3</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-color-the-whole-row-N-3/m-p/527634#M22188</link>
      <description>&lt;P&gt;Do like this&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc report data=sashelp.class nowd;
  column name age sex height weight;
  define name / display;
  define age / display;
  define sex / display;
  define height / display;
  define weight / display;
  compute age;
    count+1;
    if count=3 then
       call define(_row_,"style","style={background=red}");
  endcomp;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 16 Jan 2019 08:53:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-color-the-whole-row-N-3/m-p/527634#M22188</guid>
      <dc:creator>PeterClemmensen</dc:creator>
      <dc:date>2019-01-16T08:53:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to color the whole row _N_=3</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-color-the-whole-row-N-3/m-p/528958#M22222</link>
      <description>&lt;P&gt;Thanks a lot for your help.&lt;/P&gt;
&lt;P&gt;HHC&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jan 2019 03:06:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-color-the-whole-row-N-3/m-p/528958#M22222</guid>
      <dc:creator>hhchenfx</dc:creator>
      <dc:date>2019-01-22T03:06:38Z</dc:date>
    </item>
  </channel>
</rss>

