Forum Discussion
Anonymous
7 years agoNot applicable
Creating a ratio based on a calculated measure
Hi, I'm trying to calculate a first contract resolution rate for our customer service department. My data source is Salesforce where I use the Case object and Case History object for this calcula...
themistoklis
Community Champion
7 years agoAnonymous
How about this formula:
FCR = IF([# of case redirections]<3;[# of case redirections];0) / [# of case redirections]
Anonymous
7 years agoNot applicable
Many thanks themistoklis, but it doesn't seem to do the trick. Just as my FCR calculation, the row by row calculation is correct, but I can't get to an average for all cases. In the visual it does not allow me to do any calculation or slicing on the FCR. Anymore suggestions? Thx.