<?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 change the color of value in one column in the Summary table, depending on the value in the other column? in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-change-the-color-of-value-in-one-column-in-the-Summary/m-p/187865#M14408</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not sure that we can match two variables and do color coding over it in proc tabulate. I do use proc report.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 Mar 2015 14:28:26 GMT</pubDate>
    <dc:creator>Vish33</dc:creator>
    <dc:date>2015-03-02T14:28:26Z</dc:date>
    <item>
      <title>How to change the color of value in one column in the Summary table, depending on the value in the other column?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-change-the-color-of-value-in-one-column-in-the-Summary/m-p/187862#M14405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ofH&lt;/P&gt;&lt;P&gt;I have two columns in the table, for example weight1 and weight2. I have to highlight weight2 in the summary table as:&amp;nbsp; red if it is less&amp;nbsp; then weight1,&amp;nbsp; green if it is great then weight1 and blue if they are equal.&lt;/P&gt;&lt;P&gt;Is there any solution for this case?&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Mar 2015 10:24:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-change-the-color-of-value-in-one-column-in-the-Summary/m-p/187862#M14405</guid>
      <dc:creator>NataljaK</dc:creator>
      <dc:date>2015-03-02T10:24:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the color of value in one column in the Summary table, depending on the value in the other column?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-change-the-color-of-value-in-one-column-in-the-Summary/m-p/187863#M14406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you doing it in proc report or something else&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Mar 2015 11:46:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-change-the-color-of-value-in-one-column-in-the-Summary/m-p/187863#M14406</guid>
      <dc:creator>Vish33</dc:creator>
      <dc:date>2015-03-02T11:46:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the color of value in one column in the Summary table, depending on the value in the other column?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-change-the-color-of-value-in-one-column-in-the-Summary/m-p/187864#M14407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I do it in proc tabulate. I know how to do this in proc report, but&amp;nbsp; I am more familiar&amp;nbsp; to work with tabulate because SAS EG has this task in the menu&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Mar 2015 12:50:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-change-the-color-of-value-in-one-column-in-the-Summary/m-p/187864#M14407</guid>
      <dc:creator>NataljaK</dc:creator>
      <dc:date>2015-03-02T12:50:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the color of value in one column in the Summary table, depending on the value in the other column?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-change-the-color-of-value-in-one-column-in-the-Summary/m-p/187865#M14408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not sure that we can match two variables and do color coding over it in proc tabulate. I do use proc report.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Mar 2015 14:28:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-change-the-color-of-value-in-one-column-in-the-Summary/m-p/187865#M14408</guid>
      <dc:creator>Vish33</dc:creator>
      <dc:date>2015-03-02T14:28:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the color of value in one column in the Summary table, depending on the value in the other column?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-change-the-color-of-value-in-one-column-in-the-Summary/m-p/187866#M14409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, in PROC TABULATE, you can't highlight one column based on the value of another column. But, as you know, this is easy to do with PROC REPORT using the CALL DEFINE statement and a COMPUTE block.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cynthia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Mar 2015 04:28:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-change-the-color-of-value-in-one-column-in-the-Summary/m-p/187866#M14409</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2015-03-03T04:28:20Z</dc:date>
    </item>
  </channel>
</rss>

