Function: DateAdd
DateAdd allows you to add a timespan to a date/time value.
It is most useful when you want to express a query in terms of a date/time relative to a date/time in the past such as when using the ProjectStartDate
Syntax
DateAdd(date, timespan)
Example
CreatedAt >= DateAdd(ProjectStartDate('Project X'), '2 weeks')