Hi,
I would like to add e.g. 70 days (fixed) to the "Estimated Dev. Done" Date to have a Esimated Release Date as Coloumn. What do I need to add here please?
Hello @Betty
You can add a number of days to a date and get a new date as result using this formula:
date_add(estimateddevdone, 70, "days")
Best regards,
Stepan Kholodov
Tempo
Thanks it works :-)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.