![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I am not sure if it's PatternCount or whatever, but I have no clue. How do I find out how many of xyz do I have? For example, I'd like the Field:English to count how many records have the text "ENGL" from records with English, ENGL 201, ENGL 100, ENGL 301, ENGL etc so I can display that value. Then I'll replicate it for Classics, Anthropology, and all the other courses so I can do a semester list tracking the courses through the semesters. Any suggestions? |

#3
| |||
| |||
|
|
I am not sure if it's PatternCount or whatever, but I have no clue. How do I find out how many of xyz do I have? For example, I'd like the Field:English to count how many records have the text "ENGL" from records with English, ENGL 201, ENGL 100, ENGL 301, ENGL etc so I can display that value. Then I'll replicate it for Classics, Anthropology, and all the other courses so I can do a semester list tracking the courses through the semesters. |
And then also figure out how to get the semesters pre-1995, where I have no records, but a hard copy the totals.
#4
| |||
| |||
|
|
and thus ~consul inscribed ... I am not sure if it's PatternCount or whatever, but I have no clue. How do I find out how many of xyz do I have? For example, I'd like the Field:English to count how many records have the text "ENGL" from records with English, ENGL 201, ENGL 100, ENGL 301, ENGL etc so I can display that value. Then I'll replicate it for Classics, Anthropology, and all the other courses so I can do a semester list tracking the courses through the semesters. Whooo Weee! I think I figured it out. Semester: Text English: Calc =PatternCount (Course, "ENGL ") returns as Number Classics: Calc =PatternCount (Course, "CLAS ") returns as Number Anthropology: Calc =PatternCount (Course, "ANTH ") returns as Number English_Count: Summary =Total of English Classics_Count: Summary =Total of Classics Anthropology_Count: Summary =Total of Anthropology The layout is: Header SubSummary sorted by Semester When I sort by the Semester, I get the right fields and totals. |
)|
Now I just gotta make it for another 30 or so more course catagories, but then it's all automated! And then also figure out how to getthe semesters pre-1995, where I have no records, but a hard copy the totals. |
)
#5
| |||
| |||
|
|
consul (AT) dolphinsTAKEAWAY-cove (DOT) com> wrote: Whooo Weee! I think I figured it out. Semester: Text English: Calc =PatternCount (Course, "ENGL ") returns as Number The layout is: Header SubSummary sorted by Semester When I sort by the Semester, I get the right fields and totals. I've only had a quick look over, but it seems correct to me. )Statistical analysis / reports in FileMaker is quite cumbersome. It's often easier to export the data to Excel and do the analysis there. |
#6
| |||
| |||
|
|
and thus Your Name inscribed ... consul (AT) dolphinsTAKEAWAY-cove (DOT) com> wrote: Whooo Weee! I think I figured it out. Semester: Text English: Calc =PatternCount (Course, "ENGL ") returns as Number The layout is: Header SubSummary sorted by Semester When I sort by the Semester, I get the right fields and totals. I've only had a quick look over, but it seems correct to me. )Statistical analysis / reports in FileMaker is quite cumbersome. It's often easier to export the data to Excel and do the analysis there. Do you know how to code it so I could have different courses counted into one field? Like have the field English Calc be a PatternCount of ENGL, COLT, WRIT? Or would I have to make separate calc field for each? I eventually will have to make a total of All Humanities, All Business, All Social Sciences, things like that. |
)
#7
| |||
| |||
|
|
If you only want the combined totals, then you can alter the Calculation fields to total all the different English, etc. classes together for each grouping. e.g. Num_AllEnglish Calculation, Number Result, Unstored = PatternCount(Course, "ENGL ") + PatternCount(Course, "COLT ") + PatternCount(Course, "WRIT ") Sum_English Summary Total of Num_AllEnglish |

![]() |
| Thread Tools | |
| Display Modes | |
| |