DateAddDays
EAZYBI Returns date plus a specified number of days.
Syntax
DateAddDays(date, days)
Arguments
date | Date expression. |
---|---|
days | Integer expression for a number of days to add. |
Examples
DateAddDays([Issue].CurrentHierarchyMember.GetDate('Created at'),90)
See report example Blocker Story Plan (Bar as Gantt) in our Demo account. The calculated member Issue end date uses the formula above to set the planned end date for an issue with no due date.