The findMember formula is used at the crew level to find the first member within a crew that matches the search criteria. The first member is based on how members are sorted within their crews.
Format: findMember(attr1.dataPoint, attr2.None, attr3.datPoint)
A data point may be used to find a member with specific attribute values. "None" is a supported data point. If a data point is not supplied, the data point for the attribute will function as if "None" was supplied.
Examples:
-
findMember (StormRole.Patroller, Supervisor.Yes)
-
findMember (Leader.Yes)
Warning: This formula is inclusive. Meaning, if three attribute data points are provided within the formula, a member must meet all three data points in order to be found by the formula.
Note: If a badge is enabled for an attribute using the findMember formula, the badge will display the member’s ID only and will not display their name.
Reminder
The formula, attribute name and data point must be spelled and in the same case as the formula, attribute or data point you are referencing.
E.g. If an attribute is called CrewType, in the formula, you must use CrewType. crewType and CREWTYPE will not reference the CrewType attribute.
Comments
0 comments
Please sign in to leave a comment.