This question has been answered several times but I can't seem to get my code to work. I have a circle that I would like based off of the manager approval column. Approved=Green, Pending=Yellow, Not Approved=Red. Here is the code I am placing in the "Fill" section of the circle:
Switch(
ThisItem.'Manager Approval'.Value,
"Not Approved", Red,
"Approved", Green,
"Pending Manager Approval", Yellow
)
I'm receiving numerous errors but I'm not sure why:
