Can’t get my head round a report I need. We have a helpdesk database with the following table.fields
CALLS.DATELOGGED (as it suggests the date the call was logged)
CALLS.DATECLOSED (date the call was closed)
CALLS.OPEN (whether or not the call is still open T = open F = closed)
For every 1 month period I need to display how many calls were opened and how may were closed. Then I need a chart to show this info in the form of two lines :
First line displaying the 'calls opened' count
Second line showing the 'calls closed' count.
The Y-axis being Calls count and the X-axis being time.
I can do all the calculations but cannot create the correct chart. what I'm really after is were to group and what data is needed in the 'Data' tab of the chart expert.If anyone could suggest any ideas on how to achieve this it would be very much appreciated.
CALLS.DATELOGGED (as it suggests the date the call was logged)
CALLS.DATECLOSED (date the call was closed)
CALLS.OPEN (whether or not the call is still open T = open F = closed)
For every 1 month period I need to display how many calls were opened and how may were closed. Then I need a chart to show this info in the form of two lines :
First line displaying the 'calls opened' count
Second line showing the 'calls closed' count.
The Y-axis being Calls count and the X-axis being time.
I can do all the calculations but cannot create the correct chart. what I'm really after is were to group and what data is needed in the 'Data' tab of the chart expert.If anyone could suggest any ideas on how to achieve this it would be very much appreciated.