Crystal V10
My crosstab summarizes phone calls made by customer service people. It counts the number of phone calls made by employees and breaks down the rows by date completed
{history.completedate} and calls during each half-hour block during the day {@halfhour}.
The rows are by user {history.username} and the result of the call such as “left voicemail”, “call completed.” {history.result}. The summarized field is solely history.result.
My Problem: I want to view inactivity as well as activity. I need to show 0 values during the periods where sum of history.result is null. I have been unsuccessful in finding any solutions. Many have said it can not be done in Crystal. Some have mentioned ‘inner joins’ but I am unfamiliar with working with joins.
Any help is greatly appreciated.
My crosstab summarizes phone calls made by customer service people. It counts the number of phone calls made by employees and breaks down the rows by date completed
{history.completedate} and calls during each half-hour block during the day {@halfhour}.
The rows are by user {history.username} and the result of the call such as “left voicemail”, “call completed.” {history.result}. The summarized field is solely history.result.
My Problem: I want to view inactivity as well as activity. I need to show 0 values during the periods where sum of history.result is null. I have been unsuccessful in finding any solutions. Many have said it can not be done in Crystal. Some have mentioned ‘inner joins’ but I am unfamiliar with working with joins.
Any help is greatly appreciated.