I need help sorting out a beast mode calculation that shows agent pass rate.
sbailey
⚪️
Hi All,
We use the following to calculate a compliance pass rate at the evaluation level:
100 - (COUNT(DISTINCT
CASE
WHEN `answer_label`!= 'N/A'
AND `question_max_score`!=`answer_value` AND `name_group`= 'Compliance Critical' THEN `evaluation_id`
END)
/COUNT(DISTINCT `evaluation_id`))*100
I am trying to adjust this to run at the question level for accuracy, but I can not get it to work even though it's showing as a valid formula:
100 - (COUNT(DISTINCT
CASE
WHEN `answer_label`!= 'N/A'
AND `question_max_score`!=`answer_value` AND `name_group`= 'Customer Critical' THEN COUNT(DISTINCT `question_description` )
END)
/ COUNT(ABS(`question_description`)))*100
Any ideas of what could be happening?
0
Categories
- 7.3K All Categories
- 13 Getting Started in the Community
- 141 Beastmode & Analytics
- 1.8K Data Platform & Data Science
- 54 Domo Everywhere
- 2K Charting
- 1K Ideas Exchange
- 903 Connectors
- 236 Workbench
- 342 APIs
- 77 Apps
- 19 Governance & Productivity
- 234 Use Cases & Best Practices
- 50 News
- 473 Onboarding
- 572 日本支部