kaskins
June 2nd, 2009, 02:29 PM
I have a report for a Loan Pipeline that is counting the number of days a loan has exisited. This part is working, but when the number of days exceeds 90 but is less than 120, I need to count those loans.
I have this as my formula:
If {@Days}>90 and {@Days}< 120 Then Count ({LOAN_APPLICATION.loan_app_ref_no})
I'm not getting an error, but the results are "0.00" when there are loans that fit the criteria.
what am I doing wrong. Is there a better way to make this happen?
Thank you!
kaskins
I have this as my formula:
If {@Days}>90 and {@Days}< 120 Then Count ({LOAN_APPLICATION.loan_app_ref_no})
I'm not getting an error, but the results are "0.00" when there are loans that fit the criteria.
what am I doing wrong. Is there a better way to make this happen?
Thank you!
kaskins