T
tammyreichert99
Hi,
I'm trying to use DAvg in a report to get an average quantity in
department. I would like it to pull that last five days' qtyindept,
however, for now, I'm just trying to get it to pull for the correct
date, workcenter, and line before I address that. I currently get an
average qtyindept for the entire database. Any suggestions?
=DAvg("[qtyindept]","[Shop Floor Metrics Table]","[Shop Floor Metrics
Table].date=[Report-Production Daily Query].date" And "[Shop Floor
Metrics Table].workcenter=[Report-Production Daily Query].workcenter"
And "[Shop Floor Metrics Table].line=[Report-Production Daily
Query].line")
I'm trying to use DAvg in a report to get an average quantity in
department. I would like it to pull that last five days' qtyindept,
however, for now, I'm just trying to get it to pull for the correct
date, workcenter, and line before I address that. I currently get an
average qtyindept for the entire database. Any suggestions?
=DAvg("[qtyindept]","[Shop Floor Metrics Table]","[Shop Floor Metrics
Table].date=[Report-Production Daily Query].date" And "[Shop Floor
Metrics Table].workcenter=[Report-Production Daily Query].workcenter"
And "[Shop Floor Metrics Table].line=[Report-Production Daily
Query].line")