This topic is locked

Divide To Group Totals On A Report

2/13/2013 1:58:52 PM
PHPRunner General questions
hfg author

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?