I am having problems creating an Enumlist which allows me to choose several users from the list.
I have created one user table named Mission Team. In this table I have all users. I have a yes/no column named Active. This allows me to filter on users who are currently active in the organization. I also have a column named Group Name, which divides my users into three groups (Team, Volunteers and Retreatants. I have created slices for each group of Active and Not Active Users. I have also created a view for each slice. Those views correctly show the information. So, when I look at the Volunteers Active slice, it shows me only the currently Active volunteers. All good so far.
I have created another Table called On Site Teams. I want to be able to assign one or more Volunteers and one or more Retreatants to various job sites. In this On Site Teams table I have two columns, one is Volunteer ID and the other Retreatant ID. I have designated each as a Ref type column. Since I am having the same problem with both columns, I will only discuss the Volunteer Column.
In the Volunteer ID column, I have chosen a Ref type, and the Source is the slice I created called Volunteers Active (slice), and I selected the Dropdown option. I have no Valid IF or other filters. When I then go to the On Site Team Form and select the Volunteers ID box, I see a correct listing of the Active Volunteers. But the list will only allow me to select one Volunteer. It appears to be an Enum list and not an ENUMLIST.
If I change the Volunteer ID column to an ENUMLIST type, and the Base Type to REF and the Referenced Table Name to Volunteers Active (slice), the On Site Team Form displays no names in the Volunteer ID dropdown box. I have no other expressions, Valid If or App Formulas.
How do I make this work as an ENUMLIST to allow several volunteers to be selected?