Another means would be to use a cross-tab.
And here's another means for getting the first character:
Insert->Field Object->Right click Formula Fields and select New->Name the field and place something like:
left({table.invoice},1)
Now select Insert->Cross-tab
Place the formula field in the Rows, and the amount to sum in the summarized fields.
This will produce a summary report.
-k