Announcements
This site is in read only until July 22 as we migrate to a new platform; refer to this community post for more details.

Select Value Column

Hello,


I have three tables with the same columns
The first table has fixed values and is the reference (Inventory)
The second table has the data I want (Control)
The third table that I need (Entry) to show me the row [Room Name] that is related to the first column [Department]
The first column is called [Departments] > Column Type: Enum
and contains repeated values
Second column [Room Name] > Column Type: Text
which is part of the first column

MohamedSalem999_1-1751274738401.png

How can I show the values for each [Department] when requested?

Solved Solved
0 2 61
1 ACCEPTED SOLUTION

Steve
Platinum 5
Platinum 5

IN([Department], Control[Department])

View solution in original post

2 REPLIES 2

Steve
Platinum 5
Platinum 5

IN([Department], Control[Department])

Thank you

Top Labels in this Space