I am trying to work out to do the following.
I have two date parameters a start and end date.
What I want to default in the start date is the FIRST MONDAY of the PREVIOUS month from the day you run the report.
The End date I would want to default the day BEFORE the FIRST MONDAY of the CURRENT month the day you run the report.
So if I was running it today the first Monday of November was 03/11/14. The day before the first Monday for December is 30/11/14, so that would be the end date. Another example if I run the report sometime in Jan next year - it will default to start date - 1/12/14 (first Monday in December) and the end date will be 4/1/15 (the day before the first monday in Jan)
Hope the above makes sense?