BookmarkSubscribeRSS Feed
LawrenceHW
Quartz | Level 8
Hi,

Has anyone got any ideas on how I can align text columns in a proc report?

My data (simplified) looks like:

COL3
213 (96.3%)
10 (5.4%)
0

In non ODS I would just have:
define col3 / display left width=13 "heading";

Using ODS I've tried:
define col3 / display "heading" style(column)=[cellwidth=2.5CM just=left]
style(header)=[cellwidth=2.5CM just=center];

define col3 / display "heading" style(column)=[cellwidth=2.5CM textalign=dec]
style(header)=[cellwidth=2.5CM just=center];

and neither work properly.

Is there any way of forcing ODS RTF to respect the leading spaces I've got in COL3?

Cheers,
Lawrence
1 REPLY 1
Tim_SAS
Barite | Level 11
Try the asis=on style attribute. From the ODS documentation:

ASIS=ON|OFF
specifies how to handle leading spaces and line breaks in an HTML document.

ON
prints text with leading spaces and line breaks, in the same manner as the listing output.

OFF
trims leading spaces and ignores line breaks.

Default: OFF
Tip: The ASIS= attribute is valid only in MARKUP family destinations, PRINTER family destinations, and the RTF destination.

http://support.sas.com/documentation/cdl/en/odsug/59523/HTML/default/a002972093.htm#a002576191

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