๐งฎ Formula Metrics
๐งฎ Formula Metrics
You can now create Formula metrics that combine your existing metrics into composite scores and rules โ no code required.

What you can do:
- Weighted scores โ
(Empathy * 0.4) + (Clarity * 0.3) + (Resolution * 0.3) - Pass/fail gates โ
Compliance AND Greeting - Custom benchmarks โ
(CSAT + NPS) / 2 - Comparisons โ
Sentiment == "Positive" AND Empathy > 3
How it works:
- Create a new metric in your Metric Library and select the Formula calc type
- Build your formula using the inline builder โ start typing to search and insert metrics
- Formulas are evaluated automatically during call analysis
Under the hood:
- Dependency-aware evaluation โ Source metrics are always computed before formulas that reference them
- Deletion protection โ Metrics used in formulas cannot be deleted until the formula is updated
- Cycle detection โ Circular dependencies are caught at creation time
- Type safety โ Math operators only accept numeric metrics; logical operators only accept boolean and classification metrics

