Thomas2syllables Posted August 2, 2004 Posted August 2, 2004 What are the best steps to calculate percentile ranking in FileMaker? Thanks, Thomas
RalphL Posted August 2, 2004 Posted August 2, 2004 How is your data stored? How much data are you going to include? Do you really need percentile?
Thomas2syllables Posted August 4, 2004 Author Posted August 4, 2004 I figured this out. I exported the data to Excel, used the countif function and the vlookup function to calculate percentile ranking, then imported the data back into FileMaker. Is it necessary. Well someone in my college administration thinks so, so I gotta do it. Anyway, if anyone wants step-by-steps I'd be glad to share them. _Thomas_ http://ddl.dyc.edu/~aclab/
RalphL Posted August 4, 2004 Posted August 4, 2004 Too bad. If you had answered my questions we might have done it all in filemaker. My question was does it have to be percentile, would dectile have worked? Or maybe some other fraction. Also I need to know how your data was stored, i.e., where there many records or was it all in one record. The size of the data might also determine the method.
normdouglas Posted August 5, 2004 Posted August 5, 2004 Did someone say Excel...? Sum(TestField) / Status(CurrentRecordCount) OR Count(TestField) / Status(CurrentRecordCount) OR Based on a relationship Sum(Match::TestField) yadda yadda I only ever make my users resort to Excel for pure adhoc reporting.
RalphL Posted August 5, 2004 Posted August 5, 2004 It is much more complex than what you suggest. The data must be in sorted order and then dividen into groups the represent 1% of the total number. There can be duplicate values so some groups may be larger than others. The 99 percentile means that 99% of the scores are lower than members of this group.
merlyn383 Posted September 21, 2004 Posted September 21, 2004 I know this post is kind of old, but it's the closest thing I can find to what I'm trying to do. How does one automatically do percentiles in FM? I'm dealing with a significant amount of data (up to 750 records and possibly 18 separate percentiles for each record). Also, to make matters more complicated, not every record in the file should be compared for all percentiles. Example: 2 sections of the same class, i want to compare student X's performance in section 1 with the rest of the student's in section 1, but not to any student's in section 2, and vice versa. Is this possible (considering the section constraint)? If not, how do i do it without the constraint?
Recommended Posts
This topic is 7437 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