Here's my minimal working example. Obviously, I'm looking for a black bottom border.
ods escapechar = '^';
ods listing close;
ods rtf file='c:\temp\usestyle1.rtf' style=minimal;
proc report data=sashelp.class nowd
style(report)=
[
frame=hsides
rules=groups
cellspacing=0];
column
('^S={just=l borderbottomcolor=purple} Purple bottom border ' age name )
('^S={just=l borderbottomcolor=black} MISSING black border' height weight);
define age / order style(header)={cellwidth=1.25in} 'Laboratory Test';
define name / display style(header)={cellwidth=1.25in} 'The Name';
define height / display style(header)={just=c cellwidth=1.25in} 'height';
define weight / display style(header)={just=c cellwidth=1.25in} 'weight';
run;
ods _all_ close;
Does this do what you want?
style(report)=
[
frame=hsides
rules=groups
cellspacing=0 borderbottomcolor=black];
Hi Ballardw,
Thanks for replying - didnt work for me!
S.
borderbottomcolor=darkblack
Burn him at the stake!
I mean... thanks!!
Seriously though, what the hell is darkblack..
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!
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.
Ready to level-up your skills? Choose your own adventure.