Formula help for # openings minus accepted offers
Summary
Formula help for # openings minus accepted offersContent
Hello - I'd like to create a formula to show # of remaining openings minus accepted offers. I don't want to use the standard "Requisition Counts"."# Openings (Accepted)" or "Requisition Counts"."# Openings (Hired)" because it doesn't suit our needs.
Here is the formula that I have but I want to subtract out "Candidate Counts"."# Submissions Offer Accepted"
CASE WHEN Filter("Requisition Counts"."# Openings" USING "Requisition Primary Location"."Location Level1 Name" IN ('Americas')) IS NULL THEN 0 ELSE "Requisition Counts"."# Openings" END
Any ideas on how to accomplish this?
Many thanks in advance!
Regards,
0