JimmyEdwards
Technical User
I am using Crystal Reports version 4.6 (I know.) and connecting to an SQL database via ODBC.
I am looking to group accounts into the month they where loaded and total the number and balance. I have an outer left join to a payments table so that if an account has received multiple payments in the month the report is showing an entry for each payment, but still shows an account if it has had no payments.. The problem is that it also shows the balance of the account for every payment. Can I get the report to give me a total of the balances, only counting 1 instance of each balance? I do need the report to show every payment.
Any help would be gratefully appreciated.
I am looking to group accounts into the month they where loaded and total the number and balance. I have an outer left join to a payments table so that if an account has received multiple payments in the month the report is showing an entry for each payment, but still shows an account if it has had no payments.. The problem is that it also shows the balance of the account for every payment. Can I get the report to give me a total of the balances, only counting 1 instance of each balance? I do need the report to show every payment.
Any help would be gratefully appreciated.