Post
FollowTuesday Tip for Project Ageing
You don't need to add a custom field in Clarizen to calculate the difference between today and the created date and have that update each day. Instead you can use the Today function in the report formula field. Just add a formula column of type numeric and user the formula:
DateDiff(ToDate(Today()),ToDate($CreatedOn),'d')
Please sign in to leave a comment.