Jul 1, 2009 #1 Syko64 MIS Joined Jul 1, 2009 Messages 1 Location GB I need to format the frequency count in a chart to be comma12. Simple code, producing unformatted value of frequency is... proc gchart; hbar band / discrete; pattern color = blue; run;
I need to format the frequency count in a chart to be comma12. Simple code, producing unformatted value of frequency is... proc gchart; hbar band / discrete; pattern color = blue; run;