Hello,
To subtract 20 days from a column, let's say subtract 20 days from Task 'Planned Start Date':
- Convert 'Planned Start Date' column to text mode (sort it before converting if necessary)
- Copy it to another column and use 'valueexpession' instead of 'valuefield' (highlighted in red). Plus, apply necessary function (doc shared below)
- Functions guide: Calculated data expressions | Adobe Workfront
Example: Text mode for Task Planned Start - 20 days
descriptionkey=plannedstartdate
displayname=Planned Start - 20 Days
isInlineEditable=false
linkedname=direct
listsort=atDateAsAtDate(plannedStartDate)
namekey=start.on
querysort=plannedStartDate
section=0
shortview=false
stretch=0
textmode=true
valueexpression=ADDDAYS({plannedStartDate},-20)
valueformat=atDate
width=75