For more information, please refer to this announcement explaining best practices for getting answers to questions.
Math formula not adding up
Summary: Calculating percentage of candidates is not correct
Content (required):
Ok, I'm trying to provide the % of diverse candidates of our total candidate pool for a given year. I have three fields to show this and they don't add up.
Column A: The built in # of candidates to show the total (with filters for the year, and which jobs candidates applied to, etc)
Column B: Filter("Candidate Counts"."# Candidates" USING("Candidate Regulations"."Race" IN ('More Than 1 Choice', 'Race - Asian', 'Race - Black', 'Race - Indian Native', 'Race - Pacific Native'))) to get the # of diverse candidates
Column C: Filter("Candidate Counts"."# Candidates" USING("Candidate Regulations"."Race" IN ('More Than 1 Choice', 'Race - Asian', 'Race - Black', 'Race - Indian Native', 'Race - Pacific Native', 'Undisclosed')))/"Candidate Counts"."# Candidates" *100 - to get the percentage of diverse candidates.