Newbies clairetalk Posted January 7, 2011 Newbies Posted January 7, 2011 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
comment Posted January 7, 2011 Posted January 7, 2011 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.
jaydonne Posted January 7, 2011 Posted January 7, 2011 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.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now