BookmarkSubscribeRSS Feed
deleted_user
Not applicable
Hello
I want to drawn a double line around my tables using proc report.
also i want that some of my horizontal's lines bigger than the others ones in my table using proc report for an rtf output.
what can i do ?
and last question if i am using a proc template for an ods rtf output and some styles definitions in my proc report. which one has the priority ?
thank you for your help.
1 REPLY 1
Cynthia_sas
SAS Super FREQ
Hi:
What you specify in the PROC REPORT code will OVERRIDE what is in the STYLE template. The usage:
[pre]
define name / order style={background=pink};
[/pre]
is a "statement-level style override option" and if the destination for the output supports style templates (HTML, RTF and PDF), then what is in the procedure at the statement level overrides what is in the template. This is how it is possible for you to do traffic lighting through style overrides in Proc PRINT, REPORT and TABULATE.

For your other questions --
double lines for the borders
variable thickness horizontal lines
you may find some ideas here:
http://support.sas.com/rnd/base/ods/odsrtf/rtf901.html

There were some "pre-production" style elements in 9.1 that may work for you for the double lines around the table. I'm not sure that you can get variable thickness lines between the data cells. You could check with Tech Support to be sure.

cynthia

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
  • 569 views
  • 0 likes
  • 2 in conversation