Forum Discussion

SamOvermars's avatar
SamOvermars
Icon for Helper I rankHelper I
4 years ago
Solved

Lookup Multiple users details found in one column using another table

Hello, I have two tables that looks like this Task Table EmpID TaskNumber UpdatedBy TaskManager 1vv,2vv 3452 5vv 5vv 3ve 324 5vv 5vv 3vv,3ve 238 6vv 5vv,6vv   Users Ta...
  • Anonymous's avatar
    Anonymous
    4 years ago

    Hi SamOvermars ,

     

    My understanding is that you want to match the id of the two tables, and the easiest way to do that is to create a relationship between the two tables:

    This also establishes the relationship between the id in the task table and the username in the user table, then you can achieve what you want, like this:

     

    If I misunderstand your meanings , please let me know in time. Thanks in advance~

     

    Best regards,

    Community Support Team Selina zhu

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly