View a field based on assigned to

Good morning,

I'm trying to have a field showing up only if it is assigned to a specific User Group.
However i can't find a way to do so since "Assigned to" is not available on a function or a parent relationship.

Any idea how to do so ?

Thanks for your help.

Parents
  • Ok, I made it work. 
    Actualy this field doesn't not have _c, so i made it work with :

    isInList(related($assigned_user_link,"last_name"),createList("Last Name of the assigned user"))

    I guess i initialy did not understood Chris' answer. 

    Thanks guys.


Reply
  • Ok, I made it work. 
    Actualy this field doesn't not have _c, so i made it work with :

    isInList(related($assigned_user_link,"last_name"),createList("Last Name of the assigned user"))

    I guess i initialy did not understood Chris' answer. 

    Thanks guys.


Children
No Data