The report has 3 Groups in this Order.
Work Center;
Job;
Job Operation Time;
I have this formula in the Group Job. It summs the Jobs Eff for that Work Center
@RunEff
whileprintingrecords;
evaluateafter({@dblRunEst});
JBDivideByZero ({@dblRunEst},{JobOperationTimeSUMS.SumOfAct_Run_Hrs} ,0 ) * 100
What I need to do is have a total of this for the Group Work Center and then a Grand Total for the Report.
Work Center;
Job;
Job Operation Time;
I have this formula in the Group Job. It summs the Jobs Eff for that Work Center
@RunEff
whileprintingrecords;
evaluateafter({@dblRunEst});
JBDivideByZero ({@dblRunEst},{JobOperationTimeSUMS.SumOfAct_Run_Hrs} ,0 ) * 100
What I need to do is have a total of this for the Group Work Center and then a Grand Total for the Report.