I have a date field (Publication Date
) and a negative number field (Days
) for the amount of days before that content is usually submitted for that publicaiton.
I’m using the following formula to get the submission date, avoiding weekends, which works.
DATETIME_FORMAT(WORKDAY({Publication Date},Days),'D/M/YYYY')
My question is, is there a way to use the computed date and Publication Date in a Timeline view? The computed date would be the start date and the date field would be the end date.
Thank you!
p.s. I was forced to choose a tag and Timeline wasn’t an option so I went with Gantt!