Hi Team,
I'm using the below code to get the label in 2 lines. But for some reason the the text is not splitting into next line. Any Help much appreciated.
example: "Placebo" in first line and "n/N(Response rate)" in the second line
sidebar / align = top;
layout lattice / rows = 2 columns = 2 columnweights = preferred;
entry halign = left "Placebo(*ESC*)/n/N(Response rate)"/ textattrs = (weight = bold);
entry halign = left "DRUG_A(*ESC*)/n/N(Response rate)"/ textattrs = (weight = bold);
endlayout;
endsidebar;
I tried both the ways but it is not working. Please let me know if I miss anything. screenshot fo the code attached
I need the column headers look like in the screenshot above
Registration is open! SAS is returning to Vegas for an AI and analytics experience like no other! Whether you're an executive, manager, end user or SAS partner, SAS Innovate is designed for everyone on your team. Register for just $495 by 12/31/2023.
If you are interested in speaking, there is still time to submit a session idea. More details are posted on the website.
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.