Creating an Aging Report |
iif(Last_Invoice_Date < (GetAgingDate() - 30) AND Last_Invoice_Date >= (GetAgingDate() - 60), Draw_Balance, 0)
This expression will evaluate to the Draw Balance if the Aging Date entered for the report is between 30 and 60 days greater than the Invoice Date (the "Over 30" column). You can use similar expressions for "Current", "Over 60", "Over 90", etc... columns.