I have a database where I have invoices like customer charges (Invoice_Number, Created_Date, Amount) and invoice accounts receivable charge amount (invoice_Number, Created_Date).
I want to get the sum of invoices total amount per customer with "Invoice_Number" going back 1 month back.
I have...