I have a report that has 2 Groups Region and the Lot
For each lot (and region) there is a Summary section with 3 different fields that are summed together.
For example
Region 1
Lot A
Sum 2 3 4
I need to divide the Lot numbers in the lot summary for example using the variable names from the editor
{$groupLOC_CODE_totalFUNDED_sum} / {$groupLOC_CODE_totalTOTAL_sum}
How can I do this for each Lot group?