Hi Henkel,
Sorry that probably was a bit vague. (I am using SQL*Plus.)
1. Created query. Say: select unit, account, sum(month_01) as total from table where unit = &unit
group by unit, account /
compute sum of total on report
Break on report
2. Wrote pl/sql code to run that creates a list of...