T
Tabco
I'll try to explain better.
In a report I have a column for budgeted speed or units
per hour. This number comes from a table and is related to
a product. If I input more than one product for that line
I want to be able to get an average budgeted speed for
that line.
I created a textbox with a calculation that says
=avg([budgeted speed]) When I call up the report the math
isn't right. Ex. I ran three products with the budgeted
speed of 13500, 12000, 11100 The avg. should be 12,200.
The report shows 12,525. Instead of dividing by 3 it is
divided by 2.9221 I did notice that if I only ran two
products on that line the avg. comes out right.
How can I force it to divide by the number of products ran.
In a report I have a column for budgeted speed or units
per hour. This number comes from a table and is related to
a product. If I input more than one product for that line
I want to be able to get an average budgeted speed for
that line.
I created a textbox with a calculation that says
=avg([budgeted speed]) When I call up the report the math
isn't right. Ex. I ran three products with the budgeted
speed of 13500, 12000, 11100 The avg. should be 12,200.
The report shows 12,525. Instead of dividing by 3 it is
divided by 2.9221 I did notice that if I only ran two
products on that line the avg. comes out right.
How can I force it to divide by the number of products ran.