Hi to all experts... I am working on the following report:
GH1: Department
GH2: Employee
D: Number of transactions completed, time elapsed.
GF2: Hidden
Displays the following calculated summary field for each employee: @number_of _transactions_per minute=Sum ({TOT_TRAN}, {EMP_ID})/Sum {ACTUAL_TIME}, {EMP_ID})
GF1: I need to display the emp_id with the highest number of transacctions per minute for this department or at least the actual maximum value. So far everything I've tried has failed. CR won't allow me to insert a summary field for my @number_of _transactions_per minute field neither do a Top N /sort on it.
The report MUST be sorted alphabetically. Any help on how this might be accomplished will be appreciated. Thank you.
GH1: Department
GH2: Employee
D: Number of transactions completed, time elapsed.
GF2: Hidden
Displays the following calculated summary field for each employee: @number_of _transactions_per minute=Sum ({TOT_TRAN}, {EMP_ID})/Sum {ACTUAL_TIME}, {EMP_ID})
GF1: I need to display the emp_id with the highest number of transacctions per minute for this department or at least the actual maximum value. So far everything I've tried has failed. CR won't allow me to insert a summary field for my @number_of _transactions_per minute field neither do a Top N /sort on it.
The report MUST be sorted alphabetically. Any help on how this might be accomplished will be appreciated. Thank you.