Thanks for your help! I think I'm confused on how to use your suggestion to get what I need.
I've created a formula to house the custom summary. I don't know if it makes a difference, but I don't want to add a value to that, so it essentially just references the original formula
{@commission new}.
The custom summary looks like this:
WhilePrintingRecords;
Global currencyvar commissionnewSUM:=
{@commission new}
I have placed that in the 'details section' which is actually a group header, details on this report are suppressed.
I've got a display variable field which I've placed in the master group header, but it shows $0.00.
WhilePrintingRecords;
Global currencyvar commissionnewSUM
I don't understand how to write it so that it totals the
{@commission new} field for a set of records in the group.