Our Insured Report is supposed to give us all Insured loans dated from January 1, 2002 forward, except the loans coded in item tracking as "CRCD" (meaning that the Certificate has been received).
We need all loans equal to "T" except the loans that have the borrower code of "NA" and if any exception items have a received date, we don't want it. Meaning that we do not want the entire loan, period.
The objective is to get all insured loans within the time frame noted above and that is all we want. We don't care about any open exceptions and we don't want any loans that have the "CRCD" code. What is happening with our code is that it appears that we get the loans as specified in the formula, however, if there is an open exception, then we are getting the loan even if there is a "CRCD".
Here's the way we have it written:
{ITEMP.ITEM_TYPE} = "T" and
not ({ITEMP.BORR_CODE} in ['NA']) and
IsNull({ITEMP.RECEIVED_DT}) and
{ITEMP.ITEM_NUM} <> "CRCD" and
({XREF2.INSURED_DT}) > Date (2002, 01, 1)
Hopefully, you can tell us what we are doing wrong. We are currently using Crystal Reports 8.0 with LoanQuest and we are using Windows98 Platform.
We need all loans equal to "T" except the loans that have the borrower code of "NA" and if any exception items have a received date, we don't want it. Meaning that we do not want the entire loan, period.
The objective is to get all insured loans within the time frame noted above and that is all we want. We don't care about any open exceptions and we don't want any loans that have the "CRCD" code. What is happening with our code is that it appears that we get the loans as specified in the formula, however, if there is an open exception, then we are getting the loan even if there is a "CRCD".
Here's the way we have it written:
{ITEMP.ITEM_TYPE} = "T" and
not ({ITEMP.BORR_CODE} in ['NA']) and
IsNull({ITEMP.RECEIVED_DT}) and
{ITEMP.ITEM_NUM} <> "CRCD" and
({XREF2.INSURED_DT}) > Date (2002, 01, 1)
Hopefully, you can tell us what we are doing wrong. We are currently using Crystal Reports 8.0 with LoanQuest and we are using Windows98 Platform.