<?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: Using style formats in PROC TABULATE in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Using-style-formats-in-PROC-TABULATE/m-p/431903#M20277</link>
    <description>In addition to the links already provided, you may want to look up, specifically, the use of the STYLE_PRECEDENCE option on the TABLE statement. By default, the COLUMN dimension's style takes precedence over the ROW dimension's style. You may need to specifically use the option to change that behavior.&lt;BR /&gt;&lt;BR /&gt;cynthia</description>
    <pubDate>Mon, 29 Jan 2018 18:52:09 GMT</pubDate>
    <dc:creator>Cynthia_sas</dc:creator>
    <dc:date>2018-01-29T18:52:09Z</dc:date>
    <item>
      <title>Using style formats in PROC TABULATE</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Using-style-formats-in-PROC-TABULATE/m-p/431837#M20271</link>
      <description>&lt;P&gt;Is there a way to apply color format to an entire row? Specifically, I have a table and using PROC TABULATE I wish to highlight the entire "Total" row at the bottom to make it stand out. I can highlight the cell labeled "Total" but cannot figure out how to color the rows of data next to it.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jan 2018 16:22:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Using-style-formats-in-PROC-TABULATE/m-p/431837#M20271</guid>
      <dc:creator>spcoman</dc:creator>
      <dc:date>2018-01-29T16:22:02Z</dc:date>
    </item>
    <item>
      <title>Re: Using style formats in PROC TABULATE</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Using-style-formats-in-PROC-TABULATE/m-p/431844#M20272</link>
      <description>&lt;P&gt;Its called traffic lighting:&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;&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;</description>
      <pubDate>Mon, 29 Jan 2018 16:34:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Using-style-formats-in-PROC-TABULATE/m-p/431844#M20272</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2018-01-29T16:34:55Z</dc:date>
    </item>
    <item>
      <title>Re: Using style formats in PROC TABULATE</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Using-style-formats-in-PROC-TABULATE/m-p/431871#M20273</link>
      <description>&lt;P&gt;It might help to show the code you are using as there are some interactions between column on row that my be involved.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;style=&amp;lt;parent&amp;gt; is likely what you are looking for but where to place it depends on the code you are using.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jan 2018 17:13:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Using-style-formats-in-PROC-TABULATE/m-p/431871#M20273</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2018-01-29T17:13:36Z</dc:date>
    </item>
    <item>
      <title>Re: Using style formats in PROC TABULATE</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Using-style-formats-in-PROC-TABULATE/m-p/431873#M20274</link>
      <description>&lt;P&gt;Thanks for those resources, the &amp;lt;Parent&amp;gt; feature for customizing across rows is helpful but I'm having difficulty find examples of how to employ it on the All or Total rows within my table. I understand how to do it for a variable but not how to attached it to those calculation rows. These rows don't exist in my original data table, they are the result of the PROC TABULATE.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jan 2018 17:23:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Using-style-formats-in-PROC-TABULATE/m-p/431873#M20274</guid>
      <dc:creator>spcoman</dc:creator>
      <dc:date>2018-01-29T17:23:09Z</dc:date>
    </item>
    <item>
      <title>Re: Using style formats in PROC TABULATE</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Using-style-formats-in-PROC-TABULATE/m-p/431878#M20275</link>
      <description>&lt;P&gt;Sure below is my code sample&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;PROC TABULATE FORMAT= COMMA10.0 DATA = admit_accepted;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;CLASS Event_Type Event_Name Event_Date Entry_Term_2;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;VAR Attended Admitted Offer_Accepted Enrolled;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;TABLE Event_Type='Event Type' * ((Event_Name='Event Name' * ((Event_Date=' ' * Entry_Term_2=' ') All = {Label ='Total (ALL)' style = {background = #90D9D7 }}))All = {Label = 'Total (ALL)' style = {background = #4d7ebf}}), Attended = 'Attended Event' Admitted Offer_Accepted='Offer Accepted' Enrolled;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;FORMAT Entry_Term_2 $term_order.; **Term order format just puts in numerical order by entry term&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;TITLE 'Prospective/Yield Event Admissions Funnel';&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;KEYLABEL N=' ' SUM= ' ';&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;run;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;This gives me the following out put but I want the "ALL" columns to be highlighted across the rows of other variables&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="reportsnip.JPG" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/18172iA3B082FC5540B1BD/image-size/large?v=v2&amp;amp;px=999" role="button" title="reportsnip.JPG" alt="reportsnip.JPG" /&gt;&lt;/span&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jan 2018 17:30:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Using-style-formats-in-PROC-TABULATE/m-p/431878#M20275</guid>
      <dc:creator>spcoman</dc:creator>
      <dc:date>2018-01-29T17:30:30Z</dc:date>
    </item>
    <item>
      <title>Re: Using style formats in PROC TABULATE</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Using-style-formats-in-PROC-TABULATE/m-p/431894#M20276</link>
      <description>&lt;P&gt;This link shows a number of ways to do banding in proc tabulate: &lt;A href="http://support.sas.com/kb/25/401.html" target="_blank"&gt;http://support.sas.com/kb/25/401.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And this link shows a solution closer to what you ask: &lt;A href="https://communities.sas.com/t5/ODS-and-Base-Reporting/Format-Total-all-differently-in-Proc-Tabulate/td-p/136205" target="_blank"&gt;https://communities.sas.com/t5/ODS-and-Base-Reporting/Format-Total-all-differently-in-Proc-Tabulate/td-p/136205&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can may your table statements easier to read by using LABEL statements or KEYLABEL if the label text for you ALL will be the same(or mostly the same). Then you reduce the number ='xxxxxxxx' in the table.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jan 2018 18:27:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Using-style-formats-in-PROC-TABULATE/m-p/431894#M20276</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2018-01-29T18:27:51Z</dc:date>
    </item>
    <item>
      <title>Re: Using style formats in PROC TABULATE</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Using-style-formats-in-PROC-TABULATE/m-p/431903#M20277</link>
      <description>In addition to the links already provided, you may want to look up, specifically, the use of the STYLE_PRECEDENCE option on the TABLE statement. By default, the COLUMN dimension's style takes precedence over the ROW dimension's style. You may need to specifically use the option to change that behavior.&lt;BR /&gt;&lt;BR /&gt;cynthia</description>
      <pubDate>Mon, 29 Jan 2018 18:52:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Using-style-formats-in-PROC-TABULATE/m-p/431903#M20277</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2018-01-29T18:52:09Z</dc:date>
    </item>
  </channel>
</rss>

