<?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: proc report and I want to color (background color) all cells in specific column in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/proc-report-and-I-want-to-color-background-color-all-cells-in/m-p/492215#M129319</link>
    <description>Simple, replace the keyword header in style with column and all cells in the weight variable will have lightyellow background.</description>
    <pubDate>Tue, 04 Sep 2018 07:54:47 GMT</pubDate>
    <dc:creator>sb51469</dc:creator>
    <dc:date>2018-09-04T07:54:47Z</dc:date>
    <item>
      <title>proc report and I want to color (background color) all cells in specific column</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-report-and-I-want-to-color-background-color-all-cells-in/m-p/492199#M129309</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;If I use proc report and I want to color (background color) all cells in specific column.&lt;/P&gt;&lt;P&gt;How can I do it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;I want to color all cells in column "Model"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;Proc Report data=sashelp.cars NOWD;
Columns _ALL_;
define _all_ / display;
Run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 04 Sep 2018 06:22:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-report-and-I-want-to-color-background-color-all-cells-in/m-p/492199#M129309</guid>
      <dc:creator>Ronein</dc:creator>
      <dc:date>2018-09-04T06:22:12Z</dc:date>
    </item>
    <item>
      <title>Re: proc report and I want to color (background color) all cells in specific column</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-report-and-I-want-to-color-background-color-all-cells-in/m-p/492203#M129313</link>
      <description>&lt;P&gt;Please do a search for "background color proc report" here on the communities and study the many examples already given for this.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Sep 2018 06:40:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-report-and-I-want-to-color-background-color-all-cells-in/m-p/492203#M129313</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2018-09-04T06:40:07Z</dc:date>
    </item>
    <item>
      <title>Re: proc report and I want to color (background color) all cells in specific column</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-report-and-I-want-to-color-background-color-all-cells-in/m-p/492214#M129318</link>
      <description>&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;This code for example add background color only to column header&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;define weight / 'Weight'  style(header)={background=lightyellow};&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;The question is how to add background color to the cells under specific column?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Sep 2018 07:52:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-report-and-I-want-to-color-background-color-all-cells-in/m-p/492214#M129318</guid>
      <dc:creator>Ronein</dc:creator>
      <dc:date>2018-09-04T07:52:52Z</dc:date>
    </item>
    <item>
      <title>Re: proc report and I want to color (background color) all cells in specific column</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-report-and-I-want-to-color-background-color-all-cells-in/m-p/492215#M129319</link>
      <description>Simple, replace the keyword header in style with column and all cells in the weight variable will have lightyellow background.</description>
      <pubDate>Tue, 04 Sep 2018 07:54:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-report-and-I-want-to-color-background-color-all-cells-in/m-p/492215#M129319</guid>
      <dc:creator>sb51469</dc:creator>
      <dc:date>2018-09-04T07:54:47Z</dc:date>
    </item>
  </channel>
</rss>

