Subtracting days from release date

Hello stackers,

I have a number of release dates that I want to add due dates to. I would have a release date in one field for each record (which would be the master date). I’m hoping to use the function you’re using in corresponding fields that would automatically enter due dates by subtracting a number of days from the release date field.

Any help here would be greatly appreciated!!

Hello @Avidlearner,

In Stackby its easy to do so, for eg, if you want to subtract 7 days you can use,

DATE_SUB({MasterDate}, 7, "days")

Give it a try and let us know if it worked!

Rachit