kklosson I see a lot of comments about issues with calculated columns but this just seems too easy. Why does this not work? Task.DateInitiated is a Date Attribute
Jhstephenson aware_support wroteYou cannot use functions in calculated fields, unfortunately So why did using YEAR_DIFFERENCE(CURRENT_DATE, Participant.DateOfBirth) work for me then in a calculated column?
rob_h7 We've used DAY_DIFFERENCE on a calculated column to output a number, works fine. Maybe functions don't work on Date Type? Can you change Type to Plain Text, then make your calc: AS_STRING(DATE_ADD(Task.DateInitiated,10) ?