Navigation: How to > The Report Wizard > The Report Wizard Step 4: Enter Row Selection Logic >
Examples of How to Create Row Selection Logic
To help you better understand how to create row selection logic in Step 4 of the Report Wizard, we will show you step-by-step the logic that goes into this step.
Here are two examples:
•LNMATD, Maturity Date. This is found in the Loan Master Record (LN). •LNDUDT, Next Payment Due Date. This is found in the Loan Master Record (LN).
DIFFMONTHS( StartDate , EndDate )
DIFFMONTHS( RUNDATE ( ), Maturity Date ) <= 3 &
DIFFDAYS( Next Payment Due Date , RUNDATE ( )) >= -60
The final equation would like like this:
This setup tells the system to:
•Pull all accounts where the Maturity Date is less than three months from the date the report is run, AND •Pull all accounts where the difference between the Next Payment Due Date and the date the report is run is greater than -60. |
•DMHACC, Hold Action Code. This is found in the Deposit Master Record (DM).
You would then move to the next step in Report Wizard.
When the report runs, it will pull all deposit accounts that have a Hold Action Code, as set up on the Deposits > Account Information > Restrictions & Warnings screen > Restriction/Action Codes tab in CIM GOLD. |