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

Recommended Posts

Posted

I have tried with both types and am unable to get the results I really want. I have a table that has a quantity field. I want to display a total of the field. I have tried both using a summary field and also creating a self relationship to the table and Sum( relatedField ) but both seem to not update until I click on the field. I would like the field to show the total as soon as any of the other items get changed.

Any one have any suggestions or know what I'm doing wrong?

Posted

Do you want the total for all records in the table or only for the currently found set?

Posted

Create a self-relationship based on your serial and use X as the join operator. This will relate every record in the table to every record in the table. Then just create a calculation of Evaluate( "Sum(yourrelationship::quantity)"; quantity ).

Posted

You could just use Sum(relationship::quantity), but as you noticed, it doesn't update immediately. Using the Evaluate function forces it to update whenever the quantity field is changed.

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