buzzmcduffie
MIS
I have a query that produces results of the total number of errors each employee has made in 5 categories for each month. I need a rolling 3 month total for each employee for each category in a crosstab query
i.e.
Rolling Nov total for each category for each emp, rolling Dec total for each category for each emp, rolling Jan total for each category....etc...(I used this example to explain that it will go past a calendar year...our year goes from Nov - Oct)
row = emp
columns = each rolling 3 mm/yyyy for Nov through Oct
value = # of errors for each category
My fields in the query are:
[Emp]
[Month]
[Year]
[#Category_A_Errors]
[#Category_B_Errors]
[#Category_C_Errors]
[#Category_D_Errors]
[#Category_E_Errors]
I'm a newbie and have tried to understand the posts regarding this but I'm still confused.
Any help would be great!
i.e.
Rolling Nov total for each category for each emp, rolling Dec total for each category for each emp, rolling Jan total for each category....etc...(I used this example to explain that it will go past a calendar year...our year goes from Nov - Oct)
row = emp
columns = each rolling 3 mm/yyyy for Nov through Oct
value = # of errors for each category
My fields in the query are:
[Emp]
[Month]
[Year]
[#Category_A_Errors]
[#Category_B_Errors]
[#Category_C_Errors]
[#Category_D_Errors]
[#Category_E_Errors]
I'm a newbie and have tried to understand the posts regarding this but I'm still confused.
Any help would be great!