CherrySoda
Technical User
I am using Crystal 10 and linking an Interbase database to an Excel spreadsheet.
I am grouping by the Client_Name field from the Excel spreadsheet, and then using the selection criteria to pull only those records where the count of each name is greater than 1. (Thus not pulling any of the records where a person is on the spreadsheet only once)
The spreadsheet is linked to a table in the Interbase database, which stores dates and hours worked on each date. I want the report to display each of the dates worked by grouped employee (filtered by the previous selection criteria) with the hours for each date. So it would look something like this:
GH1 Jim Smith
Details 6/1/08 5 hours
Details 6/2/08 6 hours
Details 6/3/08 4 hours
GF1 Suppressed
However, since each of these filtered employees is on the spreadsheet more than one time, it will duplicate their information on the report like so:
GH1 Jim Smith
Details 6/1/08 5 hours
Details 6/1/08 5 hours
Details 6/2/08 6 hours
Details 6/2/08 6 hours
Details 6/3/08 4 hours
Details 6/3/08 4 hours
GF1 Suppressed
In this case, Jim Smith is on the spreadsheet twice. I suppose that I could group by person and then date and place the data in the date group's footer, but I am wondering if these is another way so that the data is not placed in the details section with each time the person is listed on the spreadsheet?
I am grouping by the Client_Name field from the Excel spreadsheet, and then using the selection criteria to pull only those records where the count of each name is greater than 1. (Thus not pulling any of the records where a person is on the spreadsheet only once)
The spreadsheet is linked to a table in the Interbase database, which stores dates and hours worked on each date. I want the report to display each of the dates worked by grouped employee (filtered by the previous selection criteria) with the hours for each date. So it would look something like this:
GH1 Jim Smith
Details 6/1/08 5 hours
Details 6/2/08 6 hours
Details 6/3/08 4 hours
GF1 Suppressed
However, since each of these filtered employees is on the spreadsheet more than one time, it will duplicate their information on the report like so:
GH1 Jim Smith
Details 6/1/08 5 hours
Details 6/1/08 5 hours
Details 6/2/08 6 hours
Details 6/2/08 6 hours
Details 6/3/08 4 hours
Details 6/3/08 4 hours
GF1 Suppressed
In this case, Jim Smith is on the spreadsheet twice. I suppose that I could group by person and then date and place the data in the date group's footer, but I am wondering if these is another way so that the data is not placed in the details section with each time the person is listed on the spreadsheet?