Using Crystal 11 with ODBC connection to SQL 2000 database
I need to write a report to compare values that have been entered via timesheet transactions (these held within timesheet header and time sheet line tables) and actual payroll transactions (held in payroll transaction table)
A common table - payroll record - provides a link between all tables but there is a miss match in the number of records held which causing duplicate records in a single report so my plan was to complete two reports with following details.
empid payroll end date tran date paycode hrs amount
The next part is the part I am unsure of.
I need to then have crystal match each record and only display those that do not match. e.g. Timesheet lines may have 5 records, payroll tranasctions only 4 records therefore the odd record is displayed.
Is a subreport the best means of getting to answer?
Appreciate your assistance.
I need to write a report to compare values that have been entered via timesheet transactions (these held within timesheet header and time sheet line tables) and actual payroll transactions (held in payroll transaction table)
A common table - payroll record - provides a link between all tables but there is a miss match in the number of records held which causing duplicate records in a single report so my plan was to complete two reports with following details.
empid payroll end date tran date paycode hrs amount
The next part is the part I am unsure of.
I need to then have crystal match each record and only display those that do not match. e.g. Timesheet lines may have 5 records, payroll tranasctions only 4 records therefore the odd record is displayed.
Is a subreport the best means of getting to answer?
Appreciate your assistance.