I have graders name as a column in a module. The column datatype is a list (graders name)
I want to reduce the dropdown from that column to only active graders
----
I tried creating a subset of the list (graders name) and then using that list as a datatype in the column but that erases all the data related to previous graders that are currently not active
----
Please help!