I have this table
proc tabulate data = udAfRegionen format=talmedendec.;
class org1 koen ageint;
classlev org1 /style=[just=l];
var udAfRegionen popriansper;
keyword all / style=[just=l background=#80CDF3];
table org1=''*(koen='' all='I alt'*[style=[background=#80CDF3]]) (all='I alt'*koen='' all='I alt')*[style=[background=#80CDF3]], ageint=''*udAfRegionen=''*rowpctsum='';
format ageint $ageint. org1 $org1fmt. koen $koen.;
run;Which give this output
How do I colors the cells in the circle?
Classlev koen / style=<parent>;
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.