BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
angeliquec
Quartz | Level 8

Hi, I generated a report using PROC REPORT, and I'd like to merge the cells in the upper top left portion.

These are merged when proc tabulate is used.

 

proc report data=sashelp.cars;
column make invoice type ,drivetrain ;
define make /group;
define type/ across ;
define drivetrain/ ' ' across ;

run;

1 ACCEPTED SOLUTION

Accepted Solutions
Norman21
Lapis Lazuli | Level 10

If your output is an RTF file, you can try modifying border colours, as Cynthia demonstrates in this post:

 

https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-merge-cells-in-PROC-REPORT/td-p/76582

Norman.
SAS 9.4 (TS1M6) X64_10PRO WIN 10.0.17763 Workstation

View solution in original post

2 REPLIES 2
Norman21
Lapis Lazuli | Level 10

If your output is an RTF file, you can try modifying border colours, as Cynthia demonstrates in this post:

 

https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-merge-cells-in-PROC-REPORT/td-p/76582

Norman.
SAS 9.4 (TS1M6) X64_10PRO WIN 10.0.17763 Workstation

andreas_lds
Jade | Level 19
This should work with html-output, too.

Ready to join fellow brilliant minds for the SAS Hackathon?

Build your skills. Make connections. Enjoy creative freedom. Maybe change the world. Registration is now open through August 30th. Visit the SAS Hackathon homepage.

Register today!
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
  • 2 replies
  • 778 views
  • 0 likes
  • 3 in conversation