Skip to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

exporting data from a relational databases

Featured Replies

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

Your file cannot be opened and your description is not clear.

 

err.png

  • Author

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

Your file still cannot be opened. Make sure to close the file before attaching it.

What is the format you're exporting to?

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.

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

  • Author

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

2015_conference.fp7.zip

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

Create an account or sign in to comment

Important Information

By using this site, you agree to our Terms of Use.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.