Hello, need help with a Customer Saved Search. Trying to create a formula column that adds up two certain currency fields IF there is opp status in a certain state: Here is what I have but this isn't showing: CASE WHEN {opportunity.entitystatus.id}='10' THEN SUM({opportunity.custbody1}+{opportunity.custbody_service_rev}) END