Hello,
Is there a way I can ask the user for input such as below, and perform subtraction on a specific value, precisely the year?
I am currently entering a date range to run a query with the following command:
Between [Enter start date (yyyy-mm-dd)] And [Enter end date (yyyy-mm-dd)]
This works as it is supposed to. The problem is I need this value, but in a subreport I need the previous year. So if the user types 2011-01-01 and 2011-02-04. I need to modify this as 2010-01-01 and 2010-02-04. Likewise I would need to go back 25 years for the same period.