Hello to all;
Using this code, I get the following table formats:
proc template;
define style Styles.Custom;
parent = Styles.Journal;
replace fonts /'headingFont' = ("Arial",8pt,Bold) 'docFont' = ("Arial",8pt) /* Data in table cells */ ;
end;
Run;
But I would like to be able to change the colours of the lines and texts, for example like the following table:
How should I modify the proc template? I look and look at it, but I don't understand it and I don't get the results I want.
Thanks to all of you!
Use Proc template to create a listing of the JOURNAL style and one of the others on your system that displays text in color.
I'm not sure that text options in Style templates are intended to easily change the styles for column and row headers separately.
Or show the code you use to create the shown the report and use report procedure options to introduce color and that override the ods style colors.
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!
Still thinking about your presentation idea? The submission deadline has been extended to Friday, Nov. 14, at 11:59 p.m. ET.
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.