G
Guest
I have a database that tracks quality issues. One table that has the following fields:
RootCauseID RootCauseDescrip Date TotalRootCause
01-01 Wrong Material 2/1/2002 $1,05
02-25 Wrong Part Num 10/10/2003 $250
03-43 Bad Adhesive 8/08/2004 $165
I want to write a query that will give me the top 8 Root Causes for each year and month
based on the $ amount of TotalRootCause. It should calcualte monthly and yearly totals
I know this should be simple but I can't figure it out
Thanks for any help
Tim
RootCauseID RootCauseDescrip Date TotalRootCause
01-01 Wrong Material 2/1/2002 $1,05
02-25 Wrong Part Num 10/10/2003 $250
03-43 Bad Adhesive 8/08/2004 $165
I want to write a query that will give me the top 8 Root Causes for each year and month
based on the $ amount of TotalRootCause. It should calcualte monthly and yearly totals
I know this should be simple but I can't figure it out
Thanks for any help
Tim