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

Recommended Posts

Posted

The syntax for a fully qualified field name begins with the table occurrence name, which is not necessarily (or even usually) the layout name. Also, assuming that you're trying to build a calculation that will return the contents of a standardized field that has the same name in all your tables, you would need to be concatenating the the table occurrence name with the field name for an initial text result, and giving that text to the Evaluate or GetField function. A simpler alternative is to just use the GetField function:

GetField ( "fieldName" )

The GetField function will assume you mean to get that field from the current record, in the table occurrence the current layout is based on, so it's OK to leave the table occurrence name out altogether in this exception.

  • Like 1

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