I have a value list that includes the "Personnel::UID" of all managers in my personnel table. (Determined through a self-related table where "Personnel::Manager" = "PersonnelSelf_Managers::UID". I included a screenshot of the relationship.)
I want to compare a single value ("Personnel::UID") against the contents of that value list to take action (show or hide some data on the layout) based on whether the person in question is a manager or not.
Can this be accomplished with a calculation using ValueListItems? I am having a hard time figuring it out.
Is there a simpler way to do it? I am trying to minimize the creation of lots of random fields that could be handled via calculations instead.
