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

Recommended Posts

  • Newbies
Posted

Hi,

I'm pretty new at a lot of the concepts in FileMaker Pro. I have a database where I track calls and clients. The main table is calls and the clients are in another table. They're related by an id. I'm trying to put a summary field of the total amount of calls each client has on the calls page so I can easily just see how much each person has made. It's got to be a really simple answer, but I don't see anything in summary or calculation that will do just one set of records without doing a find. Thanks

Posted

Define a calculation field in the Clients table (result is Number) =

Count ( Calls::ClientID )

You could also use a summary field in the Calls table, but this works better in later versions.

Posted

I'm trying to put a summary field of the total amount of calls each client has

Try putting a calculation field in the clients table with "Count ( calls::id )". That should do it.

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