I trying to create a report that will calculate the total value an engineer generates from his customer service cases.
I have four fields in my report:
Case No: Unique ID for each Customer service case
Case Fee: Value of case (currency)
Engineer1: Engineer Name
Engineer2: Engineer Name
The problem I am having is that some customer services cases are dealt by one engineer and some are dealt by two engineers. So an engineer’s name could be input in either field. I would like to find a total that each engineer generates whether their name is input in either field. Essentially what I am trying to do is create the group summaries by engineer with the total case value beside the engineer’s name. If possible I would like it to be in Basic or Crystal Syntax and not SQL (as I only have basic knowledge of it). I’m not sure if this is even possible.Any help would be really appreciated.
I have four fields in my report:
Case No: Unique ID for each Customer service case
Case Fee: Value of case (currency)
Engineer1: Engineer Name
Engineer2: Engineer Name
The problem I am having is that some customer services cases are dealt by one engineer and some are dealt by two engineers. So an engineer’s name could be input in either field. I would like to find a total that each engineer generates whether their name is input in either field. Essentially what I am trying to do is create the group summaries by engineer with the total case value beside the engineer’s name. If possible I would like it to be in Basic or Crystal Syntax and not SQL (as I only have basic knowledge of it). I’m not sure if this is even possible.Any help would be really appreciated.