Hello,
I am working on a report result that gives me a total for the Agent header with the amount of calls answered by an agent. The header section needs to display the amount of necessary calls "Yes" and the amount of not necessary calls "No" as well. I used an IIf function in the control source of my text box =Sum(IIf([CALL NECESSARY]="No",1,0)) and the same =Sum(IIf([CALL NECESSARY]="Yes",1,0)) the result is not correct. Is there a way that I can get a count in the control source of how many "No" and "Yes" each agent has?
My Agent header report output should be:
Agent Total Calls Necessary Not Necessary
Mary 20 15 5
Thanks in advance.
I am working on a report result that gives me a total for the Agent header with the amount of calls answered by an agent. The header section needs to display the amount of necessary calls "Yes" and the amount of not necessary calls "No" as well. I used an IIf function in the control source of my text box =Sum(IIf([CALL NECESSARY]="No",1,0)) and the same =Sum(IIf([CALL NECESSARY]="Yes",1,0)) the result is not correct. Is there a way that I can get a count in the control source of how many "No" and "Yes" each agent has?
My Agent header report output should be:
Agent Total Calls Necessary Not Necessary
Mary 20 15 5
Thanks in advance.