Aussie John Posted May 12, 2010 Posted May 12, 2010 (edited) I have a load of room records with Area and Capacity fields and summary totals (sArea and sCapacity). I'd also like another field to summarise the ratio of sArea/sCapacity but this doesnt work. I tried average of area/capacity too. Getsummary seems to work but only for the subsummary defined in the break field. Thanks for any help. Edited May 12, 2010 by Guest
comment Posted May 12, 2010 Posted May 12, 2010 If I understand your request correctly, you need two calculation fields: one to go in the sub-summary part = GetSummary ( sArea ; breakField ) / GetSummary ( sCapacity ; breakField ) and another for the grand total = GetSummary ( sArea ; sArea ) / GetSummary ( sCapacity ; sCapacity ) or just = sArea / sCapacity
Recommended Posts
This topic is 5368 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