Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 6410 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted (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 by Guest
clarification
Posted

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.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.