Jump to content

Create fields from the list values.


edudna

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

Recommended Posts

From the looks of your example yes, but...

You want to for example select 4 of 20 subjects and view what about them?

I need more of a sample "view" of what your after -- and also some sample data.

Link to comment
Share on other sites

Thank you again for your reply. It is a problem that I can not solve and I have stop my project for 15 days now...

I have to show in a layout or portal the grades of students in all the classes that they have.

So we have a list with classes, that a student takes for a period or a year and this list is created from the records of the classes table. But this is not enough to show all the classes and all the students at once in one layout or a portal. Because classes must be in fields not in a list to be show correctly. So we need to convert the list of classes to fields automatically. I hope you understand...

If you do not I prepare an example for this. But it is complicated anyway.

Pascal

Link to comment
Share on other sites

I haven't looked at your sample file, but if you have tables for:

Students

Courses

Enrollments (join table between Students and Courses)

you could easily display the courses a student has taken by using a portal of the Enrollments table. This portal would not have to display the entire course offering--just the courses that each student has enrolled for. This Enrollments table could include a field for the student's final grade, which would be displayed on the portal.

If you want to take it down the road further, you could set up an Assignments table that would be associated to the Courses table and a EnrolleeAssignment table that joins the assignment to the enrollee, store the assignment grades in that table, build some summary fields to calculate a student's overall grade for a class, and your teachers can keep their gradebooks in your system. You'd have to script an Add Assignment button to autopopulate the individual enrollee records for each assignment, but that's not too horrible...

My head spins with the possibilities!

David

Link to comment
Share on other sites

I don't know... do you want to show all the students for a course that you select from the top?

i.e. you select

History, Maths and science and you get the following

HISTORY............MATHS...............SCIENCE

John Williams......Brian Mathews.......Elga Jordan

Henry Ectar........Lord Brian Thomas...Frank Kronos

Link to comment
Share on other sites

This topic is 6348 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.