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

Recommended Posts

  • Newbies
Posted

Hello,

I have a simple calculation that changes a field based on a difference between current date and the creation date of the record. The calculation evaluates some fields in the record, and if those fields contain a certain value AND the date difference is greater than x, another field is changed. However, when this calculation changes the field, the modification time and date of the record are not changed.

This is an issue for me, as I need to export records that have been changed since the previous export. The records that were changed by this calculation don't get exported, because the modification was not triggered.

I have searched the forum for a solution, but I couldn't find the solution to this particular issue. Any help would be greatly appreciated.

Thanks, Arnd

Posted

The records are modified when the referenced fields are modified. A mere passage of time will not modify a record.

Perhaps you should make a stored calculation to track the modification time of certain fields. Then you can find records that were either modified since the last export, or didn't qualify for the last export but do now.

  • Newbies
Posted

This part: "Perhaps you should make a stored calculation to track the modification time of certain fields." How to create that calculation.

Posted

Define a new timestamp field and make it auto-enter a calculated value (replacing existing value) =

Let (

trigger = FieldA & FieldB & FieldC

;

Get (CurrentTimeStamp)

)

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