RulePoint
- RulePoint 6.1
- All Products
Property
| Description
|
---|---|
Name
| The name of the SubtractFromDate analytic. This must be a unique name.
|
Description
| (Optional) The description of the analytic.
|
Type
| Select SubtractFromDate Analytic.
|
Unit
| Select years, months, days, hours, minutes, or seconds.
|
Condition Evaluation Required
| Specifies whether the result of the analytic is part of conditional evaluation within a rule. Set to "false" if the result of the analytic can be used only for enrichment. Default is True.
|
Cache Duration
| Time period, in seconds, for which the result of the analytic will be cached.
|
when 1 subDate sd with subfrmdate(sd.datevalue,sd.dateformat,sd.count) as datesub = "12/01/1988" then response with body = “value of date add ${ datesub}”
Event Property Value
| Description
| Result
|
---|---|---|
ad.datevalue= 12 /01/2013
ad.dateformat= MM/dd/yyyy*
ad.count=25
| Subtracts 25 years from the date.
| 12/01/1988
|