Categories
- All Categories
- 70 Oracle Analytics News
- 7 Oracle Analytics Videos
- 13.9K Oracle Analytics Forums
- 5.2K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 38 Oracle Analytics Trainings
- 56 Oracle Analytics Data Visualizations
- 2 Oracle Analytics Data Visualizations Challenge
- 2 Oracle Analytics Career
- 4 Oracle Analytics Industry
- Find Partners
- For Partners
Phone screens completed
Summary
Looking to add the number of phone screens completed to report
Content
I have a current report that I am needing to add the number of phone screens that have been completed. I have found the historical steps and status I am looking for but need help configuring report to count/total these numbers for me. Need some guidance.
Thanks,
Paul
Comments
-
Paul,
There are two ways to approach this, see examples below (where 'step' = your step and 'status' = your status):
FILTER("Candidate Counts"."# Submissions" USING (("Submission CSW Status - Historical"."Historical Step Name" = 'step') AND ("Submission CSW Status - Historical"."Historical Status Name" = 'status')))
or
COUNT(DISTINCT CASE WHEN ("Submission CSW Status - Historical"."Historical Step Name" = 'step') AND ("Submission CSW Status - Historical"."Historical Status Name" = 'status') THEN "Submission General Info"."Submission Identifier" END)
Please let me know if you have any questions. Thanks!
0