Hi all,
I have a report that i've ran using Proc Report.
I want to summarize the data which i have done using:
rbreak after / dol skip summarize;
compute after;
Column='TOTAL';
endcomp;
Now this sums everything however, i have some columns that are average %s.
Is it possible to sum the columns with numbers but average the columns with the average percentages, or atleast blank them out, as at the moment the sum is showing 5000%+ which just looks well, dirty.
Any help is much appreciated.
Cheers,
Matt