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

Recommended Posts

Posted

Yes.

Cgange the auto-enter to include a trigger field, then update the trigger field. This could be as simple as replacing the trigger field value with itself.

To create a trigger field, use Let() functiom:

Let(

trigger = somefield ;

therealcalculation

)

Posted

Include the fields that the calculation is based upon as the trigger fields.

Note that AFAIK auto-enter doesn't work for related fields, only local fields.

Posted

Why use an auto-enter then? If it doesn't need to be indexed make it into an unstored calculation field.

If it does need indexing then the field will need a scripted update process. This is either done through the interface as the data is changed (force the user to run a script as part of the data entry) or on a regularly timed basis (say getting FM Server 9.0 to run the update script every morning or whatever).

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