Newbies Indiayque Posted May 26, 2006 Newbies Posted May 26, 2006 I'm a beginner and need some assistance. I have a student database with multiple related tables. One of these tables is a test scores table. The testscores table has multiple rows for a student. The rows have a student id (key), test id (e.g. SAT or ACT), test component (e.g. Verbal, Math, etc) and a test score. Rows - e.g. one row with 0001 SAT Verbal 800, another row with 0001 SAT Math 800, another row with 0001 SAT COMPOSITE 1600. I can display this test info in a portal for each student, but I want the test info displayed in table so I can export it to Excel as one record for each student. Where do I start?
John Mark Osborne Posted May 26, 2006 Posted May 26, 2006 You could start by trying the new Save Records as Excel feature in FIleMaker 8. It will take all the fields on your layout (including the ones in a portal) and export them to Excel. But, it will place the scores on separate rows in the same column and it sounds like you want the scores on the same row in separate columns. Try this file out and let me know. students.fp7.zip
Newbies Indiayque Posted May 26, 2006 Author Newbies Posted May 26, 2006 It's almost what I need. Is there a way to output not only the score but also the test name. So the score1 will show not just 800 but SAT Verbal 800 ?
Newbies Indiayque Posted May 26, 2006 Author Newbies Posted May 26, 2006 OK. I used my noodle. I joined the fields I needed in the scores table using a calculation. Then the coding in the student table seems to display exactly what I need. Many thanks, John!
Recommended Posts
This topic is 6757 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