I am using windows XP CR 9.0 against a SQL Server 2000 database.
I am pulling invoices and payments from a table which has the following fields: DocType Invno type DueDate amount balance docnumber
On invoices I get valid fields:
DocType Invno type DueDate amount balance docnumber
SO1 76767 11/7/2004 78000 24000 554665
On Payments I get:
DocType Invno type DueDate amount balance docnumber
SO1 76767 UAR -2400 0 54545
I need to show both of these records but cannot find a way to get the records that have a due date and have been paid off along with the associating records removed without losing neccessary information.
I need to show an aging for all invoices that are over 10 days past the aging date. I have tried to limit it by balance, but then I lose all the payments. Same with due date. Is there a way to accomplish this in crystal?
I am pulling invoices and payments from a table which has the following fields: DocType Invno type DueDate amount balance docnumber
On invoices I get valid fields:
DocType Invno type DueDate amount balance docnumber
SO1 76767 11/7/2004 78000 24000 554665
On Payments I get:
DocType Invno type DueDate amount balance docnumber
SO1 76767 UAR -2400 0 54545
I need to show both of these records but cannot find a way to get the records that have a due date and have been paid off along with the associating records removed without losing neccessary information.
I need to show an aging for all invoices that are over 10 days past the aging date. I have tried to limit it by balance, but then I lose all the payments. Same with due date. Is there a way to accomplish this in crystal?