In the report first i have group by supervisor_name
and then group by agentid
There are 2 formulas which are
QA_score:
if isnull(Sum ({Command.TOTAL_POINTS}, {Command.AGENT_ID(1)})) then 0 else
Sum ({Command.TOTAL_POINTS}, {Command.AGENT_ID(1)})
goal:
if isnull(Sum ({Command.TOTAL_POINTS}, {Command.AGENT_ID(1)})) then 0
else if Sum ({Command.TOTAL_POINTS}, {Command.AGENT_ID(1)}) >88 then 1
Then i want to count how many of goals are 1
like count(goal,supervisor_name)
i am getting an error like goal cannot be summarized and there is no summary option coming up
Please help me out
Thanks,
reacha
and then group by agentid
There are 2 formulas which are
QA_score:
if isnull(Sum ({Command.TOTAL_POINTS}, {Command.AGENT_ID(1)})) then 0 else
Sum ({Command.TOTAL_POINTS}, {Command.AGENT_ID(1)})
goal:
if isnull(Sum ({Command.TOTAL_POINTS}, {Command.AGENT_ID(1)})) then 0
else if Sum ({Command.TOTAL_POINTS}, {Command.AGENT_ID(1)}) >88 then 1
Then i want to count how many of goals are 1
like count(goal,supervisor_name)
i am getting an error like goal cannot be summarized and there is no summary option coming up
Please help me out
Thanks,
reacha