BookmarkSubscribeRSS Feed
deleted_user
Not applicable
Good Day!
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 "" statement, however it overwrites the style of the "ALL" row.

Is there any way to use the statement on columns and rows simultaneously such that it will not overwrite each others properties.
1 REPLY 1
Cynthia_sas
Diamond | Level 26
Hi:
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:
[pre]
table page-dim,
row-dim,
col-dim / style_precedence=????? ;
[/pre]

Where you plug PAGE or ROW or COL where I have the ?????

cynthia

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 1 reply
  • 991 views
  • 0 likes
  • 2 in conversation