Hi,
CRXI, SQL server.
Hopefully I can explain this enough for the forum to understand. We have a helpdesk call logging database which we need stats from. The report needs to show calls created and resolved by an analyst in a bar graph (each analyst will have two bars calls resolved count and calls created count) and each graph needs to be grouped by team.
My dilema being how to merge the data from two different tables based off one date range which the user enters(call creation and call resolved).
Tables are as follows:
analyst_table - both tables hold foreign keys to link
team_table - both tables hold foreign keys to link
incident_table - hold all calls regardless of status including the creation date and call id
resolution_table - holds only resolved calls including resolution date and foreign key that links to the incident_table
I understand I may need to add tables more than once havent a clue how or a subreport for each set of data and merge them somehow.
Please let me know if you need any other information.
Thanks
Deeya
CRXI, SQL server.
Hopefully I can explain this enough for the forum to understand. We have a helpdesk call logging database which we need stats from. The report needs to show calls created and resolved by an analyst in a bar graph (each analyst will have two bars calls resolved count and calls created count) and each graph needs to be grouped by team.
My dilema being how to merge the data from two different tables based off one date range which the user enters(call creation and call resolved).
Tables are as follows:
analyst_table - both tables hold foreign keys to link
team_table - both tables hold foreign keys to link
incident_table - hold all calls regardless of status including the creation date and call id
resolution_table - holds only resolved calls including resolution date and foreign key that links to the incident_table
I understand I may need to add tables more than once havent a clue how or a subreport for each set of data and merge them somehow.
Please let me know if you need any other information.
Thanks
Deeya