Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×
The Claris Museum: The Vault of FileMaker Antiquities at Claris Engage 2025! ×

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

Recommended Posts

Posted

I have 2 tables. one with student names and the team number that each student is on, another with an advisor's name and the team number that that faculty is advising. I created a relationship between the two so that i could create a portal from the advisor table to show all of the student's that are in a particular team. However, I want to be able to e-mail each advisor and include the full list of student's on each team. How can i define a single field that contains all of the student's names that correlate with each team #?

Posted

Create a value list based on the name field in students (using the student TO that applies to your team # relationship) and select the option to 'include only related values starting from' and select your advisor table. Then create an unstored calculation of ValueListItems( Get(FileName); "yourvaluelist" ). This field will then contain a return-delimited list of all students assigned to the professor's team.

Posted

Two possible ways:

1. Use a script to loop through the Student records, appending each name to a related field in Advisor (or a global.)

2. Define a value list (StudentNames) starting from Advisor, showing related Names from Student. Then define a calc in the Advisor table as ValueListItems( Get(FileName); "StudentNames" ).

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