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>;
Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!
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.