Filter the value in enum list

I am having a Group table
i am have the column name Group name has text and Members has Enumlist with ref
Employee table
I am adding a group name Admin
Members has (a,b,c)
I want to list out the members of admin group in Another table column has enumlist
help me with any expression??

0 6 636
6 REPLIES 6

Steve
Platinum 4
Platinum 4

The following is unclear to me:

Please elaborate.

I want to list out the members โ€œ-one of the column in group โ€ of the group name โ€“ โ€œ-one of the column in group โ€

I want to show the above members in another table column name Reviewer Members.

That doesnโ€™t clarify anything for me.

I am having the table called group
Group table column are group name ,group members
Group name - text
Group members-enumlist with ref the employee table
I am adding the new row has
Group name - admin
Group members-a,b,c

I need to lookup the value A,b,c in another table
Column name - reviewers type is enumlist.

SELECT( Group[Group Members] , [Group Name] = ??? )

Replace ??? with value of group name youโ€™re trying to lookup.

I want to create a filtered column, for example if the room is 1, show only students from room 1

Top Labels in this Space