apelecanus
Programmer
Hi,
I have a 600k record foxpro 2.5 (.dbf) database with roughly the following structure
job number
product
coverage
amount
My cross tab rows are based on product + coverage, columns are sums of amount based on job number.
the product/coverage group totals are correct, but the individual subtotals (per coverage are not) For example
job 1 job 2
product1
coveragea 100 should be zero 100 correct
coverageb 200 correct 200 correct
coveragec 300 correct 300 correct
total 600 correct 600 correct
I have verified in the database that for product1 coveragea the total really is zero. There are approximately 90,000 records that are in job 1.
Any ideas why crystal is finding numbers that aren't there?
Thanks to all
I have a 600k record foxpro 2.5 (.dbf) database with roughly the following structure
job number
product
coverage
amount
My cross tab rows are based on product + coverage, columns are sums of amount based on job number.
the product/coverage group totals are correct, but the individual subtotals (per coverage are not) For example
job 1 job 2
product1
coveragea 100 should be zero 100 correct
coverageb 200 correct 200 correct
coveragec 300 correct 300 correct
total 600 correct 600 correct
I have verified in the database that for product1 coveragea the total really is zero. There are approximately 90,000 records that are in job 1.
Any ideas why crystal is finding numbers that aren't there?
Thanks to all