Is it possible to have the data parameters from the first day of the previous month, to the last day of previous month in v1.5?
A report I'm trying to automate has two parameters (start date) (end date) and I currently have this:
"{-1m:01/MM/yyyy} 12:00:00 AM" "{01/MM/yyyy} 12:00:00 AM"
It works well enough, however the report shows the date range, and for example will show (01-Mar to 1-Apr). Ideally I'd like to be able to have the parameter go from the first to the last day.