Hi All,
I need to write a summary report that includes only summary information regarding the trouble tickets handled in our support department. I am able to write a query for each separate total I need but I'm not sure how to get it all together on 1 report.
For example, 1 report I need is for 2002 data only, By Engineer, How many tickets were assigned to them, how many tickets they closed, how many tickets they reassigned.
Opened Closed Reassigned
Engineer 1
Engineer 2
Engineer 3
In the database there is a table called 'problem'. In it there is the following columns;
assignee_name (Engineer)
Open_time (Date Opened)
Status
Close_time
Close_by
It's like I want to put a select statement within a select statement. I'm not sure how to go about getting this information combined in 1 report.
I would appreciate any suggestions.
Brgds,
Denise
I need to write a summary report that includes only summary information regarding the trouble tickets handled in our support department. I am able to write a query for each separate total I need but I'm not sure how to get it all together on 1 report.
For example, 1 report I need is for 2002 data only, By Engineer, How many tickets were assigned to them, how many tickets they closed, how many tickets they reassigned.
Opened Closed Reassigned
Engineer 1
Engineer 2
Engineer 3
In the database there is a table called 'problem'. In it there is the following columns;
assignee_name (Engineer)
Open_time (Date Opened)
Status
Close_time
Close_by
It's like I want to put a select statement within a select statement. I'm not sure how to go about getting this information combined in 1 report.
I would appreciate any suggestions.
Brgds,
Denise