FORMULA LANGUAGE
Examples: @IsNotMember
1. This example returns 0.
@IsNotMember("computer";"printer":"computer":"monitor")
2. This example returns 1 if R&D is not in the list of values in the field name Department; returns 0 if R&D is in the list.
@IsNotMember("R&D";Department)
3. This example returns
Marketing
in the Dept field if the current user is not contained in the list in the SalesDepartment field; otherwise
Sales
is returned in the Dept field.
FIELD Dept:=@If(@IsNotMember(@Username;SalesDepartment); "Marketing"; "Sales");
4. This example returns 1 if both the [WebTeam] and [ManageFiles] roles are assigned to the current user; it returns 0 if only one or neither of the roles is assigned to the user.
@IsNotMember("[WebTeam]":"[ManageFiles]";@UserRoles)
See Also
@IsNotMember
Glossary
Feedback on
Help
or
Product Usability
?
Help on Help
All Help Contents
Glossary