Hi all,
I've got a dataset got following fields.
PART | VALUE | COLOR
This dataset is used by a gchart procedure to make a pie.
(following code)
proc gchart data=stat;
%if &titre ne %then %do;
title "&title";
%end;
&type. part /
sumvar=percent...
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.