A little follow-up on the annotate solution -- for those of you that don't want to run the code to see what the graph looks like, here's a link to the output on an easy-to-view webpage:
http://robslink.com/SAS/democd42/bar_table.htm
And a link to the sas code:
http://robslink.com/SAS/democd42/bar_table_info.htm
... View more
Ed,
If you continue to have trouble getting the desired output, I recommend contacting Technical Support. Click on the "Contact Us" link at the bottom of the forum web page.
-- David Kelley, SAS
... View more
Ed,
I recommend checking with SAS Technical Support. You ought to be able to get the desired behavior with:
ODS DOCUMENT and PROC DOCUMENT
ODS PDF COLUMNS=2 or ODS LAYOUT
-- David Kelley, SAS
... View more
Cynthia
Thanks - this is exactly what I was hoping for!
I'm reporting medians and quartiles for the totals and medians for subgroup results and Report is working well for the subgroups displays, but this will be perfect for the summaries.
Thanks again
Ed
... View more
Thanks Cynthia
I want the spanning so that this looks like an Excel Pivot table.
I was pretty sure that this could be done several ways, but the Tabulate seemed to do the trick with only a few lines of code.
Thanks again for your help
Ed
... View more