Hi all!!
I have to write a report which shows a list of tasks that need to be grouped using the following:-
not overdue, less than 1 day, 1 day - 7 days, 7 days - 28 days and 28 days +
The returned data (from a SQL Server view) contains a field called DateDue (smalldatetime), this field would be used to determine the above.
I also need to include a pie chart depicting the above as percentages of the total records returned.
Can anyone help on this - PLEASE!!!
Regards,
Alan
I have to write a report which shows a list of tasks that need to be grouped using the following:-
not overdue, less than 1 day, 1 day - 7 days, 7 days - 28 days and 28 days +
The returned data (from a SQL Server view) contains a field called DateDue (smalldatetime), this field would be used to determine the above.
I also need to include a pie chart depicting the above as percentages of the total records returned.
Can anyone help on this - PLEASE!!!
Regards,
Alan