Hi
Using CR9 (Soon To Be CR11)
I have a report that is doing a job of telling me the resolusion if and if it was resolved the first time. The thing is I have a formula (RES) in that has a basic function displaying YES or No based on the following formula
Formula is called RES
if Maximum({THREAD_EVENT.THREAD_EVENT_CALL_NUMBER_COUNT},{CALL.CALL_NUMBER})<=1 and {THREAD.THREAD_STATUS}=8 then "YES" Else "NO"
I do have a group on the report for the CALL.CALL_NUMBER.
What I want to do is create a summary (eg Cross-Tab Table)
and it will include the following information
User
1st Time Resolution YES / NO
So what I want to do is summarise the RES formula.
How do I summarise this as When I include it in the Cross-Table Table I do not get the true values
Any Help most greatful
KInd Regards
Stephen
Using CR9 (Soon To Be CR11)
I have a report that is doing a job of telling me the resolusion if and if it was resolved the first time. The thing is I have a formula (RES) in that has a basic function displaying YES or No based on the following formula
Formula is called RES
if Maximum({THREAD_EVENT.THREAD_EVENT_CALL_NUMBER_COUNT},{CALL.CALL_NUMBER})<=1 and {THREAD.THREAD_STATUS}=8 then "YES" Else "NO"
I do have a group on the report for the CALL.CALL_NUMBER.
What I want to do is create a summary (eg Cross-Tab Table)
and it will include the following information
User
1st Time Resolution YES / NO
So what I want to do is summarise the RES formula.
How do I summarise this as When I include it in the Cross-Table Table I do not get the true values
Any Help most greatful
KInd Regards
Stephen