I have a student data set and an organization dataset.
In the student data set, the students are ranked by a "matching score".
In the organization data set, there is a list of organizations that need to fill 'x' number of vacancies (the vacancies vary by organization). The organizations are also ranked by a priority. The higher ranked organizations will be filled first.
I want to match the top ranked students to the highest ranked organization until it's vacancy is filled. Then once the organization is filled, the next student will fill the next organization. So on and so on.
It's pretty straightforward, but I have no idea how to do this. Any ideas?
I have the student version of DOMO. Not sure if it's different than full versions.