Is it possible to create an adddays variable?
Content
Hi All
I'm working on a report which is intended to provide a projected applicant start date based on the Req. First Fully Approved Date + a target number of days which is currently 59. I don't see an adddays function and when I create a variable = [Req. First Fully Approved Date]+ 59 a invalid data type error message appears. Creating a variable called TargetDays which is ToNumber(59) and changing the above to [Req. First Fully Approved Date]+[TargetDays] results in the same error message.
I'm sure its something simple and am wondering if anyone has a working variable or solution?
Thanks