<?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 Applying a STYLE on an entire column and row simultaneously in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Applying-a-STYLE-on-an-entire-column-and-row-simultaneously/m-p/35864#M5177</link>
    <description>Good Day!&lt;BR /&gt;
I have generated a HTML table using PROC TABULATE and exported it to EXCEL using an ODS tagset table editor.I applied a foreground and background across a specific column using the "&lt;PARENT&gt;" statement, however it overwrites the style of the "ALL"  row.&lt;BR /&gt;
&lt;BR /&gt;
Is there any way to use the &lt;PARENT&gt;  statement on columns and rows simultaneously such that it will not overwrite each others properties.&lt;/PARENT&gt;&lt;/PARENT&gt;</description>
    <pubDate>Sat, 02 Aug 2008 03:16:55 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2008-08-02T03:16:55Z</dc:date>
    <item>
      <title>Applying a STYLE on an entire column and row simultaneously</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Applying-a-STYLE-on-an-entire-column-and-row-simultaneously/m-p/35864#M5177</link>
      <description>Good Day!&lt;BR /&gt;
I have generated a HTML table using PROC TABULATE and exported it to EXCEL using an ODS tagset table editor.I applied a foreground and background across a specific column using the "&lt;PARENT&gt;" statement, however it overwrites the style of the "ALL"  row.&lt;BR /&gt;
&lt;BR /&gt;
Is there any way to use the &lt;PARENT&gt;  statement on columns and rows simultaneously such that it will not overwrite each others properties.&lt;/PARENT&gt;&lt;/PARENT&gt;</description>
      <pubDate>Sat, 02 Aug 2008 03:16:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Applying-a-STYLE-on-an-entire-column-and-row-simultaneously/m-p/35864#M5177</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-08-02T03:16:55Z</dc:date>
    </item>
    <item>
      <title>Re: Applying a STYLE on an entire column and row simultaneously</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Applying-a-STYLE-on-an-entire-column-and-row-simultaneously/m-p/35865#M5178</link>
      <description>Hi:&lt;BR /&gt;
  If this were Proc Report in SAS 9.2, you might use the new STYLE/MERGE in a CALL DEFINE statement, but alas, TABULATE does not have that capability. The only thing you can do with TABULATE is tell it which dimension "wins" in the case of a collision between a row style specification and a column style specification:&lt;BR /&gt;
[pre]&lt;BR /&gt;
  table page-dim,&lt;BR /&gt;
          row-dim,&lt;BR /&gt;
          col-dim / style_precedence=????? ;&lt;BR /&gt;
[/pre]&lt;BR /&gt;
 &lt;BR /&gt;
Where you plug PAGE or ROW or COL where I have the ?????&lt;BR /&gt;
&lt;BR /&gt;
cynthia</description>
      <pubDate>Sat, 02 Aug 2008 03:30:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Applying-a-STYLE-on-an-entire-column-and-row-simultaneously/m-p/35865#M5178</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2008-08-02T03:30:19Z</dc:date>
    </item>
  </channel>
</rss>

