This one might be a bit tricky, so if you need clarification please ask.
Working with CR 10, SQL Server backend.
I have a report that lists all timesheets for our employees. Basic report...
In the group header: Name, SSN, address, Rate of Pay dates and Rate of pay.
In the Detail: Timesheet Date, Charge Hours, and Pay Type.
Only problem is that when our employees recieve a raise, Its showing up as two different timesheets on my report. I only want to return the higher payrate.
I tried using a formula inserted in the group header: Maximum ({EMPL_LAB_INFO.HRLY_AMT}) but it didnt seem to help.
Any ideas?
Working with CR 10, SQL Server backend.
I have a report that lists all timesheets for our employees. Basic report...
In the group header: Name, SSN, address, Rate of Pay dates and Rate of pay.
In the Detail: Timesheet Date, Charge Hours, and Pay Type.
Only problem is that when our employees recieve a raise, Its showing up as two different timesheets on my report. I only want to return the higher payrate.
I tried using a formula inserted in the group header: Maximum ({EMPL_LAB_INFO.HRLY_AMT}) but it didnt seem to help.
Any ideas?