Question
Add days to a specific date. Using a various groups of days
I have a specfic Field-1 that has a date in it. Now I want to add days to that date by looking at a number in another field-2 and using that to calculate how many days to add to the date in field-1
Example
Field-1 ( 15-Jan-2017)
Field-2 ( 6)
6 = 90 days
new date would be 15-Apr-2017
How would I do this ?
