<?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 Tabulate:How to do color formatting of a particular cell with comparing another cell value in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Tabulate-How-to-do-color-formatting-of-a-particular-cell/m-p/420093#M19982</link>
    <description>&lt;P&gt;Some examples:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://communities.sas.com/t5/SAS-Procedures/Traffic-Lighting-with-Proc-Tabulate/td-p/83374" target="_blank"&gt;https://communities.sas.com/t5/SAS-Procedures/Traffic-Lighting-with-Proc-Tabulate/td-p/83374&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www2.sas.com/proceedings/sugi31/142-31.pdf" target="_blank"&gt;http://www2.sas.com/proceedings/sugi31/142-31.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can apply styles and things in proc tabulate, but you may need to output a dataset from tabulate, then use proc report and some computed bits to get what you want (which you haven't shown so I can't tell).&lt;/P&gt;</description>
    <pubDate>Mon, 11 Dec 2017 13:15:01 GMT</pubDate>
    <dc:creator>RW9</dc:creator>
    <dc:date>2017-12-11T13:15:01Z</dc:date>
    <item>
      <title>Proc Tabulate:How to do color formatting of a particular cell with comparing another cell value</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Tabulate-How-to-do-color-formatting-of-a-particular-cell/m-p/420089#M19981</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using proc tabulate to produce an ods html report ,&lt;/P&gt;&lt;P&gt;I want to know is there any way to produce color formatting of a particular column values based on other column values dynamically.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;sai&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Dec 2017 12:57:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Tabulate-How-to-do-color-formatting-of-a-particular-cell/m-p/420089#M19981</guid>
      <dc:creator>sai_prasad</dc:creator>
      <dc:date>2017-12-11T12:57:11Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Tabulate:How to do color formatting of a particular cell with comparing another cell value</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Tabulate-How-to-do-color-formatting-of-a-particular-cell/m-p/420093#M19982</link>
      <description>&lt;P&gt;Some examples:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://communities.sas.com/t5/SAS-Procedures/Traffic-Lighting-with-Proc-Tabulate/td-p/83374" target="_blank"&gt;https://communities.sas.com/t5/SAS-Procedures/Traffic-Lighting-with-Proc-Tabulate/td-p/83374&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www2.sas.com/proceedings/sugi31/142-31.pdf" target="_blank"&gt;http://www2.sas.com/proceedings/sugi31/142-31.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can apply styles and things in proc tabulate, but you may need to output a dataset from tabulate, then use proc report and some computed bits to get what you want (which you haven't shown so I can't tell).&lt;/P&gt;</description>
      <pubDate>Mon, 11 Dec 2017 13:15:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Tabulate-How-to-do-color-formatting-of-a-particular-cell/m-p/420093#M19982</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2017-12-11T13:15:01Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Tabulate:How to do color formatting of a particular cell with comparing another cell value</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Tabulate-How-to-do-color-formatting-of-a-particular-cell/m-p/420159#M19990</link>
      <description>Hi:  Color formatting for PROC TABULATE is based on the value in the cell itself, not on the value of another cell. However, except for kurtosis and skewness and the percent statistics, PROC REPORT can give you the same statistics as TABULATE. So if you need dynamic highlighting, you could try to produce your table with PROC REPORT instead of TABULATE. But you haven't posted any data or any code that you've tried to give folks an idea of what you're starting with. So, it's hard to make a concrete suggestion.&lt;BR /&gt;&lt;BR /&gt;  Look at this paper &lt;A href="http://support.sas.com/resources/papers/proceedings13/366-2013.pdf" target="_blank"&gt;http://support.sas.com/resources/papers/proceedings13/366-2013.pdf&lt;/A&gt; on page 13 at the example with PROC REPORT, where the cells for Name, Sex and Age are all highlighted based on the value of the Name variable. Or the example on page 14 where the whole row on the report is changed based on the value of Name.&lt;BR /&gt; &lt;BR /&gt;cynthia&lt;BR /&gt; &lt;BR /&gt;</description>
      <pubDate>Mon, 11 Dec 2017 15:51:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Tabulate-How-to-do-color-formatting-of-a-particular-cell/m-p/420159#M19990</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2017-12-11T15:51:56Z</dc:date>
    </item>
  </channel>
</rss>

