Excerpt |
---|
This example illustrates how to |
...
calculate the number of days that have elapsed between the order date and today |
...
. |
Function:
D generate list excerpts | ||
---|---|---|
|
Source:
For the orders in the following set, you want to charge interest for those ones that are older than 90 days.
...
OrderId | OrderDate | Amount | Today | TakeAction |
---|---|---|---|---|
1001 | 1/31/16 | 1000 | 03/03/16 | no action |
1002 | 11/15/15 | 1050 | 03/03/16 | Charge interest |
1003 | 12/18/15 | 1000 | 03/03/16 | Send letter |
1004 | 1/15/16 | 1000 | 03/03/16 | Send letter |
D s also | ||
---|---|---|
|