Hello everyone,
I am trying to create a report, which will provide list of active accounts with information such as
Account#, total of principal payments made for the last 3 months if there were any. I am having difficulty on creating the formula for the principal payments made for the last 3 month. Criteria for calculating principal payments made are :
“payment code=[“prn”, “prn1”, “prn3”] and (system date-trans date <=90). If the criteria were met then “the total principal payments made” will go to “Group by Acct#:” section, otherwise, a “zero” should be placed there. Below is how I had my report designed. Any help will be greatly appreciated. Thanks.
Group by Acct#:
Acct#, sum of total principal payments made for last 3 months, address, city, state, zip
Detail Section:
Acct#, Payment code, payment amount, trans date
123 INT
125 PRN
126 PRN1
128 INSUR
I am trying to create a report, which will provide list of active accounts with information such as
Account#, total of principal payments made for the last 3 months if there were any. I am having difficulty on creating the formula for the principal payments made for the last 3 month. Criteria for calculating principal payments made are :
“payment code=[“prn”, “prn1”, “prn3”] and (system date-trans date <=90). If the criteria were met then “the total principal payments made” will go to “Group by Acct#:” section, otherwise, a “zero” should be placed there. Below is how I had my report designed. Any help will be greatly appreciated. Thanks.
Group by Acct#:
Acct#, sum of total principal payments made for last 3 months, address, city, state, zip
Detail Section:
Acct#, Payment code, payment amount, trans date
123 INT
125 PRN
126 PRN1
128 INSUR