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>;
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
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.