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]