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

Recommended Posts

Posted

We have a 1:many relationship set up within a database. Is there anyway to associate multiple child records to one parent without using a portal? We want to be able to take advantage of the sliding functionality for the child records as they are of varying lengths but understand that sliding does not work within a portal. Suggestions?

Posted

I assume this is for a "report", for printing... you can use a "utility" table first grab all the data from fields from each child table store it in $variables, or return separated $variables create the necessary number of records in this utility table setting the fields to values you grabbed earlier, then you should be able to then use the sliding objects, when you print. Then just delete the records when done with the report.

If you are using a truly unique serial number such as Ray's Base36 http://www.nightwing.com.au/FileMaker/demos9/demo910.html you could just grab all the IDs from each table in to a return separated list. Then do as I suggested above

you can then in a looping script create a new record for each item in the list using GetValue() then your fields could use auto enter by calculation getting the data from the the ID field to each of the related tables.

  • 2 weeks later...

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