Calculate and display future date based on previous date

Hey there @swoodworth !
To calculate and display a date, you can use program rules.
The expression that would produce an estimate of the due date would look like this:
d2:addDays( #{lmpDate}, 273 )
This expression produces a date that is 273 days after the date stored in the #{lmpDate} variable.

Best regards,
Markus

2 Likes