Hi Guys,
I have been modifiying a report which came with our support desk software and I have pretty much got it to do what I want.
I now want to alter the method of record selection to allow the report to be ran each year.
It is currently set up to allow you to run the report either as a 12 month or a 1 month report.
The selection formula currently in use is shown below:
If {?Time Period} = 12 then
{@Call Date} in YearToDate
else
{@Call Date} in MonthToDate
I was thinking of the following but im sure it will not work
If I set the paramter values for the years
I understand what its doing, just not how to change it to suit my needs.
Warren