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 3391 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted (edited)

when I export data from a relational database it does not export all data. i.e. I am running a session data base that is related to a speaker database. when I export the description an objective field plus the speakers the export contain all the field however when a session contain multiple speaker it only bring the first listed speaker not all.  any Idea how to do this

2015_conference.fp7

Edited by msoussi
Posted (edited)

Thanks for your response, 

What I am trying to do is to export data for a session or sessions with all related speakers to the session,  when I do so only the first speaker is exported the others do not export.

 

 

2015_conference.fp7

Edited by msoussi
Posted

Your file still cannot be opened.

I am assuming you have two tables: Sessions (parent) and Speakers (child).

If you export from the Sessions table, and include fields from the Speakers table in the field export order, you will get a row for each speaker, but the fields from the Sessions table will be populated only in the first row of each session, for example:

Session,Speaker
"Session A","Speaker A.1"
"","Speaker A.2"
"","Speaker A.3"
"Session B","Speaker B.1"
"","Speaker B.2"

If you export from the Speakers table, and include fields from the Sessions table in the field export order, you will get a "flat table" with full row for each speaker:

Session,Speaker
"Session A","Speaker A.1"
"Session A","Speaker A.2"
"Session A","Speaker A.3"
"Session B","Speaker B.1"
"Session B","Speaker B.2"

To export the currently viewed Sessions from the Speakers table, start your script with Go to Related Record[] and select the 'Match all records in the current found set' option.

Posted

Always share compressed files; such as .zip or .xz, or you can just save a copy of the file and name it 2015_conference.fp7.bin

Posted (edited)

This one opened for me.

 

The script attached to the Button “View Speaker List” is a script called “Attendee List” - could that be the problem?

Edited by Lee Smith
feed back on script

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