Reid Posted February 8, 2011 Posted February 8, 2011 Hello, I'll do my best to explain my situation. I have a table of records that represent defects based on each job number. So for each job number I could have 5 records linked to that job number describing each defect and the quantity of each one. In order to do defect rates based on job number I have a field called job_qty that looks up the quantity for that job number from the job table. The problem is that when I go to do a summary that gives the total job_qty the value is incorrect because it adds up each one of the 5 entries as a different value instead of combining them into the same job quantity. I hope that makes sense. Let me know if I need to explain myself better. Update: I just thought of something. Is there a way to to a summary only by unique values? If this was possible it would see that all the values were duplicates and only count the first one.
bcooney Posted February 8, 2011 Posted February 8, 2011 So, to restate, you have a Job table and related to it by JobID is a Defects table. Each defect record has a JobID, DefectTypeID and a quantity. The Job record has a Job_Qty which is used to compare to the count of defects? Couldn't this report be created in the Defects table as a sub-summary by Job, Defect Type?
Reid Posted February 8, 2011 Author Posted February 8, 2011 So, to restate, you have a Job table and related to it by JobID is a Defects table. Each defect record has a JobID, DefectTypeID and a quantity. The Job record has a Job_Qty which is used to compare to the count of defects? Couldn't this report be created in the Defects table as a sub-summary by Job, Defect Type? Maybe this helps...
comment Posted February 8, 2011 Posted February 8, 2011 You need to divide the overall job_qty by the number of records in the group - see: http://fmforums.com/forum/topic/60937-sumamary-fields-on-report/ http://fmforums.com/forum/topic/67250-summarizing-a-getsummary-calc/
Reid Posted February 9, 2011 Author Posted February 9, 2011 You need to divide the overall job_qty by the number of records in the group - see: http://fmforums.com/forum/topic/60937-sumamary-fields-on-report/ http://fmforums.com/forum/topic/67250-summarizing-a-getsummary-calc/ Thank You Comment! I don't know what we'd do without you!
Recommended Posts
This topic is 5035 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