BookmarkSubscribeRSS Feed
Flip
Fluorite | Level 6
I have programmed an excel sheet using ODS excelxp that has accross groupings. Everything works well, but I would like to put a dark border on one column per group to separate the fiscal year groupings.

I can change the background color of this column, but I cannot find the correct keywords to control the border. I can change the thickness of all the borders, but I would like to set just the right border to black.

The column definition is like :
DEFINE lift / SUM FORMAT=5.2 ... style(column)={background=#B6DDE8};
This sets the color just fine, but I cannot find the key words for the border. If anyone knows where the allowable keywords for styles, that would help as well.

Or am I stuck with having to define a style before hand and just reference it?
1 REPLY 1
Flip
Fluorite | Level 6
Okay, I found the answer by reading the tagset source code.
FYI style(column) {borderrightcolor=#xxxxxx borderrightwidth=3 borderbottomcolor=#CCCCCC borderbottomwidth=1}

gave me the vertical line.

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

Register now!

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 1 reply
  • 946 views
  • 0 likes
  • 1 in conversation