Document View, Proof Approver Decisions, Filter by Proof Role
Hi all! I have a view built to use in the Documents tab in projects, which shows something like this:

The issue is that if someone gets set as a role that can make a decision, and then gets bumped down to Reviewer, they still show in the Pending column (even though their decision is no longer needed).
This is the code for the “Decision: Pending” column:
displayname=Decision: Pending
listdelimiter=<div>
listmethod=nested(currentVersion.proofApprovals).lists
type=iterate
valueexpression=IF(LOWER({approverDecision})="pending",CONCAT("🟡 ",{approver}.{name}),"")
valueformat=HTML
Is there a way to add a condition to the IF formula where I could “filter” down to see people who have a decision-making role currently?
TYIA!