Calculated UDFs Using Date Fields

User Defined Fields (UDFs) of type Date support addition and subtraction calculations to derive new dates. This functionality now extends to calculations involving both User Defined Date Fields and System Date Fields.

Additionally, Calculated UDFs of type Integer or Number support subtraction operations using the minus (-) operator only.

Caution: Calculated User Defined Field changes are not audited in Project Detailed Auditing.

Calculated UDF of Type Date

Currently we support a single operation for Dates. Examples:

  • UDF Current Date + 5, Result will be a new Date
  • UDF Date - UDF Duration, Result will be a new Date

Note: Calculated UDF of type Date does not support Heat Map Tolerance.

Error messages are triggered upon:

  • Creating a Formula using multiple operations such as: Date + Duration - 2
  • Creating a Formula using two Dates and the + operator such as: Date + Date
  • Special characters and other operations are not supported in the Formula Editor such as: Date + (any formulas in brackets)

Calculated UDF of type Integer or Number

You can use calculated User Defined Field of type Integer or Number with the subtraction (-) operator only.

Example:

Deadline - Current Date, Result will be an integer or number ex.: 80

Error messages are triggered upon:

  • Creating a Formula using multiple operations such as: Date - Date - Date
  • Creating a Formula using other Field Types than Date: Date - Duration
  • Special characters and other operations are not supported in the Formula Editor such as: Date - (Current Date - Duration)