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;
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
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
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
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.