MHAriete64 Posted May 8, 2007 Posted May 8, 2007 (edited) I'm writing a script to find students who've not taken a specific course (Classes::Course) and have taken a prerequisite (Classes::Course). I've set up a layout for administrators to select from a value list the course they'd like to "fill" (set variable $TempCourseToFill) and then a place for them to tell me that course's prerequisite (set variable $TempPreRequisite). I want FM8.5 to omit the people who've taken the class, and find just those who've taken the prerequisite. Can I get a few ideas of how to go about this. My avenues have failed. Thanks. Edited May 8, 2007 by Guest clarification
sbg2 Posted May 9, 2007 Posted May 9, 2007 New Script = Enter Find Mode[] Set Field[studentClass::Course; $TempPreRequisite] New Record/Request Set Field[studentClass::Course; $TempCourseToFill] Omit Record Perform Find[] In short... find all students who have taken the prereq. course and then omit those that have already taken the course to be filled.
Recommended Posts
This topic is 6410 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now