I seem to have an issue with Data Views and Many to Many relationships.
In the example of Teachers, Students and Classes I want to be able to list multiple entries of the many to many relationship in a single data page cell.
So if I make a view that lists all students by class, and the class has multiple teachers, I want the teachers Concatenated in a cell rather than listing a number of records for teacher A and a number of records for Teacher B.
Given Tables
Student
Student_ID
Student Name
Teacher
Teacher_ID
Teacher Name
Class
Class_ID
Teacher_ID
Student_ID
How would I tell the data page to create a line with All of the teachers, then list by student?
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Question
KenWi
Hello Caspio users,
I seem to have an issue with Data Views and Many to Many relationships.
In the example of Teachers, Students and Classes I want to be able to list multiple entries of the many to many relationship in a single data page cell.
So if I make a view that lists all students by class, and the class has multiple teachers, I want the teachers Concatenated in a cell rather than listing a number of records for teacher A and a number of records for Teacher B.
Given Tables
Student
Student_ID
Student Name
Teacher
Teacher_ID
Teacher Name
Class
Class_ID
Teacher_ID
Student_ID
How would I tell the data page to create a line with All of the teachers, then list by student?
Hopefully this makes sense.
Please Advise,
Ken
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.