Please do not use such terrible subject lines. Nearly everyone who
posts to this list has a 'question', and those who read it are much
more likely to answer those questions which they can determine whether
they have any experience with by subject line alone.
Just create a table manually using Table(), then build a custom
formatter which renders both tables however you'd like them.
You can see a bit about custom formatters in this article:
http://www.oreillynet.com/pub/a/ruby/2008/04/08/ruport-business-reporting-for-ruby.html?page=1
and a whole lot more in the Ruport Book.
-greg
I think the standard calculated columns (add_column method) should be
what you need:
http://ruportbook.com/data_manipulations.html#tabular_column_operations_and_calculated_fields
You'd have to write the code that actually summarises the number and
type of items into a string.
Hope that helps.
Andrew