I want to create a formula in a custom field to test for the existance of certain resources.
This works fine:
iif([Resource Names] = "Technician","Yes","No")
The problem is it will only pick up the resource if it is the only one. If Technician is allocated with another resource it ignores...