Hello, I hope to find the answers to some questions.
Dears, I add images to the tabulate report, but can not change the size of the image, it becomes kind of bigger than I need. How can I change it?
the code is below;
proc tabulate data=newlib.bookdb;
class publisher section;
classlev publisher / style={ background=yellow font_style=italic postimage=$ggg. width=10 height = 10};
classlev section / s=[ background=green];
var saleprice;
table (section),( publisher)*saleprice={s=[foreground=white background = red]} / box='Main' ;
run;proc format ; value $ggg 'AMZ Publishers' = '/folders/myfolders/1_uploaded_files/Armenia_template.jpg'; run;
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 save with the early bird rate—just $795!
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.