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

Recommended Posts

Posted

I have a Filemaker file titled DataFiles. In it there is a number field titled Ap0. I have another field that is a summary(average) of all the Ap0 in all the records. I have another field titled round that rounds that summary field up. In another Filemaker file I have a number field titled averages. I am trying to pull the number from the round field in DataFiles. I have a relationship linking averages(DataFiles) to round. But nothing comes up in the field. I tried round as a text, number, calculation. Nothing seems to come up. Any ideas what I'm doing wrong?

Posted

I assume that the calculation for Round is something like this: Ceiling ( GetSummary ( Summary ; Summary ) ) Where Summary is the summary field with the average. Round should be a number field.

This should be available in a related file if you have a valid relationship.

Posted

Link DataFiles to your other file by an indexed field. Then you can place the Rounded field directly on the layout in the other file.

Posted

You can't.

Summary fields are usually only good in the table which they summarize, since they are based on the found set and how it is sorted. To use the info in a related table/file, Sum(relationship::numfield), or Sum(relationship::numfield) / Count(relationship::serial) for an average, is the usual solution.

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