<?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 How to color these cells i proc tabulate in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-color-these-cells-i-proc-tabulate/m-p/358955#M274457</link>
    <description>&lt;P&gt;I have this table&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc tabulate data = udAfRegionen format=talmedendec.;
    class org1 koen ageint;
    classlev org1 /style=[just=l];
    var udAfRegionen popriansper;
    keyword all / style=[just=l background=#80CDF3];
    table org1=''*(koen='' all='I alt'*[style=[background=#80CDF3]]) (all='I alt'*koen='' all='I alt')*[style=[background=#80CDF3]], ageint=''*udAfRegionen=''*rowpctsum='';
    format ageint $ageint.  org1 $org1fmt. koen $koen.;

run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Which give this output&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/8906i1010D03B7E276A4A/image-size/original?v=1.0&amp;amp;px=-1" border="0" alt="tabulate.PNG" title="tabulate.PNG" /&gt;&lt;/P&gt;&lt;P&gt;How do I colors the cells in the circle?&lt;/P&gt;</description>
    <pubDate>Tue, 16 May 2017 09:14:26 GMT</pubDate>
    <dc:creator>rudfaden</dc:creator>
    <dc:date>2017-05-16T09:14:26Z</dc:date>
    <item>
      <title>How to color these cells i proc tabulate</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-color-these-cells-i-proc-tabulate/m-p/358955#M274457</link>
      <description>&lt;P&gt;I have this table&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc tabulate data = udAfRegionen format=talmedendec.;
    class org1 koen ageint;
    classlev org1 /style=[just=l];
    var udAfRegionen popriansper;
    keyword all / style=[just=l background=#80CDF3];
    table org1=''*(koen='' all='I alt'*[style=[background=#80CDF3]]) (all='I alt'*koen='' all='I alt')*[style=[background=#80CDF3]], ageint=''*udAfRegionen=''*rowpctsum='';
    format ageint $ageint.  org1 $org1fmt. koen $koen.;

run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Which give this output&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/8906i1010D03B7E276A4A/image-size/original?v=1.0&amp;amp;px=-1" border="0" alt="tabulate.PNG" title="tabulate.PNG" /&gt;&lt;/P&gt;&lt;P&gt;How do I colors the cells in the circle?&lt;/P&gt;</description>
      <pubDate>Tue, 16 May 2017 09:14:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-color-these-cells-i-proc-tabulate/m-p/358955#M274457</guid>
      <dc:creator>rudfaden</dc:creator>
      <dc:date>2017-05-16T09:14:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to color these cells i proc tabulate</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-color-these-cells-i-proc-tabulate/m-p/359043#M274458</link>
      <description>Have a look in the "ODS and Base SAS Reporting" forum</description>
      <pubDate>Tue, 16 May 2017 14:21:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-color-these-cells-i-proc-tabulate/m-p/359043#M274458</guid>
      <dc:creator>Peter_C</dc:creator>
      <dc:date>2017-05-16T14:21:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to color these cells i proc tabulate</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-color-these-cells-i-proc-tabulate/m-p/359072#M274459</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Classlev koen / style=&amp;lt;parent&amp;gt;;&lt;/P&gt;</description>
      <pubDate>Tue, 16 May 2017 14:51:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-color-these-cells-i-proc-tabulate/m-p/359072#M274459</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-05-16T14:51:38Z</dc:date>
    </item>
  </channel>
</rss>

