Calculating a date in the past?
I need to determine a date based in the past based on DATE_TODAY. I have a processing option for the user to enter the number of days in the past, with a default of 60 days. I then have a calculation to multiply that number by -1. Then I have DAYS(DATE_TODAY(),NEGATIVE_NUMBER_HOLD) but it does not calculate. I know because I put the result in the report header (in a date constant field) and it is blank and the selection in the record selection area presents all records, not the records between the date in the past and today. I realize