I have some agents that need to call a minimum of 24 records per hour, I have a crosstab report that will show me those records, what I need to do is work out what percentage of the minmum calls that they need to do have they actually done, e.g. I know that 13 calls is 54.16% of 24, how do I do that as a formula The formula I was trying is:
Count({Report_Data.Outcome})*100/24
this doesn't seem to work as I need to be doing this as either a column or row percent what I want it to do is only the individual agent for that hour.
I guess the question also is, is a crosstab the wrong report format for this, should I be trying something else?? problem is I need to show during the day, per hour, per agent.
Didn't anyone ever tell you? There's one thing you never put in a trap — if you're smart, if you value your continued existence, if you have any plans about seeing tomorrow — there's one thing you never — ever, put in a trap. … Me.
Count({Report_Data.Outcome})*100/24
this doesn't seem to work as I need to be doing this as either a column or row percent what I want it to do is only the individual agent for that hour.
I guess the question also is, is a crosstab the wrong report format for this, should I be trying something else?? problem is I need to show during the day, per hour, per agent.
Didn't anyone ever tell you? There's one thing you never put in a trap — if you're smart, if you value your continued existence, if you have any plans about seeing tomorrow — there's one thing you never — ever, put in a trap. … Me.