<?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: colour cells in proc print in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/colour-cells-in-proc-print/m-p/601346#M173930</link>
    <description>Have a look at this sas note: &lt;A href="http://support.sas.com/kb/23/353.html" target="_blank"&gt;http://support.sas.com/kb/23/353.html&lt;/A&gt;</description>
    <pubDate>Mon, 04 Nov 2019 11:09:12 GMT</pubDate>
    <dc:creator>JosvanderVelden</dc:creator>
    <dc:date>2019-11-04T11:09:12Z</dc:date>
    <item>
      <title>colour cells in proc print</title>
      <link>https://communities.sas.com/t5/SAS-Programming/colour-cells-in-proc-print/m-p/601322#M173914</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;
&lt;P&gt;I have summary data that I need to compare against control limits.&lt;/P&gt;
&lt;P&gt;There are 2 type of control limits.&lt;/P&gt;
&lt;P&gt;I want to color&amp;nbsp; &amp;nbsp;X1909 X1908 X1907 X1906 by following rules:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;if value in cell&amp;nbsp; is greater than UCL1 and&amp;nbsp; greater than UCL2 then red color&lt;/P&gt;
&lt;P&gt;&amp;nbsp;if value in cell&amp;nbsp; is greater than UCL1 and not greater than UCL2 then pink color&lt;/P&gt;
&lt;P&gt;&amp;nbsp;if value in cell&amp;nbsp; is greater than UCL2 and not greater than UCL1 then purple color.&lt;/P&gt;
&lt;P&gt;The colors should appear in proc print or proc report.&lt;/P&gt;
&lt;P&gt;What is the way to do it please ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data tbl;
input No $ X1909 X1908 X1907	X1906 UCL1 UCL2;
cards;
a 4 3 6 5.1 5 5.2
b 3 2 2 4.6 4.5 4.9
c 5 5 5 5 7 8
;
run;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Nov 2019 09:20:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/colour-cells-in-proc-print/m-p/601322#M173914</guid>
      <dc:creator>Ronein</dc:creator>
      <dc:date>2019-11-04T09:20:04Z</dc:date>
    </item>
    <item>
      <title>Re: colour cells in proc print</title>
      <link>https://communities.sas.com/t5/SAS-Programming/colour-cells-in-proc-print/m-p/601346#M173930</link>
      <description>Have a look at this sas note: &lt;A href="http://support.sas.com/kb/23/353.html" target="_blank"&gt;http://support.sas.com/kb/23/353.html&lt;/A&gt;</description>
      <pubDate>Mon, 04 Nov 2019 11:09:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/colour-cells-in-proc-print/m-p/601346#M173930</guid>
      <dc:creator>JosvanderVelden</dc:creator>
      <dc:date>2019-11-04T11:09:12Z</dc:date>
    </item>
  </channel>
</rss>

