Jump to content
Server Maintenance This Week. ×

summarising data


This topic is 7015 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Hi i have a list of records conatining a roomnumber, area & condition (rated 1 to 5).

I need to summarise the records by the total areas for each condition.

I cant think of a simple way to do this other than 5 calculations eg case(contition=1,area*1,) and five summary fields.

Is there a better way? There are other categories in the record that may come into play later on.

edit: Im guessing I need to use the getsummary calc but am not get very far with it

thanks

Link to comment
Share on other sites

Make a separate table called Condition and link the new table to Roomnumber by the condition field. Make one summary field for area, sum_area, equal to the total of area. Then place this field on the layout for Condition. You'll have five records in Condition. The sum_area field in each Condition record will give you the corresponding area.

Link to comment
Share on other sites

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