I´m working in an App to register users interest in some courses. This app store data in a List with the fields NAME and COURSE.
We have actually just five courses, so, the user select it in a DropDownMenu (Course 1, Course 2 etc).
I want that if the course has 40 subscrites, it not appears in the dropdown menu.
Does anyone have some suggestion?