Hi,
I've got the following SAS code creating a graph for me:
proc gchart data=output.monthcount2;
vbar strmonth1/
group=yr
subgroup=txnid
sumvar=_FREQ_
name='outiswk'
maxis=axis1;
label _FREQ_ = 'Transactions';
format txnid $txnname.;
format strmonth1 $smon...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.