wdisneymom Posted December 22, 2005 Posted December 22, 2005 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???
mr_vodka Posted December 22, 2005 Posted December 22, 2005 Can you provide more information on exactly what and how you want on your report. Thanks.
wdisneymom Posted December 23, 2005 Author Posted December 23, 2005 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
Kent Searight Posted December 23, 2005 Posted December 23, 2005 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.
mr_vodka Posted December 23, 2005 Posted December 23, 2005 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
wdisneymom Posted December 24, 2005 Author Posted December 24, 2005 looks great Thanks so much I will try both ways
wdisneymom Posted December 26, 2005 Author Posted December 26, 2005 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
mr_vodka Posted December 29, 2005 Posted December 29, 2005 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.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now