Newbies Servus Posted February 27, 2009 Newbies Posted February 27, 2009 My first post here. Apologize if made something wrong. Looking for a solution in FM similar to this in numbers. I have tried If (Table 1::Client; Client; Sum (Table 1::Paid)) but it did not work. Any suggestions or helpful links?
comment Posted February 27, 2009 Posted February 27, 2009 The way to do this in Filemaker is to have a table of Clients and a table of Payments, related by a matching ClientID field in both. Then define a calculation field in the Clients table = Sum ( Payments::Amount )
Newbies Servus Posted February 28, 2009 Author Newbies Posted February 28, 2009 Thank you for your help! to complete my question please advise, how to get different clients with their payments in one layout? Each time I'm trying to do this with sum function I'm getting only one result (for one client). "the very beginner"
Recommended Posts
This topic is 5806 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 accountSign in
Already have an account? Sign in here.
Sign In Now