Newbies kath Posted August 14, 2009 Newbies Posted August 14, 2009 Hi all. This is my first attempt at asking for help here, so here goes. I'm trying to build (what I think is) a simple calculation field and I'm running into some trouble. I'd like to sort through a series of records for the dates when a student was absent, filter whether on that date they were absent or tardy, and calculate the number of times in a given month they were absent. Seems simple enough-- what I've tried for a calculation is below and perhaps reveals how little I truly understand FM. Suggestions welcome. ValueCount ( FilterValues ( List ( absence::absent_or_tardy) & (MonthName ( absence::date_absent ) = "September" ) ; "absent") ) Thank you.
Vaughan Posted August 15, 2009 Posted August 15, 2009 Have you tried generating a summary report for this, rather than a calculation field? If you had a calculation field, how would you imagine the results would be displayed?
Newbies kath Posted August 16, 2009 Author Newbies Posted August 16, 2009 Vaughn - Thanks for your reply. I have a field date_absent that includes dates for all absences and tardies throughout the year. My sense is that a summary field could count the total number of dates in this field, but not count only those in a specific month. Perhaps there is a way to do this with a summary field I am not aware of? The calculation result I am looking for is a number representing the number of absences for a specific month for that student. Any further ideas? Anyone else? I'm sure the solution is embarassingly simple. Thanks in advance for any advice. Thanks much.
Tim W Posted August 16, 2009 Posted August 16, 2009 Hi Kath, I would use relationships to accomplish this task. Please see the attached file for an example. Thanks, Tim Mod_Student_Record_081609.zip
Recommended Posts
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