Forum Discussion
Eric_J_Hansen
9 years agoQrew Cadet
In the projects to P&E relationship, count the number of P&E records where team is equal to A.
From there, you can create a formula checkbox on the Project table with the formula:
if([# of P&E Team A Assigned]>0,true,false)
Let me know if that helps.
From there, you can create a formula checkbox on the Project table with the formula:
if([# of P&E Team A Assigned]>0,true,false)
Let me know if that helps.
DavidChotin
9 years agoQrew Trainee
Oops my original question wasn't clear. I need to pull the NAME of the employee, not just if they've been assigned.
I was able to come up with a way to get the RID of the right team member - can I use that to fill a formula field or something?
I was able to come up with a way to get the RID of the right team member - can I use that to fill a formula field or something?