Hey guys,
This is really easy, but I cant remember how I did it before. Im running crystal 10 off of a SQL server.
In our accounting system, if a person gets a pay raise, their timesheet gets entered into the database as two different timesheets. One has the higher pay rate, and one the lower.
I just want to filter my records to return records with the highest pay rate in the database. I tried
Empl_lab_info.Hrly_rt = maximum((Hrly_rate))
but im still getting an error.
Thanks to anyone who can help!!
This is really easy, but I cant remember how I did it before. Im running crystal 10 off of a SQL server.
In our accounting system, if a person gets a pay raise, their timesheet gets entered into the database as two different timesheets. One has the higher pay rate, and one the lower.
I just want to filter my records to return records with the highest pay rate in the database. I tried
Empl_lab_info.Hrly_rt = maximum((Hrly_rate))
but im still getting an error.
Thanks to anyone who can help!!