Enum list with ref show empty list

hi, i trying to use enumlist bash on table.
1. 

avishai_goldis_0-1710854007159.png

2. employee table:

avishai_goldis_1-1710854096011.png

But in the Enumlist. the list is empty..

Thanks 🙂

 

0 4 84
4 REPLIES 4

Please 😞

Is employee_id the key in your employee table ?

It is very hard to tell what you are doing and what your expected result should be. It looks like maybe you are trying to establish a self-relationship within the same table, and at the same time trying to set what I presume is your key column [employee_id] as a REF column also. Unfortunately that is not how this would work. If you are trying to set employee to manager relationships then you need an additional column for [manager_id] that would be of type REF, assuming each employee only has one manager, or it could be EnumList type REF if an employee has multiple managers but it should probably still be employee to manager vs manager to employee.

When using Enum or EnumList base of Ref, you need to have a formula either in the Valid_If or Suggested values. It can be as simple as Table[KeyColumn].

Top Labels in this Space