Notes Forumla FAQs
In response to customer questions here are some notes formula for various items. Submit any questions to our online query and we'll answer for you:
Question:
What is the formula for using Hide When Not in a Role? For example I only want to display some information to a person or user group when they are in an allocated Role.
Answer:
This will hide if the user is not a member of the role "WebTeam" or "ManageFiles"
@IsNotMember("[WebTeam]":"[ManageFiles]";@UserRoles)
|