I’m using the formula below to generate a date, where “Nights” is the number of nights a short term renter is staying, and “End Stay” is the date generated by the formula:
DATEADD({Begin Stay}, Nights, ‘days’)
When I try to use the formula generated ...