How to subtract days from a date?
Hi,
I'm trying to subtract days from a date but it gives me the following error when I try to print the report:
txtPrevLib: Error in expression: AddDays([Project.DaysToFinish], -30)
AddDays works perfect if I use a positive number, but I need to subtract days.
Thanks very much!