For more information, please refer to this announcement explaining best practices for getting answers to questions.
just need a count of completed submissions/profiles
Summary
just need a count of completed submissions/profilesContent
hi, I have the formula below but it is adding candidates whose profile/submission is incomplete. There should be 1 candidate on the req. who completed his profile but I am showing 2. What am I doing wrong? Thanks so much.
FILTER("Candidate Counts"."# Submissions Complete" USING "Submission CSW Status - Historical"."Historical Step Name" = 'Interviewing' AND "Candidate Regulations"."Ethnicity" = 'Ethnicity - Hispanic Latino')
+
FILTER("Candidate Counts"."# Submissions Complete" USING "Submission CSW Status - Historical"."Historical Step Name" = 'Interviewing' AND ("Candidate Regulations"."Race" = 'Race - Black'))
+
FILTER("Candidate Counts"."# Submissions Complete" USING "Submission CSW Status - Historical"."Historical Step Name" = 'Interviewing' AND ("Candidate Regulations"."Race" = 'Race - Asian' OR "Candidate Regulations"."Race" = 'Race - Pacific Native'))