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

Recommended Posts

  • Newbies
Posted

I'm setting up a database to track visual effect shots for a short film.

The MAIN table has the shot number and a field for the approved version.

The VERSION table has fields for serial number, shot number, version number, and a field for approved/not approved. The tables are linked by shot number.

I only want the "approved" version number from the VERSION table to appear in the "approved version" field on the MAIN table.

There must be a clever way to do this that I just can't think of!

Posted

Add a global field to Main and set its value to "Approved".

Make a relationship to Version

Shot Number = Shot Number

AND

Global = the field for approved/not approved

Posted

You could define a calculation field in Versions =

Case ( Approved ; ShotID )

then define a new relationship based on this field.

However, what you describe allows for more than one version to be approved. A better way would be to select the version by a script that sets an ApprovedVersionID field (in the Shots table) to the selected VersionID value.

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