Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×
The Claris Museum: The Vault of FileMaker Antiquities at Claris Engage 2025! ×

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

Recommended Posts

Posted

I have a database with records of clients and want to do a report calculating different fields(age,gender,custody etc)

I am a newbie and don't know where to begin to summarize these fields

Any help???

Posted

Can you provide more information on exactly what and how you want on your report.

Thanks.

Posted

Thanks,

I want to total the number of kids from each county, the gender of each kid (how many males, females) how many are in parent custody, social services custody etc

Posted

Sounds like you want to do a Summary report.

Create a new layout by selecting New Layout/Report under Layouts in the Menu Bar. Select Columnar List/Report as your layout type, and just follow the instructions for how to divide up your summaries.

Also, you'll want to create 1 summary field to get the Count Of a field you know will never be empty (auto-enter serial #).

Try this out and see if it makes sense. Let us know if you get stuck.

Posted

Hi as Kent stated, you need to run summary reports. Here is a mockup file that you can disect and take a look at.

Happy holidays!

reports.zip

Posted

I've been trying to replicate your report

when I look at your defined fields I see "cCount" and "SJ_age" etc. cCountCounties ( SJ_county::PersonID )

What does the "cCount" mean

What does SJ_county mean

Posted

cCountAge is the name of the calculation field which formula is: Count ( SJ_age::PersonID )

This is basically the count of all the PersonIDs based off the 'self joining' relationship that I called SJ_age. Take a look at the relationships graph.

The self joins are based off of the value of the current record and then the count function counts all records that match the value of the current match field. In other words, if the current record has the value of 5 in the age field, the self join matches all records that have the value 5 in it. Then the calcuation counts the number of records that has 5 for the age in it.

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