mz123 Posted September 17, 2008 Posted September 17, 2008 I have a Client's Table and a Billable Hours table. On a Client layout, I have a field showing a summary for billable hours for that client. How can I show a summary of a summary? In other words, in the footer, I want to see the total amount of billable hours for the found set. Client Hours (Summary) X 22 Y 20 Z 20 Total 62 How do I create the total row when the Hours are summary fields? Thanks!
mr_vodka Posted September 17, 2008 Posted September 17, 2008 (edited) Hi Martha, Perhaps you can take a look at this thread to see if it will help. By either using Agnes's method or a CF, you can collect the IDs of the found set in a calc and then use a self join to another Hours TO. Then you can reference the same summary field that you use for each clients's hours and it should work for your found set. http://fmforums.com/forum/showtopic.php?tid/197149 Edited September 17, 2008 by Guest Added link
comment Posted September 17, 2008 Posted September 17, 2008 Do your report from a layout of Billable Hours, sub-summarized by client.
mr_vodka Posted September 17, 2008 Posted September 17, 2008 I dont think she wanted this is a report but I am just speculating... :
comment Posted September 17, 2008 Posted September 17, 2008 So am I... If this is for a found set of Clients in Browse mode, then I would use a calculation field in Clients = Sum ( Billable Hours::Hours ) and a summary field to total the calc. BTW, there's no link in your first post.
Recommended Posts
This topic is 5971 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