Hi
I'm Using CR9
I am trying to create a cross-tab table that consists of staff performances using figures and percentages.
Grouping in Reporting
Grouping 1 - @Staff
Grouping 2 - Call.Call_Number
I have a formulas call "Call_Status" & "Staff"
Formula - "Call_Status"
IF {THREAD_EVENT.THREAD_EVENT_TYPE} = 8.00
THEN "Closed Complete"
ELSE
IF {THREAD_EVENT.THREAD_EVENT_TYPE} = 9.00
THEN "Closed Incomplete"
ELSE
""
Formula - "Staff"
{PERSON.PERSON_FAMILY_NAME}& " "&{PERSON.PERSON_OTHER_NAMES}
in my cross table I have
Columns - @Call_Status
Rows - @Staff
Summarised -
Distinctcount of Call.Call_Number
Percentage Count of @Call_Status
an example of what I am currently getting is
Closed Complete Closed Incomplete Total
Jake Stevens 26 86% 4 13% 30 100%
I have managed to hide the total percentage but the 2 columns only ever equal 99%. they need to equal 100%
Thanks for any help
Stephen
I'm Using CR9
I am trying to create a cross-tab table that consists of staff performances using figures and percentages.
Grouping in Reporting
Grouping 1 - @Staff
Grouping 2 - Call.Call_Number
I have a formulas call "Call_Status" & "Staff"
Formula - "Call_Status"
IF {THREAD_EVENT.THREAD_EVENT_TYPE} = 8.00
THEN "Closed Complete"
ELSE
IF {THREAD_EVENT.THREAD_EVENT_TYPE} = 9.00
THEN "Closed Incomplete"
ELSE
""
Formula - "Staff"
{PERSON.PERSON_FAMILY_NAME}& " "&{PERSON.PERSON_OTHER_NAMES}
in my cross table I have
Columns - @Call_Status
Rows - @Staff
Summarised -
Distinctcount of Call.Call_Number
Percentage Count of @Call_Status
an example of what I am currently getting is
Closed Complete Closed Incomplete Total
Jake Stevens 26 86% 4 13% 30 100%
I have managed to hide the total percentage but the 2 columns only ever equal 99%. they need to equal 100%
Thanks for any help
Stephen