Hi all
I have a report that details various types of analysis based on queries and all is fine but I am having trouble with one and need some advice on how to go about it please.
What I need to achieve on the report in a table like format is this:
Column 1 = Resolved by. The rows need to list names of people that have resolved complaints.
Column 2 = Between 0-2. The row needs to display the total number of complaints for the corresponding person that were resolved in between 0-2 days.
Column 3 = Between 3-7. The row needs to display the total number of complaints for the corresponding person that were resolved in between 3-7 days.
Column 4 = Between 8-13. The row needs to display the total number of complaints for the corresponding person that were resolved in between 8-13 days.
Column 5 = More than 14. The row needs to display the total number of complaints for the corresponding person that were resolved in more than 14 days.
I have created 4 select queries (trying to do it in one query didn't seem to work!), each query has the following fields:
Resolved by
Date received
Date resolved
And a date diff field calculated from the received and resolved fields.
The criteria for each query is the date diff I want, e.g. criteria for date diff field in query one is 'Between 0 And 2', criteria for date diff field in query two is 'Between 3 And 7 etc.
Any help would be greatly appreciated x
I have a report that details various types of analysis based on queries and all is fine but I am having trouble with one and need some advice on how to go about it please.
What I need to achieve on the report in a table like format is this:
Column 1 = Resolved by. The rows need to list names of people that have resolved complaints.
Column 2 = Between 0-2. The row needs to display the total number of complaints for the corresponding person that were resolved in between 0-2 days.
Column 3 = Between 3-7. The row needs to display the total number of complaints for the corresponding person that were resolved in between 3-7 days.
Column 4 = Between 8-13. The row needs to display the total number of complaints for the corresponding person that were resolved in between 8-13 days.
Column 5 = More than 14. The row needs to display the total number of complaints for the corresponding person that were resolved in more than 14 days.
I have created 4 select queries (trying to do it in one query didn't seem to work!), each query has the following fields:
Resolved by
Date received
Date resolved
And a date diff field calculated from the received and resolved fields.
The criteria for each query is the date diff I want, e.g. criteria for date diff field in query one is 'Between 0 And 2', criteria for date diff field in query two is 'Between 3 And 7 etc.
Any help would be greatly appreciated x