wolverinec7
MIS
i have a report that uses the following formula:
datediff("n",maximum({@stop time},{CALL.CALL_NUMBER}), maximum({@start time},{CALL.CALL_NUMBER}))/60
it works out, at record level, the difference between two dates. the report is grouped by call number. is there anyway to sum this formula at this group level?
datediff("n",maximum({@stop time},{CALL.CALL_NUMBER}), maximum({@start time},{CALL.CALL_NUMBER}))/60
it works out, at record level, the difference between two dates. the report is grouped by call number. is there anyway to sum this formula at this group level?