Expressions for Date attributes

The following examples are expressions for Date attributes.
Table 1. Expressions for Date attributes
Expression Description Example Result
=0 The result for the expression, =0 must be a blank value
=365*24 One year after the reference date 1971-01-01
='Start Date' + 'Man Hours' / 40 * 168 Calculates an approximate end date for a project where one person works full time without vacation. Start Date: 2004-08-01. Man Hours: 80 2004-08-15

Feedback