Good morning,
This is a follow-up on my previous question :
View a field based on assigned to
I'm using the formula to show a dropdown field based on the assigned to
isInList(related($assigned_user_link,"last_name"),createList("Last Name of the assigned user"))
However I would like to go a little further and have the choices of the dropdown list to change depending on the assigned to.
For example :
If assigned to Bob, then dropdown field offers the choices "A, B, C"
But if assigned to John, then dropdown field offers the choices "C, D, E"
etc.
Any idea how to achieve that?
Thanks!